Triggered by Gerrit: https://git.eclipse.org/r/c/basyx/basyx/+/186519 Checking out git https://git.eclipse.org/r/basyx/basyx into /var/jenkins/workspace/Basyx_CI_Dev@script to read Jenkinsfile_CX The recommended git tool is: git No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/basyx/basyx > git init /var/jenkins/workspace/Basyx_CI_Dev@script # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/19/186519/1 # timeout=10 > git rev-parse 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a (refs/changes/19/186519/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a # timeout=10 Commit message: "Adds AASXPackageExplorerConformantHelper" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk d8f72fb072c2810419ce239755cf0500c25658d1 # timeout=10 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes basyx/basyx-null-283-rmt73-r1m1d [Normal][basyx/basyx-null-283-rmt73-r1m1d][Scheduled] Successfully assigned basyx/basyx-null-283-rmt73-r1m1d to okdnode-24 [Normal][basyx/basyx-null-283-rmt73-r1m1d][AddedInterface] Add eth0 [10.40.63.23/23] [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulling] Pulling image "postgres:latest" Still waiting to schedule task ‘basyx-null-283-rmt73-r1m1d’ is offline [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulled] Successfully pulled image "postgres:latest" in 11.622633595s [Normal][basyx/basyx-null-283-rmt73-r1m1d][Created] Created container postgresql [Normal][basyx/basyx-null-283-rmt73-r1m1d][Started] Started container postgresql [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulled] Container image "maven:3.6-jdk-8" already present on machine [Normal][basyx/basyx-null-283-rmt73-r1m1d][Created] Created container java [Normal][basyx/basyx-null-283-rmt73-r1m1d][Started] Started container java [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulling] Pulling image "iesetps/basyx-ci-cpp:latest" [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulled] Successfully pulled image "iesetps/basyx-ci-cpp:latest" in 831.795175ms [Normal][basyx/basyx-null-283-rmt73-r1m1d][Created] Created container cpp [Normal][basyx/basyx-null-283-rmt73-r1m1d][Started] Started container cpp [Normal][basyx/basyx-null-283-rmt73-r1m1d][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" already present on machine [Normal][basyx/basyx-null-283-rmt73-r1m1d][Created] Created container jnlp [Normal][basyx/basyx-null-283-rmt73-r1m1d][Started] Started container jnlp Agent basyx-null-283-rmt73-r1m1d is provisioned from template basyx-null-283-rmt73 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.basyx.svc.cluster.local/basyx/job/Basyx_CI_Dev/283/" runUrl: "job/Basyx_CI_Dev/283/" labels: jenkins: "slave" jenkins/label-digest: "685b4afb26f7f06b12feac736e2edbb04805dc3b" jenkins/label: "basyx-null-283" name: "basyx-null-283-rmt73-r1m1d" spec: containers: - command: - "cat" env: - name: "POSTGRES_PASSWORD" value: "admin" - name: "PGDATA" value: "/run/postgresql/data" image: "postgres:latest" name: "postgresql" resources: limits: memory: "2Gi" cpu: "0.5" requests: memory: "2Gi" cpu: "0.5" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" env: - name: "MAVEN_CONFIG" value: "/home/jenkins/agent/.m2" image: "maven:3.6-jdk-8" name: "java" resources: limits: memory: "3Gi" cpu: "0.75" requests: memory: "3Gi" cpu: "0.75" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "iesetps/basyx-ci-cpp:latest" name: "cpp" resources: limits: memory: "3Gi" cpu: "0.75" requests: memory: "3Gi" cpu: "0.75" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.basyx.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basyx-null-283-rmt73-r1m1d" - name: "JENKINS_NAME" value: "basyx-null-283-rmt73-r1m1d" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.basyx.svc.cluster.local/basyx/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Running on basyx-null-283-rmt73-r1m1d in /home/jenkins/agent/workspace/Basyx_CI_Dev [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/basyx/basyx > git init /home/jenkins/agent/workspace/Basyx_CI_Dev # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a (refs/changes/19/186519/1) > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/19/186519/1 # timeout=10 > git rev-parse 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f19a6a2ba135f1f4b7a55f2e349101a7408e97a # timeout=10 Commit message: "Adds AASXPackageExplorerConformantHelper" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Setup PostgreSQL) [Pipeline] container [Pipeline] { [Pipeline] sh + chmod +x ./ci/init_postgres.sh + ./ci/init_postgres.sh postgres The files belonging to this database system will be owned by user "1002600000". This user must also own the server process. The database cluster will be initialized with locale "en_US.utf8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /run/postgresql/data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: pg_ctl -D /run/postgresql/data -l logfile start waiting for server to start....2021-10-15 07:02:34.297 UTC [45] LOG: starting PostgreSQL 14.0 (Debian 14.0-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit 2021-10-15 07:02:34.299 UTC [45] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2021-10-15 07:02:34.305 UTC [46] LOG: database system was shut down at 2021-10-15 07:02:33 UTC 2021-10-15 07:02:34.310 UTC [45] LOG: database system is ready to accept connections done server started ./ci/init_postgres.sh: running ./ci/sql/setup_postgres.sql CREATE DATABASE You are now connected to database "basyx-map" as user "postgres". CREATE SCHEMA CREATE DATABASE You are now connected to database "basyx-directory" as user "postgres". CREATE SCHEMA CREATE TABLE INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 2021-10-15 07:02:35.375 UTC [45] LOG: received fast shutdown request waiting for server to shut down....2021-10-15 07:02:35.376 UTC [45] LOG: aborting any active transactions 2021-10-15 07:02:35.378 UTC [45] LOG: background worker "logical replication launcher" (PID 52) exited with exit code 1 2021-10-15 07:02:35.378 UTC [47] LOG: shutting down 2021-10-15 07:02:35.441 UTC [45] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. + pg_ctl start waiting for server to start....2021-10-15 07:02:35.511 UTC [63] LOG: starting PostgreSQL 14.0 (Debian 14.0-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit 2021-10-15 07:02:35.512 UTC [63] LOG: listening on IPv4 address "0.0.0.0", port 5432 2021-10-15 07:02:35.512 UTC [63] LOG: listening on IPv6 address "::", port 5432 2021-10-15 07:02:35.515 UTC [63] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2021-10-15 07:02:35.520 UTC [64] LOG: database system was shut down at 2021-10-15 07:02:35 UTC 2021-10-15 07:02:35.526 UTC [63] LOG: database system is ready to accept connections done server started [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Java SDK Tests) [Pipeline] container [Pipeline] { [Pipeline] sh + mkdir /home/jenkins/agent/.m2 + chmod +x ./ci/build_java.sh + ./ci/build_java.sh Working directory: /home/jenkins/agent/workspace/Basyx_CI_Dev Home: / [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.eclipse.basyx:basyx.sdk >--------------------- [INFO] Building BaSyx SDK 1.0.1RC01 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.sdk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.sdk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 331 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.sdk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 147 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.sdk --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.connected.TestConnectedAssetAdministrationShell [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.connected.TestConnectedAssetAdministrationShell [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestConceptDictionary [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestConceptDictionary [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestAsset [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestAsset [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestView [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.parts.TestView [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestAASDescriptor [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestAASDescriptor [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestSubmodelDescriptor [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestSubmodelDescriptor [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestModelUrn [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.descriptor.TestModelUrn [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAasEnv [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAasEnv [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.security.TestSecurity [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.security.TestSecurity [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.policypoints.TestAccessControlPolicyPoints [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.policypoints.TestAccessControlPolicyPoints [INFO] Running org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAssetAdministrationShell [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.metamodel.map.TestAssetAdministrationShell [INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.xml.TestXMLConverter [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.basyx.testsuite.regression.aas.factory.xml.TestXMLConverter [INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXFactoryTest [INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXPackageExplorerConformantHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.aas.factory.aasx.AASXPackageExplorerConformantHelperTest [INFO] Running org.eclipse.basyx.testsuite.regression.aas.factory.json.TestJSONConverter [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.basyx.testsuite.regression.aas.factory.json.TestJSONConverter [INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProvider [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProvider [INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProviderServlet Oct 15, 2021 7:03:47 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:47 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:47 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:47 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:48 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:49 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:49 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:03:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.208 s - in org.eclipse.basyx.testsuite.regression.aas.registration.restapi.TestDirectoryModelProviderServlet [INFO] Running org.eclipse.basyx.testsuite.regression.aas.registration.memory.TestMapRegistry [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.aas.registration.memory.TestMapRegistry [INFO] Running org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderTest [INFO] Running org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderRemoteInvocationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.basyx.testsuite.regression.aas.restapi.MultiSubmodelProviderRemoteInvocationTest [INFO] Running org.eclipse.basyx.testsuite.regression.aas.manager.TestConnectedAssetAdministrationShellManager [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.basyx.testsuite.regression.aas.manager.TestConnectedAssetAdministrationShellManager [INFO] Running org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregator [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregator [INFO] Running org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregatorProxy [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.testsuite.regression.aas.aggregator.TestAASAggregatorProxy [INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABPathToolsTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABPathToolsTest [INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.lambda.TestLambdaProvider [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.lambda.TestLambdaProvider [INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABElementProxyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.VABElementProxyTest [INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.filesystem.TestFileSystemProvider [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.filesystem.TestFileSystemProvider [INFO] Running org.eclipse.basyx.testsuite.regression.vab.modelprovider.map.TestMapProvider [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.modelprovider.map.TestMapProvider [INFO] Running org.eclipse.basyx.testsuite.regression.vab.directory.memory.TestInMemoryDirectory [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.directory.memory.TestInMemoryDirectory [INFO] Running org.eclipse.basyx.testsuite.regression.vab.directory.restapi.TestDirectoryProvider [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.directory.restapi.TestDirectoryProvider [INFO] Running org.eclipse.basyx.testsuite.regression.vab.support.TestTypeDestroyer [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.basyx.testsuite.regression.vab.support.TestTypeDestroyer [INFO] Running org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJson [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJson [INFO] Running org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJSONConnectorProviderIntegration 07:03:53.181 [main] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider java.lang.NullPointerException: null at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50) at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119) at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255) at org.eclipse.basyx.testsuite.regression.vab.coder.json.IBasyxConnectorFacade.invokeOperation(IBasyxConnectorFacade.java:126) at org.eclipse.basyx.vab.coder.json.connector.JSONConnector.invokeOperation(JSONConnector.java:175) at org.eclipse.basyx.vab.modelprovider.VABElementProxy.invokeOperation(VABElementProxy.java:149) at org.eclipse.basyx.testsuite.regression.vab.modelprovider.MapInvoke.test(MapInvoke.java:66) at org.eclipse.basyx.testsuite.regression.vab.modelprovider.TestProvider.testMapInvoke(TestProvider.java:42) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.basyx.testsuite.regression.vab.coder.json.TestJSONConnectorProviderIntegration [INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestGateway Oct 15, 2021 7:03:53 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-5123"] Oct 15, 2021 7:03:53 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:03:53 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:03:53 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:03:53 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-5123"] Oct 15, 2021 7:03:53 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-5123"] Oct 15, 2021 7:03:53 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:03:53 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-5123"] Oct 15, 2021 7:03:53 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-5123"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestGateway [INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestConnectorProviderMapper [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestConnectorProviderMapper [INFO] Running org.eclipse.basyx.testsuite.regression.vab.gateway.TestDelegatingModelProvider [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.gateway.TestDelegatingModelProvider [INFO] Running org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestXmlParser [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestXmlParser [INFO] Running org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestVABXmlProviderFactory [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.factory.xml.TestVABXmlProviderFactory [INFO] Running org.eclipse.basyx.testsuite.regression.vab.model.VABModelMapTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.vab.model.VABModelMapTest [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestFile [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestFile [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.range.TestRange [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.range.TestRange [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.property.TestProperty [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.property.TestProperty [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestBlob [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestBlob [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestReferenceElement [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.dataelement.TestReferenceElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperation [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperation [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperationVariable [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.operation.TestOperationVariable [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestAnnotatedRelationshipElement [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestAnnotatedRelationshipElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestRelationshipElement [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.relationship.TestRelationshipElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElement [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElementCollection [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.submodelelement.TestSubmodelElementCollection [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasSemantics [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasSemantics [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangStrings [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangStrings [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifiable [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifiable [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifier [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestQualifier [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestFormula [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.qualifiable.TestFormula [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestAdministrativeInformation [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestAdministrativeInformation [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangString [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestLangString [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasDataSpecification [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestHasDataSpecification [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestReferable [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestReferable [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestIdentifiable [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.TestIdentifiable [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.haskind.TestHasKind [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.qualifier.haskind.TestHasKind [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.support.TestAASLambdaPropertyHelper [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.support.TestAASLambdaPropertyHelper [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestKey [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestKey [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestReference [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.reference.TestReference [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestDataSpecificationIEC61360 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestDataSpecificationIEC61360 [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestValueReferencePair [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestValueReferencePair [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestEmbeddedDataSpecification [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.dataspecification.TestEmbeddedDataSpecification [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.modeltype.TestModelType [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.modeltype.TestModelType [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.parts.TestConceptDescription [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.parts.TestConceptDescription [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.identifier.TestIdentifier [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.identifier.TestIdentifier [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.TestSubmodel [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.map.TestSubmodel [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.facade.TestSubmodelElementMapCollectionConverter [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.facade.TestSubmodelElementMapCollectionConverter [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodel [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodel [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedRelationshipElement [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedRelationshipElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedAnnotatedRelationshipElement [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.relationship.TestConnectedAnnotatedRelationshipElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedBlob [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedBlob [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedReferenceElement [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedReferenceElement [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedMultiLanguageProperty [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedMultiLanguageProperty [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedRange [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedRange [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedFile [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.dataelement.TestConnectedFile [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.operation.TestConnectedOperation [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.operation.TestConnectedOperation [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.event.TestConnectedBasicEvent [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.event.TestConnectedBasicEvent [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.TestConnectedSubmodelElementFactory [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.submodelelement.TestConnectedSubmodelElementFactory [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodelElementCollection [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedSubmodelElementCollection [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedProperty [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.connected.TestConnectedProperty [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.qualifier.TestIdShortValidator [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.qualifier.TestIdShortValidator [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.submodelelement.TestSubmodelElementIdShortBlacklist [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.metamodel.api.submodelelement.TestSubmodelElementIdShortBlacklist [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestPhone [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestPhone [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestEmail [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestEmail [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestAddress [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestAddress [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestFax [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.address.TestFax [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarking [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarking [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarkings [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.markings.TestMarkings [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestGuidelineSpecificProperties [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestGuidelineSpecificProperties [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestAssetSpecificProperties [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.submodelelementcollections.assetspecificproperties.TestAssetSpecificProperties [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.TestDigitalNameplateSubmodel [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.digitalnameplate.TestDigitalNameplateSubmodel [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassifications [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassifications [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassificationItem [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.productclassifications.TestProductClassificationItem [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.TestTechnicalDataSubmodel [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.TestTechnicalDataSubmodel [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.furtherinformation.TestFurtherInformation [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.furtherinformation.TestFurtherInformation [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.technicalproperties.TestTechnicalProperties [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.technicalproperties.TestTechnicalProperties [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.generalinformation.TestGeneralInformation [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.basyx.testsuite.regression.submodel.types.technicaldata.generalinformation.TestGeneralInformation [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.restapi.SubmodelProviderTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.basyx.testsuite.regression.submodel.restapi.SubmodelProviderTest [INFO] Running org.eclipse.basyx.testsuite.regression.submodel.factory.xml.converters.submodelelement.operation.TestOperationXMLConverter [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.submodel.factory.xml.converters.submodelelement.operation.TestOperationXMLConverter [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.proxy.TestProxyTaggedDirectory [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.proxy.TestProxyTaggedDirectory [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.map.TestMapTaggedDirectory [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.map.TestMapTaggedDirectory [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.aggregator.mqtt.TestMqttAASAggregator [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.409 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.aggregator.mqtt.TestMqttAASAggregator [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.registration.mqtt.TestMqttAASRegistryService [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.226 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.registration.mqtt.TestMqttAASRegistryService [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.submodel.mqtt.TestMqttSubmodelAPIEvents [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.219 s - in org.eclipse.basyx.testsuite.regression.extensions.submodel.mqtt.TestMqttSubmodelAPIEvents [INFO] Running org.eclipse.basyx.testsuite.regression.enumhelper.StandardizedLiteralEnumHelperTests [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.testsuite.regression.enumhelper.StandardizedLiteralEnumHelperTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 614, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01.jar [INFO] [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ basyx.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ basyx.sdk --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.testsuite.regression.aas.manager.TestAASHTTP Oct 15, 2021 7:04:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:39 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.815 s - in org.eclipse.basyx.testsuite.regression.aas.manager.TestAASHTTP [INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP 07:04:39.868 [org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface 1634281479810] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider java.lang.NullPointerException: null at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50) at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119) at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255) at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.processInputFrame(VABBaSyxTCPInterface.java:218) at org.eclipse.basyx.vab.protocol.basyx.server.VABBaSyxTCPInterface.run(VABBaSyxTCPInterface.java:315) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.basyx.TestVABBaSyxTCP [INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.http.TestVABHTTP Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:04:41.476 [http-nio-8080-exec-5] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider java.lang.NullPointerException: null at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50) at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119) at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255) at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:171) at javax.servlet.http.HttpServlet.service(HttpServlet.java:665) at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:42 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:42 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.404 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.http.TestVABHTTP [INFO] Running org.eclipse.basyx.testsuite.regression.vab.protocol.https.TestVABHTTPS Oct 15, 2021 7:04:42 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:43 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:43 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:43 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:43 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:44 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:44 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:44 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:45 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:45 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:46 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:46 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:46 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:47 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:47 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:47 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] 07:04:47.470 [https-jsse-nio-8080-exec-9] ERROR o.e.b.v.c.j.p.JSONProvider - Unknown Exception in JSONProvider java.lang.NullPointerException: null at org.eclipse.basyx.testsuite.regression.vab.modelprovider.SimpleVABElement.lambda$new$2(SimpleVABElement.java:50) at org.eclipse.basyx.vab.modelprovider.generic.VABModelProvider.invokeOperation(VABModelProvider.java:119) at org.eclipse.basyx.vab.coder.json.provider.JSONProvider.processBaSysInvoke(JSONProvider.java:255) at org.eclipse.basyx.vab.protocol.http.server.VABHTTPInterface.doPost(VABHTTPInterface.java:171) at javax.servlet.http.HttpServlet.service(HttpServlet.java:665) at org.eclipse.basyx.vab.protocol.http.server.BasysHTTPServlet.service(BasysHTTPServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:47 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:47 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:47 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:47 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:47 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:48 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:48 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:48 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:49 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:49 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:49 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["https-jsse-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["https-jsse-nio-8080"] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.992 s - in org.eclipse.basyx.testsuite.regression.vab.protocol.https.TestVABHTTPS [INFO] Running org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.servlet.TestTaggedDirectoryProviderHTTP Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:50 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:51 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:51 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:04:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.388 s - in org.eclipse.basyx.testsuite.regression.extensions.aas.directory.tagged.servlet.TestTaggedDirectoryProviderHTTP [INFO] [INFO] Results: [INFO] [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ basyx.sdk --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.sdk --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.1RC01/basyx.sdk-1.0.1RC01.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.1RC01/basyx.sdk-1.0.1RC01.pom [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.1RC01/basyx.sdk-1.0.1RC01-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/sdks/java/basys.sdk/target/basyx.sdk-1.0.1RC01-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.sdk/1.0.1RC01/basyx.sdk-1.0.1RC01-tests.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:14 min [INFO] Finished at: 2021-10-15T07:04:53Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] BaSyx Components [pom] [INFO] BaSyx Components Library [jar] [INFO] BaSyx Docker Base [pom] [INFO] BaSyx Registry [jar] [INFO] AAS Server [jar] [INFO] [INFO] -----------------< org.eclipse.basyx:basyx.components >----------------- [INFO] Building BaSyx Components 1.0.1RC01 [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components/1.0.1RC01/basyx.components-1.0.1RC01.pom [INFO] [INFO] ---------------< org.eclipse.basyx:basyx.components.lib >--------------- [INFO] Building BaSyx Components Library 1.0.1RC01 [2/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.lib --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.lib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.lib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.lib --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.regression.sql.SQLInvocationsTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.192 s - in org.eclipse.basyx.regression.sql.SQLInvocationsTest [INFO] Running org.eclipse.basyx.regression.sql.SQLQueriesTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.basyx.regression.sql.SQLQueriesTest [INFO] Running org.eclipse.basyx.regression.support.bundle.TestAASBundleDescriptorFactory [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.eclipse.basyx.regression.support.bundle.TestAASBundleDescriptorFactory [INFO] Running org.eclipse.basyx.regression.support.bundle.TestAASBundleHelper [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.basyx.regression.support.bundle.TestAASBundleHelper [INFO] Running org.eclipse.basyx.regression.processengineconnector.TestTransportProcess_ConfigureEngineProgrammatically Oct 15, 2021 7:05:16 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:05:16 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:05:16 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:05:16 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:05:16 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:05:32 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:05:32 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:05:32 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:05:32 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.508 s - in org.eclipse.basyx.regression.processengineconnector.TestTransportProcess_ConfigureEngineProgrammatically [INFO] Running org.eclipse.basyx.regression.processengineconnector.TestJavaDelegate [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.basyx.regression.processengineconnector.TestJavaDelegate [INFO] Running org.eclipse.basyx.regression.processengineconnector.TestAASServicecall [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.basyx.regression.processengineconnector.TestAASServicecall [INFO] Running org.eclipse.basyx.regression.processengineconnector.DynamicActivitiProcessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.196 s - in org.eclipse.basyx.regression.processengineconnector.DynamicActivitiProcessTest [INFO] Running org.eclipse.basyx.regression.xml.TestXMLAASBundleFactory [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.basyx.regression.xml.TestXMLAASBundleFactory [INFO] Running org.eclipse.basyx.regression.models.controlcomponent.TestSimpleControlComponent [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.basyx.regression.models.controlcomponent.TestSimpleControlComponent [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.lib --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.1RC01/basyx.components.lib-1.0.1RC01.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.1RC01/basyx.components.lib-1.0.1RC01.pom [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.1RC01/basyx.components.lib-1.0.1RC01-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.lib/target/basyx.components.lib-1.0.1RC01-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.lib/1.0.1RC01/basyx.components.lib-1.0.1RC01-tests.jar [INFO] [INFO] -------------< org.eclipse.basyx:basyx.components.docker >-------------- [INFO] Building BaSyx Docker Base 1.0.1RC01 [3/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.docker --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.docker --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.docker/1.0.1RC01/basyx.components.docker-1.0.1RC01.pom [INFO] [INFO] ------------< org.eclipse.basyx:basyx.components.registry >------------- [INFO] Building BaSyx Registry 1.0.3RC01 [4/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.registry --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.registry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.registry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.registry --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.regression.registry.TestSQLRegistryProvider 07:05:49.689 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@57e1b0c 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:49.692 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:49.782 [main] INFO c.z.h.HikariDataSource - HikariPool-1 - Starting... 07:05:49.988 [main] INFO c.z.h.HikariDataSource - HikariPool-1 - Start completed. 07:05:50.067 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:50.067 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@ba8d91c 07:05:50.068 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:50.068 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:50.068 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:50.068 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:50.068 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:50.071 [main] INFO c.z.h.HikariDataSource - HikariPool-2 - Starting... 07:05:50.076 [main] INFO c.z.h.HikariDataSource - HikariPool-2 - Start completed. 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@51e5fc98 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:50.614 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:50.614 [main] INFO c.z.h.HikariDataSource - HikariPool-3 - Starting... 07:05:50.619 [main] INFO c.z.h.HikariDataSource - HikariPool-3 - Start completed. 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@36c88a32 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:51.096 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:51.096 [main] INFO c.z.h.HikariDataSource - HikariPool-4 - Starting... 07:05:51.172 [main] INFO c.z.h.HikariDataSource - HikariPool-4 - Start completed. 07:05:52.195 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:52.196 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@4facf68f 07:05:52.196 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:52.196 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:52.196 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:52.196 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:52.199 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:52.199 [main] INFO c.z.h.HikariDataSource - HikariPool-5 - Starting... 07:05:52.268 [main] INFO c.z.h.HikariDataSource - HikariPool-5 - Start completed. 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@291ae 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:52.871 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:52.871 [main] INFO c.z.h.HikariDataSource - HikariPool-6 - Starting... 07:05:52.876 [main] INFO c.z.h.HikariDataSource - HikariPool-6 - Start completed. 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@14dd9eb7 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:53.203 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:53.204 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:53.204 [main] INFO c.z.h.HikariDataSource - HikariPool-7 - Starting... 07:05:53.209 [main] INFO c.z.h.HikariDataSource - HikariPool-7 - Start completed. 07:05:53.530 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1fa268de 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:53.531 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:53.531 [main] INFO c.z.h.HikariDataSource - HikariPool-8 - Starting... 07:05:53.536 [main] INFO c.z.h.HikariDataSource - HikariPool-8 - Start completed. 07:05:53.892 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@6ae5aa72 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:53.893 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:53.893 [main] INFO c.z.h.HikariDataSource - HikariPool-9 - Starting... 07:05:53.898 [main] INFO c.z.h.HikariDataSource - HikariPool-9 - Start completed. 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@3febb011 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:54.277 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:54.277 [main] INFO c.z.h.HikariDataSource - HikariPool-10 - Starting... 07:05:54.282 [main] INFO c.z.h.HikariDataSource - HikariPool-10 - Start completed. 07:05:54.708 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@74f0ea28 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:54.709 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:54.709 [main] INFO c.z.h.HikariDataSource - HikariPool-11 - Starting... 07:05:54.714 [main] INFO c.z.h.HikariDataSource - HikariPool-11 - Start completed. 07:05:55.034 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@368f2016 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:55.035 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:55.035 [main] INFO c.z.h.HikariDataSource - HikariPool-12 - Starting... 07:05:55.040 [main] INFO c.z.h.HikariDataSource - HikariPool-12 - Start completed. 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@78691363 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:55.362 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:55.362 [main] INFO c.z.h.HikariDataSource - HikariPool-13 - Starting... 07:05:55.367 [main] INFO c.z.h.HikariDataSource - HikariPool-13 - Start completed. 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@3c41ed1d 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:55.768 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:55.768 [main] INFO c.z.h.HikariDataSource - HikariPool-14 - Starting... 07:05:55.776 [main] INFO c.z.h.HikariDataSource - HikariPool-14 - Start completed. 07:05:56.122 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:56.122 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@139982de 07:05:56.123 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:56.123 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:56.123 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:56.123 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:56.123 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:56.123 [main] INFO c.z.h.HikariDataSource - HikariPool-15 - Starting... 07:05:56.128 [main] INFO c.z.h.HikariDataSource - HikariPool-15 - Start completed. 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@74e52ef6 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:56.438 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:56.466 [main] INFO c.z.h.HikariDataSource - HikariPool-16 - Starting... 07:05:56.471 [main] INFO c.z.h.HikariDataSource - HikariPool-16 - Start completed. 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'sql.properties' 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@43c1b556 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - dburl: '//localhost:5432/basyx-directory? ' 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbpass: 'admin' 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlPrefix: 'jdbc:postgresql:' 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - sqlDriver: 'org.postgresql.Driver' 07:05:56.836 [main] INFO o.e.b.c.c.BaSyxConfiguration - dbuser: 'postgres' 07:05:56.836 [main] INFO c.z.h.HikariDataSource - HikariPool-17 - Starting... 07:05:56.867 [main] INFO c.z.h.HikariDataSource - HikariPool-17 - Start completed. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.311 s - in org.eclipse.basyx.regression.registry.TestSQLRegistryProvider [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.registry --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.3RC01/basyx.components.registry-1.0.3RC01.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.3RC01/basyx.components.registry-1.0.3RC01.pom [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.3RC01/basyx.components.registry-1.0.3RC01-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.registry/target/basyx.components.registry-1.0.3RC01-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.registry/1.0.3RC01/basyx.components.registry-1.0.3RC01-tests.jar [INFO] [INFO] ------------< org.eclipse.basyx:basyx.components.AASServer >------------ [INFO] Building AAS Server 1.0.1RC01 [5/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basyx.components.AASServer --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.components.AASServer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ basyx.components.AASServer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.components.AASServer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ basyx.components.AASServer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.components.AASServer --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXAASServer 07:06:01.887 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties' 07:06:01.891 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@1a1d6a08 07:06:01.891 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:01.891 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer' 07:06:01.891 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '4001' 07:06:01.900 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:01.900 [main] INFO o.e.b.c.a.AASServerComponent - Loading aas from aasx "aasx/01_Festo.aasx" 07:06:02.876 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.877 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.878 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.878 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.878 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:02.878 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:03.276 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Software/Festo-SPAE-kPa-20171025-IODD1.1.zip to root folder: 07:06:03.278 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Software 07:06:03.285 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/CE_Kennzeichnung_2016_de.pdf to root folder: 07:06:03.285 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.291 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_DE.pdf to root folder: 07:06:03.291 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.292 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070876g1_EN.pdf to root folder: 07:06:03.292 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.293 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/RoHS_2011_65_EU_Konzern_Information_de.pdf to root folder: 07:06:03.293 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.368 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_UL_4531318_-_2_EN.pdf to root folder: 07:06:03.368 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.369 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_2017-03b_8058481d1_EN.pdf to root folder: 07:06:03.369 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.370 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/SPAE_100017_ApplNote.pdf to root folder: 07:06:03.370 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.370 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_2017-05_8070875d1_DE.pdf to root folder: 07:06:03.371 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.371 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/OVEL_IO_Link_5439356_-_3_EN.pdf to root folder: 07:06:03.371 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document 07:06:03.372 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping Festo_OVEL_product_rendering.png to root folder: 07:06:03.372 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files 07:06:03.372 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/assetIdentification/logo.png to root folder: 07:06:03.372 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/assetIdentification 07:06:03.373 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_cruus.jpg to root folder: 07:06:03.373 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate 07:06:03.373 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_rcm.jpg to root folder: 07:06:03.373 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate 07:06:03.374 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Nameplate/marking_ce.png to root folder: 07:06:03.374 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Nameplate 07:06:03.374 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:03.471 [main] INFO o.e.b.c.a.AASServerComponent - No registry specified, skipped registration 07:06:03.471 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:04 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:04 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:04 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:04 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:04 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4001"] 07:06:04.694 [main] INFO o.e.b.r.A.TestAASXAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/smart.festo.com%2Fdemo%2Faas%2F1%2F1%2F454576463545648365874/aas 07:06:04.867 [main] INFO o.e.b.r.A.AASXSuite - Checking all files 07:06:06.289 [main] INFO o.e.b.r.A.AASXSuite - AAS idShort: Festo_3S7PM0CP4BD 07:06:06.289 [main] INFO o.e.b.r.A.AASXSuite - AAS identifier: smart.festo.com/demo/aas/1/1/454576463545648365874 07:06:06.479 [main] INFO o.e.b.r.A.AASXSuite - # Submodels: 5 07:06:06.479 [main] INFO o.e.b.r.A.AASXSuite - Checking submodel: Nameplate 07:06:06.570 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_cruus.jpg 07:06:06.682 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_rcm.jpg 07:06:06.691 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Nameplate/marking_ce.png 07:06:06.692 [main] INFO o.e.b.r.A.AASXSuite - Checking submodel: DeviceDescriptionFiles 07:06:06.771 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Software/Festo-SPAE-kPa-20171025-IODD1.1.zip 07:06:06.773 [main] INFO o.e.b.r.A.AASXSuite - Checking submodel: Service 07:06:06.781 [main] INFO o.e.b.r.A.AASXSuite - Checking submodel: Identification 07:06:06.787 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/Festo_OVEL_product_rendering.png 07:06:06.868 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/assetIdentification/logo.png 07:06:06.870 [main] INFO o.e.b.r.A.AASXSuite - Checking submodel: Document 07:06:06.891 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/CE_Kennzeichnung_2016_de.pdf 07:06:06.981 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_2017-03b_8058481d1_DE.pdf 07:06:06.987 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_2017-05_8070876g1_EN.pdf 07:06:06.993 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/RoHS_2011_65_EU_Konzern_Information_de.pdf 07:06:07.071 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_UL_4531318_-_2_EN.pdf 07:06:07.077 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_2017-03b_8058481d1_EN.pdf 07:06:07.083 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/SPAE_100017_ApplNote.pdf 07:06:07.167 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_2017-05_8070875d1_DE.pdf 07:06:07.174 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001/aasServer/files/aasx/Document/OVEL_IO_Link_5439356_-_3_EN.pdf 07:06:07.178 [main] INFO o.e.b.r.A.AASXSuite - Checking file: http://localhost:4001//aasServer/files/aasx/Nameplate/marking_rcm.jpg Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:07 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4001"] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.212 s - in org.eclipse.basyx.regression.AASServer.TestAASXAASServer [INFO] Running org.eclipse.basyx.regression.AASServer.TestInMemoryAASServer 07:06:07.591 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties' 07:06:07.591 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@613a8ee1 07:06:07.591 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:07.591 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer' 07:06:07.592 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '4001' 07:06:07.592 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:07.592 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:07.592 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:07 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:07 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:07 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4001"] 07:06:07.778 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id testId created Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:07 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:07 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4001"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.eclipse.basyx.regression.AASServer.TestInMemoryAASServer [INFO] Running org.eclipse.basyx.regression.AASServer.TestAASXPackageManager 07:06:08.274 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.274 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.274 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.275 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.293 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort asset-id is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.491 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort asset-id is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.568 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping icon.png to root folder: 07:06:08.568 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files 07:06:08.568 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping aasx/Document/docu.pdf to root folder: 07:06:08.568 [main] INFO o.e.b.c.a.a.AASXPackageManager - Unzipping to /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/files/aasx/Document [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s - in org.eclipse.basyx.regression.AASServer.TestAASXPackageManager [INFO] Running org.eclipse.basyx.regression.AASServer.TestXMLAASServer 07:06:08.570 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties' 07:06:08.570 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@11981797 07:06:08.570 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:08.570 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer' 07:06:08.570 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '4001' 07:06:08.570 [main] INFO o.e.b.r.A.TestXMLAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/www.admin-shell.io%2Faas-sample%2F2%2F0/aas 07:06:08.570 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:08.570 [main] INFO o.e.b.c.a.AASServerComponent - Loading aas from xml "xml/aas.xml" 07:06:08.570 [main] INFO o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource. 07:06:08.580 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.580 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.580 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.580 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.580 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort 3s7plfdrs35_asset1 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.580 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:08.584 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:08 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4001"] 07:06:08.774 [main] INFO o.e.b.s.b.AASBundleHelper - The SM 'submodel1' can't be deregistered. It was not found in registry. Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4001"] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.basyx.regression.AASServer.TestXMLAASServer [INFO] Running org.eclipse.basyx.regression.AASServer.AASServerComponentTest 07:06:08.788 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:08.789 [main] INFO o.e.b.c.a.AASServerComponent - Loading aas from xml "xml/aas.xml" 07:06:08.789 [main] INFO o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource. 07:06:08.868 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.868 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.868 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.868 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:08.868 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort 3s7plfdrs35_asset1 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:08.869 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:08.869 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:08 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:08.879 [main] INFO o.e.b.s.b.AASBundleHelper - The SM 'submodel1' can't be deregistered. It was not found in registry. Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.basyx.regression.AASServer.AASServerComponentTest [INFO] Running org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.regression.AASServer.TestFileEndpointLoader [INFO] Running org.eclipse.basyx.regression.AASServer.TestJSONAASServer 07:06:08.968 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'context.properties' 07:06:08.969 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@3b956878 07:06:08.969 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:08.969 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/aasServer' 07:06:08.969 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '4001' 07:06:08.969 [main] INFO o.e.b.r.A.TestJSONAASServer - AAS URL for servlet test: http://localhost:4001//aasServer//shells/http%3A%2F%2Fcustomer.com%2Faas%2F9175_7013_7091_9168/aas 07:06:08.969 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:08.969 [main] INFO o.e.b.c.a.AASServerComponent - Loading aas from json "json/aas.json" 07:06:08.969 [main] INFO o.e.b.c.a.AASServerComponent - Could not find a corresponding file. Loading from default resource. 07:06:08.973 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:08.974 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:08 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:08 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:08 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4001"] 07:06:09.190 [main] INFO o.e.b.s.b.AASBundleHelper - The SM 'OperationalData' can't be deregistered. It was not found in registry. 07:06:09.190 [main] INFO o.e.b.s.b.AASBundleHelper - The SM 'TechnicalData' can't be deregistered. It was not found in registry. 07:06:09.190 [main] INFO o.e.b.s.b.AASBundleHelper - The SM 'Documentation' can't be deregistered. It was not found in registry. Oct 15, 2021 7:06:09 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:09 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:09 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:09 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4001"] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.basyx.regression.AASServer.TestJSONAASServer [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ basyx.components.AASServer --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ basyx.components.AASServer --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (default) @ basyx.components.AASServer --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ basyx.components.AASServer --- [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.1RC01/basyx.components.AASServer-1.0.1RC01.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.1RC01/basyx.components.AASServer-1.0.1RC01.pom [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.1RC01/basyx.components.AASServer-1.0.1RC01-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Basyx_CI_Dev/components/basys.components/basyx.components.docker/basyx.components.AASServer/target/basyx.components.AASServer-1.0.1RC01-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/basyx/basyx.components.AASServer/1.0.1RC01/basyx.components.AASServer-1.0.1RC01-tests.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] BaSyx Components 1.0.1RC01 ......................... SUCCESS [ 0.713 s] [INFO] BaSyx Components Library 1.0.1RC01 ................. SUCCESS [ 49.091 s] [INFO] BaSyx Docker Base 1.0.1RC01 ........................ SUCCESS [ 0.004 s] [INFO] BaSyx Registry 1.0.3RC01 ........................... SUCCESS [ 12.197 s] [INFO] AAS Server 1.0.1RC01 ............................... SUCCESS [ 12.411 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2021-10-15T07:06:10Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.eclipse.basyx:basyx.examples >------------------ [INFO] Building BaSyx Examples 1.0.1RC01 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basyx.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ basyx.examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/examples/basys.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basyx.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ basyx.examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Basyx_CI_Dev/examples/basys.examples/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ basyx.examples --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestExecuteOperation 07:06:27.479 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:27 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:28 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:28 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:28 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:28 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:28 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:28.982 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:29.084 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:29.084 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:29.086 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:29 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:29 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:29 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:29 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:29 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:29 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:30.679 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created 07:06:30.970 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort a is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:30.970 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:30.970 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort b is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:30.970 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE 07:06:30.971 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort r is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:30.971 [main] WARN o.e.b.s.m.m.s.o.OperationVariable - Modeling kind of Operation variable was wrong and automatically changed to ModelingKind.TEMPLATE Oct 15, 2021 7:06:30 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:30 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:30 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:30 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:30 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:31.483 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.718 s - in org.eclipse.basyx.examples.snippets.submodel.TestExecuteOperation [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestCreateSubmodel 07:06:31.484 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:31.578 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:31.579 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:31.579 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:31.580 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:31.773 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:31.993 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.basyx.examples.snippets.submodel.TestCreateSubmodel [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestAddSubmodelElement 07:06:31.994 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:31 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:31 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:31 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:32.071 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:32.072 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:32.072 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:32.072 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:32 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:32.176 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:32.668 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 s - in org.eclipse.basyx.examples.snippets.submodel.TestAddSubmodelElement [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestRetrieveSubmodelElement 07:06:32.669 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:32 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:32.680 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:32.680 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:32.681 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:32.681 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:32 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:32 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:32 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:32.786 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:33.094 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.basyx.examples.snippets.submodel.TestRetrieveSubmodelElement [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestHostPreconfiguredSubmodel Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4040"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.basyx.examples.snippets.submodel.TestHostPreconfiguredSubmodel [INFO] Running org.eclipse.basyx.examples.snippets.submodel.TestDeleteSubmodelElement 07:06:33.273 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:33 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:33.367 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:33.368 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:33.368 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:33.368 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:33.478 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:33.880 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.basyx.examples.snippets.submodel.TestDeleteSubmodelElement [INFO] Running org.eclipse.basyx.examples.snippets.property.TestCreateLambdaProperty Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4040"] Oct 15, 2021 7:06:33 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4040"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.basyx.examples.snippets.property.TestCreateLambdaProperty [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestLookupAAS 07:06:33.996 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:34.074 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:34.075 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:34.075 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:34.075 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:34.177 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:34.401 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.basyx.examples.snippets.registry.TestLookupAAS [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestLookupSubmodel 07:06:34.402 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:34.476 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:34.477 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:34.477 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:34.477 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:34.496 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:34.772 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s - in org.eclipse.basyx.examples.snippets.registry.TestLookupSubmodel [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestDeregisterAAS 07:06:34.773 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:34.781 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:34.782 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:34.782 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:34.782 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:34 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:34 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:34 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:34.884 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:35.100 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.eclipse.basyx.examples.snippets.registry.TestDeregisterAAS [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestRegisterSubmodel 07:06:35.101 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:35.173 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:35.174 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:35.174 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:35.174 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:35.272 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:35.579 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.eclipse.basyx.examples.snippets.registry.TestRegisterSubmodel [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestDeregisterSubmodel 07:06:35.581 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:35.589 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:35.590 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:35.590 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:35.590 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:35.677 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:35.976 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.basyx.examples.snippets.registry.TestDeregisterSubmodel [INFO] Running org.eclipse.basyx.examples.snippets.registry.TestRegisterAAS 07:06:35.977 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:35.984 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:35.985 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:35.985 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:35.985 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:35 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:35 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:36.077 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:36.300 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.basyx.examples.snippets.registry.TestRegisterAAS [INFO] Running org.eclipse.basyx.examples.snippets.aas.active.RunComposedActiveModelSnippet [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.basyx.examples.snippets.aas.active.RunComposedActiveModelSnippet [INFO] Running org.eclipse.basyx.examples.snippets.aas.active.RunInfluxDBActiveModelSnippet [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.aas.active.RunInfluxDBActiveModelSnippet [INFO] Running org.eclipse.basyx.examples.snippets.aas.TestAddSubmodelToAAS 07:06:36.302 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:36.374 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:36.375 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:36.375 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:36.375 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:36.467 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:36.788 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in org.eclipse.basyx.examples.snippets.aas.TestAddSubmodelToAAS [INFO] Running org.eclipse.basyx.examples.snippets.aas.TestRetrieveSubmodelFromAAS 07:06:36.789 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:36 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:36.796 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:36.796 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:36.797 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:36.797 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:36 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:36 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:36 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:36.895 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:37.192 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.basyx.examples.snippets.aas.TestRetrieveSubmodelFromAAS [INFO] Running org.eclipse.basyx.examples.snippets.aas.TestCreateAAS 07:06:37.193 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:37.272 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:37.273 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:37.273 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:37.273 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:37.376 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:37.490 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.eclipse.basyx.examples.snippets.aas.TestCreateAAS [INFO] Running org.eclipse.basyx.examples.snippets.aas.TestDeleteSubmodelFromAAS 07:06:37.490 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:37.567 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:37.568 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:37.568 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:37.568 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:37.585 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:37.871 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.eclipse.basyx.examples.snippets.aas.TestDeleteSubmodelFromAAS [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestPushAASToServer 07:06:37.872 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:37.879 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:37.880 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:37.880 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:37.880 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:37 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:37 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:37 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:37.990 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created 07:06:38.093 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId_New created Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:38.282 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.eclipse.basyx.examples.snippets.manager.TestPushAASToServer [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestRetrieveSubmodelFromAAS 07:06:38.283 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:38.289 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:38.290 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:38.290 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:38.290 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:38.375 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:38.670 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.eclipse.basyx.examples.snippets.manager.TestRetrieveSubmodelFromAAS [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestAddSubmodelToAAS 07:06:38.671 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:38 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:38.678 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:38.679 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:38.679 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:38.680 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:38.777 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:38 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:39.071 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.basyx.examples.snippets.manager.TestAddSubmodelToAAS [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestDeleteSubmodelFromAAS 07:06:39.072 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:39.078 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:39.079 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:39.079 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:39.079 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:39.187 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:39.570 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in org.eclipse.basyx.examples.snippets.manager.TestDeleteSubmodelFromAAS [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestDeleteAAS 07:06:39.571 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:39.578 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:39.579 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:39.579 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:39.579 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:39.674 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:39.878 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.basyx.examples.snippets.manager.TestDeleteAAS [INFO] Running org.eclipse.basyx.examples.snippets.manager.TestRetrieveAAS 07:06:39.879 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:39.969 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:39.970 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:39.970 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:39.970 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasComponent] does not meet these criteria and has been changed to [/aasComponent] Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:39 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:39 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:39 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:39.985 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id aasId created Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] 07:06:40.167 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.basyx.examples.snippets.manager.TestRetrieveAAS [INFO] Running org.eclipse.basyx.examples.snippets.urn.ConstructURNs [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.urn.ConstructURNs [INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.FileSystemProviderClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.basyx.examples.snippets.vab.provider.FileSystemProviderClass [INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.VABMapProviderClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.basyx.examples.snippets.vab.provider.VABMapProviderClass [INFO] Running org.eclipse.basyx.examples.snippets.vab.provider.VABLambdaProviderClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.basyx.examples.snippets.vab.provider.VABLambdaProviderClass [INFO] Running org.eclipse.basyx.examples.snippets.vab.DynamicPropertyLambda Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.basyx.examples.snippets.vab.DynamicPropertyLambda [INFO] Running org.eclipse.basyx.examples.snippets.vab.CRUDOperations Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.basyx.examples.snippets.vab.CRUDOperations [INFO] Running org.eclipse.basyx.examples.snippets.vab.DynamicPropertyClass Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.basyx.examples.snippets.vab.DynamicPropertyClass [INFO] Running org.eclipse.basyx.examples.scenarios.device.aas.RunAASDevice Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s - in org.eclipse.basyx.examples.scenarios.device.aas.RunAASDevice [INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:40 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:40 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:40 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice [INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleSmartDevice Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleSmartDevice [INFO] Running org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice [INFO] Running org.eclipse.basyx.examples.scenarios.staticdynamic.TestStaticDynamicScenario 07:06:41.984 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'RegistryContext.properties' 07:06:41.984 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@a55e82a 07:06:41.984 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:41.984 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/registry' 07:06:41.984 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '4000' 07:06:41.984 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:41 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4000"] Oct 15, 2021 7:06:41 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:41 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:42 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4000"] 07:06:42.076 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started 07:06:42.076 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:42.076 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:42.076 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:42 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [aasx] does not meet these criteria and has been changed to [/aasx] Oct 15, 2021 7:06:42 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:42 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:42 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:42 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:42 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-4001"] 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_01-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_02-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-02 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-03 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-04 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.367 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-05 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.368 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_03-06 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.368 [main] WARN o.e.b.s.m.m.q.Referable - The passed idShort DocCategory_04-01 is not valid! It has to satisfy the RegEx [a-zA-Z][a-zA-Z0-9_]+ 07:06:43.485 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id www.admin-shell.io/aas-sample/1/1 created 07:06:43.569 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id smart.festo.com/demo/aas/1/1/454576463545648365874 created Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4000"] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4000"] Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4000"] 07:06:44.178 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-4001"] Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-4001"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 s - in org.eclipse.basyx.examples.scenarios.staticdynamic.TestStaticDynamicScenario [INFO] Running org.eclipse.basyx.examples.scenarios.cloudedgedeployment.TestCloudEdgeDeploymentScenario 07:06:44.269 [main] INFO o.e.b.c.r.RegistryComponent - Loading InMemoryRegistry Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardContext setPath WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [registry] does not meet these criteria and has been changed to [/registry] Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:44 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] 07:06:44.276 [main] INFO o.e.b.c.r.RegistryComponent - Registry server started Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:44 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8082"] 07:06:44.285 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading properties from resource 'CloudEdgeDeploymentScenarioAASContext.properties' 07:06:44.286 [main] INFO o.e.b.c.c.BaSyxConfiguration - Loading from inputStream: java.io.BufferedInputStream@2591d23a 07:06:44.286 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextHostname: 'localhost' 07:06:44.286 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPath: '/cloud' 07:06:44.286 [main] INFO o.e.b.c.c.BaSyxConfiguration - contextPort: '8081' 07:06:44.286 [main] INFO o.e.b.c.a.AASServerComponent - Create the server... 07:06:44.367 [main] INFO o.e.b.c.a.AASServerComponent - Registry loaded at "http://localhost:8080/registry" 07:06:44.367 [main] INFO o.e.b.c.a.AASServerComponent - Using InMemory backend 07:06:44.367 [main] INFO o.e.b.c.a.AASServerComponent - Start the server Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:44 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8081"] 07:06:44.382 [main] INFO o.e.b.a.r.p.AASRegistryProxy - AAS with Id basyx.examples.oven created Oct 15, 2021 7:06:44 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:44 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] 07:06:45.068 [main] INFO o.e.b.c.r.RegistryComponent - Registry server stopped Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:45 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8081"] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:45 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8082"] Oct 15, 2021 7:06:45 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8082"] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s - in org.eclipse.basyx.examples.scenarios.cloudedgedeployment.TestCloudEdgeDeploymentScenario [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ basyx.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/examples/basys.examples/target/basyx.examples-1.0.1RC01.jar [INFO] [INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ basyx.examples >>> [INFO] [INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ basyx.examples <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ basyx.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Basyx_CI_Dev/examples/basys.examples/target/basyx.examples-1.0.1RC01-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ basyx.examples --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice Oct 15, 2021 7:06:49 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:49 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:49 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:49 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:50 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:52 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:52 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:52 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:52 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.902 s - in org.eclipse.basyx.examples.scenarios.device.controllable.RunExampleSimpleControllableTCPDevice [INFO] Running org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice Oct 15, 2021 7:06:52 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:52 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector INFO: Using a shared selector for servlet write/read Oct 15, 2021 7:06:52 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Tomcat] Oct 15, 2021 7:06:52 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.5.41 Oct 15, 2021 7:06:52 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:53 AM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:53 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service [Tomcat] Oct 15, 2021 7:06:53 AM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-nio-8080"] Oct 15, 2021 7:06:53 AM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-nio-8080"] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.basyx.examples.scenarios.device.RunSimpleTCPDevice [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ basyx.examples --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.194 s [INFO] Finished at: 2021-10-15T07:06:53Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (C++ SDK Tests) [Pipeline] container [Pipeline] { [Pipeline] sh + chmod +x ./ci/build_cpp.sh + ./ci/build_cpp.sh No files changed in C++ SDK. Skipping continous integration tests for C++. [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS