By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-13T06:24:10.844Z||main|||||INFO|500||The following profiles are active: basic
2021-09-13T06:24:29.210Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-13T06:24:29.212Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-13T06:24:30.135Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-13T06:24:38.931Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-13T06:24:39.886Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-13T06:24:40.505Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-13T06:24:40.514Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-13T06:24:40.791Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-13T06:24:41.471Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-13T06:24:42.427Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-13T06:24:47.557Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T06:24:49.821Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T06:24:49.878Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-13T06:24:50.454Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T06:24:50.654Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-13T06:24:51.933Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T06:24:53.027Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-13T06:24:53.044Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$a1a3d335.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-13T06:24:53.045Z||main|||||WARN|500||The sdc end point is not alive
2021-09-13T06:24:55.818Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-13T06:24:58.589Z||main|||||WARN|500||---
2021-09-13T06:24:58.589Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-13T06:24:58.591Z||main|||||WARN|500||---
2021-09-13T06:24:59.116Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-13T06:25:04.334Z||main|||||INFO|500||Started Application in 57.249 seconds (JVM running for 64.147)
2021-09-13T06:25:04.358Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-13T06:25:04.362Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-13T06:25:04.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-13T06:25:04.423Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-13T06:25:04.483Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6f2d885-cada-48ee-a33d-d344a2dd00a2 url= /sdc/v1/artifactTypes
2021-09-13T06:25:04.484Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-13T06:25:04.774Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-13T06:25:04.800Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-13T06:25:04.832Z||scheduling-1|||||DEBUG|500||create keys
2021-09-13T06:25:04.841Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-13T06:25:04.887Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:25:04.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9c2a09b3-4347-4eca-9d6e-fd8f81d1a2dd url= /sdc/v1/registerForDistribution
2021-09-13T06:25:05.148Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9c2a09b3-4347-4eca-9d6e-fd8f81d1a2dd url= /sdc/v1/registerForDistribution
2021-09-13T06:25:05.148Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-13T06:25:05.158Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:25:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:25:05.171Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-13T06:25:05.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:25:05.180Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:25:05.182Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:25:05.182Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:25:15.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:25:15.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:26:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:26:05.158Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:26:05.158Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:26:05.158Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:26:05.160Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:26:05.160Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:26:14.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:26:14.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:27:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:27:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:27:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:27:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:27:05.160Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:27:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:27:14.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:27:14.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:28:05.156Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:28:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:28:05.160Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:28:05.160Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:28:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:28:05.160Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:28:14.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:28:14.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:29:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:29:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:29:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:29:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:29:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:29:05.160Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:29:14.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:29:14.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:30:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:30:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:30:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:30:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:30:05.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:30:05.163Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:30:14.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:30:14.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:31:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:31:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:31:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:31:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:31:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:31:05.167Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:31:14.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:31:14.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:32:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:32:05.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:32:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:32:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:32:05.165Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:32:05.166Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:32:14.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:32:14.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:33:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:33:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:33:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:33:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:33:05.161Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:33:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:33:14.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:33:14.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:34:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:34:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:34:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:34:05.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:34:05.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:34:05.163Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:34:14.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:34:14.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:34:40.325Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-13T06:35:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:35:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:35:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:35:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:35:05.159Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:35:05.159Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:35:14.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:35:14.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:36:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:36:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:36:05.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:36:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:36:05.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:36:05.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:36:14.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:36:14.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:37:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:37:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:37:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:37:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:37:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:37:05.160Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:37:14.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:37:14.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:38:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:38:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:38:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:38:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:38:05.159Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:38:05.159Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:38:14.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:38:14.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:39:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:39:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:39:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:39:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:39:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:39:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:39:14.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:39:14.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:40:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:40:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:40:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:40:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:40:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:40:05.159Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:40:14.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:40:14.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:41:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:41:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:41:05.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:41:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:41:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:41:05.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:41:14.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:41:14.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:42:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:42:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:42:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:42:05.159Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:42:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:42:05.159Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:42:14.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:42:14.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:43:05.156Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:43:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:43:05.159Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:43:05.159Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:43:05.159Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:43:05.159Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:43:14.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:43:14.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:44:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:44:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:44:05.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:44:05.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:44:05.161Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:44:05.161Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:44:14.745Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:44:14.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:45:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:45:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:45:05.159Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:45:05.159Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:45:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:45:05.159Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:45:14.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:45:14.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:46:05.156Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:46:05.159Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:46:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:46:05.159Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:46:05.159Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:46:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:46:14.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:46:14.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:47:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:47:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:47:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:47:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:47:05.159Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:47:05.159Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:47:14.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:47:14.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:48:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:48:05.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:48:05.163Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:48:05.163Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:48:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:48:05.164Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:48:14.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:48:14.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:49:05.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:49:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:49:05.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:49:05.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:49:05.164Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:49:05.164Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:49:14.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:49:14.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:50:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:50:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:50:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:50:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:50:05.161Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:50:05.161Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:50:14.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:50:14.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:51:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:51:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:51:05.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:51:05.163Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:51:05.163Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:51:05.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:51:14.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:51:14.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:52:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:52:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:52:05.160Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:52:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:52:05.160Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:52:05.160Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:52:14.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:52:14.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:53:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:53:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:53:05.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:53:05.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:53:05.162Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:53:05.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:53:14.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:53:14.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:54:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:54:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:54:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:54:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:54:05.165Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:54:05.165Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:54:14.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:54:14.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:55:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:55:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:55:05.161Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:55:05.162Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:55:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:55:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:55:14.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:55:14.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:56:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:56:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:56:05.159Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:56:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:56:05.159Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:56:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:56:14.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:56:14.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:57:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:57:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:57:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:57:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:57:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:57:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:57:14.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:57:14.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:58:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:58:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:58:05.164Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:58:05.164Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:58:05.167Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:58:05.167Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:58:14.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:58:14.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:59:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:59:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T06:59:05.163Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:59:05.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T06:59:05.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:59:05.163Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T06:59:14.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T06:59:14.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:00:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:00:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:00:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:00:05.159Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:00:05.159Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:00:05.159Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:00:14.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:00:14.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:01:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:01:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:01:05.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:01:05.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:01:05.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:01:05.164Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:01:14.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:01:14.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:02:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:02:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:02:05.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:02:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:02:05.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:02:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:02:14.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:02:14.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:03:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:03:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:03:05.159Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:03:05.159Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:03:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:03:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:03:14.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:03:14.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:04:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:04:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:04:05.159Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:04:05.159Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:04:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:04:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:04:14.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:04:14.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:05:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:05:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:05:05.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:05:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:05:05.160Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:05:05.161Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:05:14.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:05:14.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:06:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:06:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:06:05.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:06:05.162Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:06:05.163Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:06:05.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:06:14.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:06:14.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:07:05.156Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:07:05.159Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:07:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:07:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:07:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:07:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:07:14.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:07:14.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:08:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:08:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:08:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:08:05.161Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:08:05.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:08:05.167Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:08:14.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:08:14.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:09:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:09:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:09:05.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:09:05.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:09:05.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:09:05.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:09:14.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:09:14.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:10:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:10:05.160Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:10:05.160Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:10:05.158Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:10:05.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:10:05.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:10:14.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:10:14.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:11:05.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:11:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:11:05.162Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:11:05.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:11:05.162Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:11:05.167Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:11:14.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:11:14.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:12:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:12:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:12:05.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:12:05.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:12:05.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:12:05.162Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:12:14.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:12:14.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:13:05.158Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:13:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:13:05.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:13:05.164Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:13:05.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:13:05.164Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:13:14.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:13:14.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:14:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:14:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:14:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:14:05.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:14:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:14:05.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:14:14.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:14:14.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:15:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:15:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:15:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:15:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:15:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:15:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:15:14.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:15:14.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:16:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:16:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:16:05.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:16:05.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:16:05.162Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:16:05.162Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:16:14.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:16:14.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:17:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:17:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:17:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:17:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:17:05.161Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:17:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:17:14.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:17:14.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:18:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:18:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:18:05.160Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:18:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:18:05.160Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:18:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:18:14.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:18:14.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:19:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:19:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:19:05.164Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:19:05.164Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:19:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:19:05.165Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:19:14.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:19:14.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:20:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:20:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:20:05.162Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:20:05.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:20:05.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:20:05.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:20:14.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:20:14.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:21:05.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:21:05.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:21:05.168Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:21:05.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:21:05.171Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:21:05.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:21:14.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:21:14.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:22:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:22:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:22:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:22:05.164Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:22:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:22:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:22:14.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:22:14.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:23:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:23:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:23:05.166Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:23:05.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:23:05.167Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:23:05.168Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:23:14.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:23:14.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:24:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:24:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:24:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:24:05.160Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:24:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:24:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:24:14.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:24:14.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:25:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:25:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:25:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:25:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:25:05.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:25:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:25:14.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:25:14.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:26:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:26:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:26:05.160Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:26:05.160Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:26:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:26:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:26:14.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:26:14.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:27:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:27:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:27:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:27:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:27:05.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:27:05.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:27:14.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:27:14.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:28:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:28:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:28:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:28:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:28:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:28:05.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:28:14.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:28:14.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:29:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:29:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:29:05.161Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:29:05.161Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:29:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:29:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:29:14.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:29:14.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:30:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:30:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:30:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:30:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:30:05.159Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:30:05.159Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:30:14.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:30:14.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:31:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:31:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:31:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:31:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:31:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:31:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:31:14.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:31:14.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:32:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:32:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:32:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:32:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:32:05.160Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:32:05.160Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:32:14.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:32:14.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:33:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:33:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:33:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:33:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:33:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:33:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:33:14.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:33:14.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:34:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:34:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:34:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:34:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:34:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:34:05.160Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:34:14.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:34:14.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:35:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:35:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:35:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:35:05.160Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:35:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:35:05.160Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:35:14.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:35:14.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:36:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:36:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:36:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:36:05.161Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:36:05.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:36:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:36:14.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:36:14.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:37:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:37:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:37:05.159Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:37:05.159Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:37:05.160Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:37:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:37:14.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:37:14.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:38:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:38:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:38:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:38:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:38:05.159Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:38:05.159Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:38:14.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:38:14.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:39:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:39:05.158Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:39:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:39:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:39:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:39:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:39:14.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:39:14.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:40:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:40:05.158Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:40:05.158Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:40:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:40:05.159Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:40:05.159Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:40:14.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:40:14.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:41:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:41:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:41:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:41:05.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:41:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:41:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:41:14.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:41:14.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:42:05.156Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:42:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:42:05.160Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:42:05.160Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:42:05.160Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:42:05.160Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:42:14.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:42:14.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:43:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:43:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:43:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:43:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:43:05.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:43:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:43:14.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:43:14.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:44:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:44:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:44:05.164Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:44:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:44:05.164Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:44:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:44:14.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:44:14.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:45:05.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:45:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:45:05.161Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:45:05.161Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:45:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:45:05.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:45:14.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:45:14.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:46:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:46:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:46:05.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:46:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:46:05.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:46:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:46:14.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:46:14.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:47:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:47:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:47:05.164Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:47:05.164Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:47:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:47:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:47:14.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:47:14.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:48:05.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:48:05.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:48:05.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:48:05.166Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:48:05.165Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:48:05.166Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:48:14.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:48:14.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:49:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:49:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:49:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:49:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:49:05.164Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:49:05.167Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:49:14.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:49:14.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:50:05.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:50:05.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:50:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:50:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:50:05.164Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:50:05.171Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:50:14.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:50:14.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:51:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:51:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:51:05.164Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:51:05.164Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:51:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:51:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:51:14.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:51:14.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:52:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:52:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:52:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:52:05.165Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:52:05.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:52:05.167Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:52:14.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:52:14.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:53:05.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:53:05.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:53:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:53:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:53:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:53:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:53:14.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:53:14.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:54:05.156Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:54:05.158Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:54:05.158Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:54:05.158Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:54:05.159Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:54:05.159Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:54:14.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:54:14.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:55:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:55:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:55:05.162Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:55:05.162Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:55:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:55:05.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:55:14.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:55:14.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:56:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:56:05.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:56:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:56:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:56:05.164Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:56:05.165Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:56:14.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:56:14.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:57:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:57:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:57:05.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:57:05.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:57:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:57:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:57:14.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:57:14.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:58:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:58:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:58:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:58:05.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:58:05.163Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:58:05.163Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:58:14.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:58:14.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:59:05.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:59:05.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T07:59:05.172Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:59:05.172Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T07:59:05.173Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:59:05.173Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T07:59:14.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T07:59:14.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:00:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:00:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:00:05.162Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:00:05.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:00:05.162Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:00:05.162Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:00:14.745Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:00:14.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:01:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:01:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:01:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:01:05.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:01:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:01:05.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:01:14.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:01:14.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:02:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:02:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:02:05.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:02:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:02:05.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:02:05.164Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:02:14.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:02:14.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:03:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:03:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:03:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:03:05.164Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:03:05.165Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:03:05.165Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:03:14.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:03:14.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:04:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:04:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:04:05.164Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:04:05.164Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:04:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:04:05.165Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:04:14.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:04:14.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:05:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:05:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:05:05.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:05:05.162Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:05:05.165Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:05:05.165Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:05:14.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:05:14.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:06:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:06:05.159Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:06:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:06:05.162Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:06:05.161Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:06:05.162Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:06:14.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:06:14.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:07:05.158Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:07:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:07:05.164Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:07:05.164Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:07:05.165Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:07:05.165Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:07:14.734Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:07:14.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:08:05.156Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:08:05.157Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:08:05.157Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:08:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:08:05.159Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:08:05.159Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:08:14.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:08:14.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:09:05.158Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:09:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:09:05.163Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:09:05.163Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:09:05.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:09:05.163Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:09:14.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:09:14.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:10:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:10:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:10:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:10:05.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:10:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:10:05.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:10:14.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:10:14.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:11:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:11:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:11:05.169Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:11:05.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:11:05.169Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:11:05.169Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:11:14.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:11:14.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:12:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:12:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:12:05.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:12:05.167Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:12:05.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:12:05.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:12:14.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:12:14.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:13:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:13:05.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:13:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:13:05.160Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:13:05.160Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:13:05.160Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:13:14.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:13:14.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:14:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:14:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:14:05.165Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:14:05.165Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:14:05.165Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:14:05.166Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:14:14.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:14:14.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:15:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:15:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:15:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:15:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:15:05.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:15:05.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:15:14.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:15:14.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:16:05.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:16:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:16:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:16:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:16:05.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:16:05.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:16:14.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:16:14.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:17:05.158Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:17:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:17:05.164Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:17:05.164Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:17:05.164Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:17:05.164Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:17:14.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:17:14.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:18:05.161Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:18:05.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:18:05.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:18:05.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:18:05.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:18:05.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:18:14.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:18:14.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:19:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:19:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:19:05.165Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:19:05.165Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:19:05.165Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:19:05.165Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:19:14.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:19:14.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:20:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:20:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:20:05.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:20:05.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:20:05.164Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:20:05.164Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:20:14.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:20:14.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:21:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:21:05.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:21:05.160Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:21:05.160Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:21:05.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:21:05.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:21:14.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:21:14.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:22:05.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:22:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:22:05.161Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:22:05.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:22:05.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:22:05.162Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:22:14.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:22:14.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:23:05.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:23:05.158Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:23:05.158Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:23:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:23:05.160Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:23:05.160Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:23:14.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:23:14.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:24:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:24:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:24:05.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:24:05.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:24:05.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:24:05.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:24:14.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:24:14.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:25:05.158Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:25:05.163Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:25:05.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:05.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:25:05.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:05.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9af12fd7-0de5-46a4-8988-f7391859d7dc","serviceName":"vFW 2021-09-13 08-21-23","serviceVersion":"1.0","serviceUUID":"4ed2d2df-b660-447f-9a3d-0706539cfde0","serviceDescription":"catalog service description","serviceInvariantUUID":"3cbb76fe-7fd4-4931-abae-8c141a3de229","resources":[{"resourceInstanceName":"vFW e11e9e09-2fe7 0","resourceName":"vFW e11e9e09-2fe7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ef8836b-5193-4012-b7ca-86eaf8a3947e","resourceInvariantUUID":"67243ed6-dce6-4354-ac33-c3cfe5c0dec1","resourceCustomizationUUID":"fe541737-111c-49ee-8c49-f66be8a6562b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml","artifactChecksum":"MGU1OTc3YTY1ZjI5MjYwNzg3ZDNmYjkxMDZkOTM5YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c91a1d34-6f38-46ef-9ddc-93f94764d195","artifactVersion":"1"},{"artifactName":"vfwe11e9e092fe70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json","artifactChecksum":"NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca921f1a-b1d2-4414-8508-5c24f653ee64","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9f344b13-58af-4fba-b718-0c2e230f87ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJhMTQ0ZTFhY2MzYWJiMWM2OGQ2ZGJjMDVlZTFlYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd232c0a-b4c6-402c-87cc-f1cd303a6d1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ae79ab1-4f4b-43a5-a11f-f39b31e27daf","artifactVersion":"3","generatedFromUUID":"9f344b13-58af-4fba-b718-0c2e230f87ee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210913082123-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml","artifactChecksum":"MTZmMjcwM2QxOTRkYjg2ZGYxYmU1MTRiNzM5NzRhNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d119e1bb-93c7-4f7b-b0bc-2905885539aa","artifactVersion":"1"},{"artifactName":"service-Vfw20210913082123-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar","artifactChecksum":"NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d89b94a5-015c-4884-a6e9-5c3d6ccd0d00","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:25:05.821Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:05.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:05.830Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:05.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.846Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:05.847Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "dcae-sch",
"timestamp": 1631521467559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521474921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521467806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521466047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521467934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521468044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:05.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521483871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521483967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521483994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521484189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:05.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "cds",
"timestamp": 1631521484991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-13T08:25:05.946Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-13T08:25:05.950Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:05.951Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:05.973Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:05.974Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521485005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "policy-id",
"timestamp": 1631521486009,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:06.168Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521480392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521489654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521490659,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:06.188Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.188Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521484659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521493331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521494935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521496230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521498183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:06.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.204Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-13T08:25:06.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521498874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521499189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521500880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "clamp",
"timestamp": 1631521501884,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:06.220Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521503982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:25:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "aai-ml",
"timestamp": 1631521504995,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:06.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9af12fd7-0de5-46a4-8988-f7391859d7dc
2021-09-13T08:25:06.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af12fd7-0de5-46a4-8988-f7391859d7dc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:06.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:06.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:06.859Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:06.860Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:25:06.962Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-13T08:25:06.963Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:06.963Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:06.973Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:06.974Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:07.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:07.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:07.864Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:07.864Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:25:07.964Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:07.965Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:07.965Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:07.977Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:07.977Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:08.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:08.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:08.870Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:08.870Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:08.971Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:25:08.973Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:08.974Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:08.991Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:08.992Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:09.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:09.872Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:09.875Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:09.875Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T08:25:09.975Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:09.976Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:09.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:09.989Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:09.990Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:10.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:10.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:10.888Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:10.889Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:25:10.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-09-13T08:25:10.980Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:10.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:10.990Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:10.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:11.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:25:11.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:11.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:11.909Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:25:12.009Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:12.011Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:12.011Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:12.024Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:12.024Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:12.912Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"serviceName": "vFW 2021-09-13 08-21-23",
"serviceVersion": "1.0",
"serviceUUID": "4ed2d2df-b660-447f-9a3d-0706539cfde0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3cbb76fe-7fd4-4931-abae-8c141a3de229",
"resources": [
{
"resourceInstanceName": "vFW e11e9e09-2fe7 0",
"resourceCustomizationUUID": "fe541737-111c-49ee-8c49-f66be8a6562b",
"resourceName": "vFW e11e9e09-2fe7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0ef8836b-5193-4012-b7ca-86eaf8a3947e",
"resourceInvariantUUID": "67243ed6-dce6-4354-ac33-c3cfe5c0dec1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe11e9e092fe70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"artifactChecksum": "NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ca921f1a-b1d2-4414-8508-5c24f653ee64",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9f344b13-58af-4fba-b718-0c2e230f87ee",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf",
"generatedFromUUID": "9f344b13-58af-4fba-b718-0c2e230f87ee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "0ae79ab1-4f4b-43a5-a11f-f39b31e27daf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210913082123-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"artifactChecksum": "NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d89b94a5-015c-4884-a6e9-5c3d6ccd0d00"
}
],
"workloadContext": "Production"
}
2021-09-13T08:25:12.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:25:12.914Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ed2d2df-b660-447f-9a3d-0706539cfde0 ASDC
2021-09-13T08:25:13.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9af12fd7-0de5-46a4-8988-f7391859d7dc
ServiceName:vFW 2021-09-13 08-21-23
ServiceVersion:1.0
ServiceUUID:4ed2d2df-b660-447f-9a3d-0706539cfde0
ServiceInvariantUUID:3cbb76fe-7fd4-4931-abae-8c141a3de229
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210913082123-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
ArtifactUUID:d89b94a5-015c-4884-a6e9-5c3d6ccd0d00
ArtifactChecksum:NTI0ZWEwZjE4ZGY4MDViMWI2OGRjODhhMDIwYjc5Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e11e9e09-2fe7 0
ResourceCustomizationUUID:fe541737-111c-49ee-8c49-f66be8a6562b
ResourceInvariantUUID:67243ed6-dce6-4354-ac33-c3cfe5c0dec1
ResourceName:vFW e11e9e09-2fe7
ResourceType:VF
ResourceUUID:0ef8836b-5193-4012-b7ca-86eaf8a3947e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe11e9e092fe70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
ArtifactUUID:ca921f1a-b1d2-4414-8508-5c24f653ee64
ArtifactChecksum:NzhmNzdhYzkyMTM0MjQxM2M1ZDhiZDkzZGZiNTRhZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
ArtifactUUID:9f344b13-58af-4fba-b718-0c2e230f87ee
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
ArtifactUUID:0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
ArtifactUUID:0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-13T08:25:13.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ed2d2df-b660-447f-9a3d-0706539cfde0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T08:25:13.167Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:25:13.168Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:13.169Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:13.170Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d89b94a5-015c-4884-a6e9-5c3d6ccd0d00 from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:13.170Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:13.171Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:14.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:14.034Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar d89b94a5-015c-4884-a6e9-5c3d6ccd0d00 98722
2021-09-13T08:25:14.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar ASDC sendASDCNotification
2021-09-13T08:25:14.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:14.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:14.038Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:14.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:14.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521514035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:14.147Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:14.150Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:14.155Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:14.170Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:14.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:15.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:25:15.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:25:15.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d89b94a5-015c-4884-a6e9-5c3d6ccd0d00, URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar to file: /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.139Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:15.139Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:16.418Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10627988051397790813/Definitions/service-Vfw20210913082123-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-13T08:25:19.010Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.016Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e11e9e09-2fe7 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.017Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.018Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.019Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:19.020Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:25:19.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.030Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:25:19.038Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:25:19.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:25:19.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.047Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.049Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:25:19.052Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.052Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:25:19.053Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.054Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.054Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.055Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.056Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.057Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.058Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.059Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.060Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.060Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.061Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.062Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:19.063Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
2021-09-13T08:25:19.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.065Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:19.066Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=548ff271-f95f-4c0b-971b-af0af196b4bf
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.067Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:19.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:19.070Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-13 08-21-23
Description:catalog service description
Model UUID:4ed2d2df-b660-447f-9a3d-0706539cfde0
Model Version:NULL
Model InvariantUuid:3cbb76fe-7fd4-4931-abae-8c141a3de229
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e11e9e09-2fe7
Model UUID:928f143c-d453-49f8-a0cb-f05b782f6e74
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:67243ed6-dce6-4354-ac33-c3cfe5c0dec1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fe541737-111c-49ee-8c49-f66be8a6562b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:60e71984-1e92-4779-b59c-ed77c18cd240
ModelName:VfwE11e9e092fe7..base_vfw..module-0
ModelUuid:3a418fab-7bd5-4927-9464-0b8df7025574
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
ModelInvariantUuid:95b17489-0cde-4cf0-92fd-ac44a55c1d27
ModelName:vFW e11e9e09-2fe7-nodes.vfwCvfc
ModelUuid:ab98a3e4-fc69-408f-bc93-544814c5b4e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3dbc27f6-f44c-452e-842a-c3f9e12fb81b
ModelInvariantUuid:23e30111-3587-41a7-bde4-4d11971f5541
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vfw
ModelUuid:a21e740f-fe41-420c-827b-62210d7c754c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
ModelInvariantUuid:730bb9ca-cb7e-4ace-a97b-ff919a42f2d9
ModelName:vFW e11e9e09-2fe7-nodes.vsnCvfc
ModelUuid:405cb543-0b70-4713-b675-05cc9ac5918b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ec8595db-2dd7-45e3-a116-83ae4eceea78
ModelInvariantUuid:0515fee9-c2f5-40d1-b48b-57731b2902e4
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vsn
ModelUuid:a8e4ea9e-5474-415b-96ed-6002b2d25b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:548ff271-f95f-4c0b-971b-af0af196b4bf
ModelInvariantUuid:823866aa-5a78-4c07-9313-6579d74f6aa5
ModelName:vFW e11e9e09-2fe7-nodes.vpgCvfc
ModelUuid:9a6b3ebe-6d1f-4afa-9bc4-71210153d901
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:69503ef9-a4e4-48a3-a889-bafd24f0ee37
ModelInvariantUuid:caaf6d31-c034-486b-a72e-153adcdfafdb
ModelName:VfwE11e9e092fe7.compute.nodes.heat.vpg
ModelUuid:eb7ff63e-8a53-47ea-9775-8087756df43f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T08:25:19.080Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ef8836b-5193-4012-b7ca-86eaf8a3947e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:25:19.182Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||vFW e11e9e09-2fe7 0
2021-09-13T08:25:19.189Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ef8836b-5193-4012-b7ca-86eaf8a3947e
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca921f1a-b1d2-4414-8508-5c24f653ee64 from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:19.190Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:22.041Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:22.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ca921f1a-b1d2-4414-8508-5c24f653ee64 785
2021-09-13T08:25:22.042Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ASDC sendASDCNotification
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:22.043Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:22.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:22.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521522042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:22.146Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:22.148Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:22.148Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:22.159Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:22.160Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:23.048Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE11e9e092fe7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "60e71984-1e92-4779-b59c-ed77c18cd240",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a418fab-7bd5-4927-9464-0b8df7025574",
"vfModuleModelCustomizationUUID": "b9b404b5-8a02-4f12-9cc4-37e9740d256b",
"isBase": true,
"artifacts": [
"9f344b13-58af-4fba-b718-0c2e230f87ee",
"0ae79ab1-4f4b-43a5-a11f-f39b31e27daf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-13T08:25:23.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE11e9e092fe7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a418fab-7bd5-4927-9464-0b8df7025574
VfModuleModelInvariantUUID:60e71984-1e92-4779-b59c-ed77c18cd240
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f344b13-58af-4fba-b718-0c2e230f87ee
,
0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-13T08:25:23.068Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE11e9e092fe7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "60e71984-1e92-4779-b59c-ed77c18cd240",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a418fab-7bd5-4927-9464-0b8df7025574",
"vfModuleModelCustomizationUUID": "b9b404b5-8a02-4f12-9cc4-37e9740d256b",
"isBase": true,
"artifacts": [
"9f344b13-58af-4fba-b718-0c2e230f87ee",
"0ae79ab1-4f4b-43a5-a11f-f39b31e27daf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE11e9e092fe7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a418fab-7bd5-4927-9464-0b8df7025574
VfModuleModelInvariantUUID:60e71984-1e92-4779-b59c-ed77c18cd240
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f344b13-58af-4fba-b718-0c2e230f87ee
,
0ae79ab1-4f4b-43a5-a11f-f39b31e27daf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f344b13-58af-4fba-b718-0c2e230f87ee from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.069Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:23.070Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.850Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:23.851Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml 9f344b13-58af-4fba-b718-0c2e230f87ee 20368
2021-09-13T08:25:23.851Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:23.853Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:23.855Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:23.856Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521523851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:23.956Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:23.957Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:23.957Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:23.965Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:23.965Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:24.856Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0ae79ab1-4f4b-43a5-a11f-f39b31e27daf from URL: /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:24.857Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:25:24.858Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:25.656Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env 0ae79ab1-4f4b-43a5-a11f-f39b31e27daf 2098
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:25.657Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:25:25.658Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:25.660Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:25.660Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521525657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:25:25.760Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:25.761Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:25.761Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:25.775Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:25.776Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:26.661Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4ed2d2df-b660-447f-9a3d-0706539cfde0
2021-09-13T08:25:26.662Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e11e9e09-2fe7 0 0ef8836b-5193-4012-b7ca-86eaf8a3947e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:25:26.697Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@647f72b2, org.onap.sdc.toscaparser.api.parameters.Input@8b82032, org.onap.sdc.toscaparser.api.parameters.Input@7c8fa6f9, org.onap.sdc.toscaparser.api.parameters.Input@3535e621, org.onap.sdc.toscaparser.api.parameters.Input@2ac0f8d7]
2021-09-13T08:25:26.701Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fe541737-111c-49ee-8c49-f66be8a6562b
2021-09-13T08:25:26.702Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe541737-111c-49ee-8c49-f66be8a6562b matches Tosca VF Customization UUID: fe541737-111c-49ee-8c49-f66be8a6562b
2021-09-13T08:25:26.703Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fe541737-111c-49ee-8c49-f66be8a6562b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T08:25:26.711Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.711Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fe541737-111c-49ee-8c49-f66be8a6562b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ac34ba4
2021-09-13T08:25:26.713Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.714Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:25:26.714Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9b404b5-8a02-4f12-9cc4-37e9740d256b
2021-09-13T08:25:26.716Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9b404b5-8a02-4f12-9cc4-37e9740d256b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T08:25:26.722Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.722Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.723Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.724Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.725Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.726Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:26.727Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.728Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61a86bef-54a1-4d3a-8c5c-48ddf9e6606b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T08:25:26.735Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.735Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.736Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.736Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.737Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.738Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:26.738Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:26.739Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T08:25:26.740Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.741Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9b46f3ea-8296-4e51-a0df-cc4d8a8bb936
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T08:25:26.743Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.744Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.744Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is not matching search criteria
2021-09-13T08:25:26.747Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.748Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T08:25:26.749Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T08:25:26.750Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=548ff271-f95f-4c0b-971b-af0af196b4bf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T08:25:26.752Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.753Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Node template vFW e11e9e09-2fe7 0 is matching search criteria
2021-09-13T08:25:26.754Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e11e9e09-2fe7 0] matching following query criteria: sdcType=VF, customizationUUID=fe541737-111c-49ee-8c49-f66be8a6562b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:25:26.756Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.756Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.757Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4ed2d2df-b660-447f-9a3d-0706539cfde0: vFW e11e9e09-2fe7
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.758Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.759Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-13 08-21-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:25:26.760Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-13 08-21-23
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e11e9e09-2fe7 0ef8836b-5193-4012-b7ca-86eaf8a3947e 1 ASDC deployResourceStructure
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json ASDC sendASDCNotification
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json
2021-09-13T08:25:27.028Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:27.029Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:27.031Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:27.031Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521527028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:27.131Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:25:27.132Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:27.132Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:27.146Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:27.146Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:28.033Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:28.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:28.035Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521528032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:28.136Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:28.137Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:28.137Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:28.147Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:28.147Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:25:29.036Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:29.037Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:29.039Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:29.040Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521529036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:29.139Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:25:29.142Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:29.142Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:29.169Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:29.170Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:30.044Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar ASDC sendASDCNotification
2021-09-13T08:25:30.045Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar
2021-09-13T08:25:30.045Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:25:30.046Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:25:30.050Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:25:30.051Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521530044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:25:30.148Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-13T08:25:30.149Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:25:30.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:25:30.159Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:25:30.164Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:25:31.053Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:25:31.074Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:25:31.078Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:25:31.078Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:25:31.091Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:25:31.091Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.092Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:25:31.093Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:25:31.100Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:26:01.102Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-13T08:26:01.133Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9af12fd7-0de5-46a4-8988-f7391859d7dc and serviceModelVersionId: 4ed2d2df-b660-447f-9a3d-0706539cfde0
2021-09-13T08:26:01.134Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cbb76fe-7fd4-4931-abae-8c141a3de229
2021-09-13T08:26:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:26:05.160Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:26:05.160Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:05.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:26:05.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T08:26:05.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:26:05.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T08:26:15.942Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0
2021-09-13T08:26:16.064Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:26:16.560Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|INFO|500||Invoke
2021-09-13T08:26:16.570Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a203a18b-acdb-4adc-9bad-458ddca44c52], X-ECOMP-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], X-TransactionId=[], X-ONAP-RequestID=[9af12fd7-0de5-46a4-8988-f7391859d7dc], Content-Type=[application/merge-patch+json]}
2021-09-13T08:26:16.709Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T08:26:17.095Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-08:26:16:725-95266], vertex-id=[139440], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:26:16 GMT], Content-Type=[application/json]}
2021-09-13T08:26:17.096Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:26:17.097Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3cbb76fe-7fd4-4931-abae-8c141a3de229/model-vers/model-ver/4ed2d2df-b660-447f-9a3d-0706539cfde0?depth=0|INFO|500||InvokeReturn
2021-09-13T08:26:17.100Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:26:17.101Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:26:17.107Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:26:17.108Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9af12fd7-0de5-46a4-8988-f7391859d7dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:26:17.109Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:26:17.109Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:26:17.111Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:26:17.112Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521577108,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:26:17.212Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:26:17.214Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:26:17.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:17.250Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:26:17.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T08:26:18.127Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:26:18.128Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:26:18.129Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:26:27.683Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:27:05.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:27:05.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:27:05.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:27:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:27:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:27:05.167Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:27:05.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:27:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521505158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521514035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521522042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521523851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521525657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521527028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/vfwe11e9e092fe70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521528032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521529036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/resourceInstances/vfwe11e9e092fe70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-13T08:27:05.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521530044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913082123/1.0/artifacts/service-Vfw20210913082123-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:27:05.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:27:14.764Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:28:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:28:05.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:28:05.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:28:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:28:05.166Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:28:05.166Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:28:05.738Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:28:05.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-13T08:28:05.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9af12fd7-0de5-46a4-8988-f7391859d7dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521577108,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:28:05.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:28:14.763Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:05.157Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:29:05.158Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:29:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:29:05.159Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:29:05.159Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.158Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:29:05.827Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:05.828Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-13T08:29:05.828Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"276e9924-0985-4481-bb09-0b46743b5ff0","serviceName":"basic_onboard_hVWflQ","serviceVersion":"1.0","serviceUUID":"3a39a3f4-c476-4fd2-871a-53400d227291","serviceDescription":"service","serviceInvariantUUID":"11d5761c-7f29-4fed-8f7e-fc9ed72809b2","resources":[{"resourceInstanceName":"basic_onboard_hVWflQ 0","resourceName":"basic_onboard_hVWflQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"109d01b6-502b-4b4e-b556-5a88c42f2af6","resourceInvariantUUID":"91c26ba2-c74a-4764-8bce-4b8d0a33a073","resourceCustomizationUUID":"a08c8e39-95bf-411b-8837-b7afc13fe0f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml","artifactChecksum":"NDhjYmUyYWIyMWI1MTA5YWEyNDBmMjg5YTlhNzUxYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1376d0-7512-4688-ac4f-215885db6c03","artifactVersion":"1"},{"artifactName":"basic_onboard_hvwflq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json","artifactChecksum":"MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3217aa69-5f37-4c69-a829-e643625842d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c63048a0-98f0-429f-a5de-53f5606d25da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc21a560-5dad-4725-b25b-34c57730a329","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"372f11a1-333b-4563-98aa-1fa08083acb1","artifactVersion":"2","generatedFromUUID":"c63048a0-98f0-429f-a5de-53f5606d25da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHvwflq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml","artifactChecksum":"ZmJhMzRmYWE4NmEyZDJlYWE0NmY1MjZmNGYwZWI4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f777476-cf7c-4251-b950-d6783b0312f6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHvwflq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar","artifactChecksum":"MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc1c5dba-8175-419a-af76-9b8614cea204","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:29:05.832Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:05.832Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:05.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:05.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:05.935Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:05.937Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:05.937Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:05.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:05.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:06.836Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:06.837Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:06.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:06.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:29:06.941Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:29:06.942Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:06.943Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:06.955Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:06.955Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:07.840Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:07.844Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:07.846Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:07.847Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:29:07.947Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:07.948Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:07.948Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:07.958Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:07.958Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:08.852Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:08.852Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:08.860Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:08.860Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:08.956Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-13T08:29:08.956Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:08.956Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:08.975Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:08.976Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:09.861Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:09.863Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:09.865Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:09.865Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T08:29:09.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:09.966Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:09.967Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:09.979Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:09.980Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:10.866Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:10.867Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:10.869Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:10.869Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:29:10.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:10.972Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:10.972Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:11.012Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:11.013Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:11.872Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:29:11.874Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:11.877Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:11.877Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:29:11.977Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:11.978Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:11.978Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:11.990Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:11.991Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:12.882Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"serviceName": "basic_onboard_hVWflQ",
"serviceVersion": "1.0",
"serviceUUID": "3a39a3f4-c476-4fd2-871a-53400d227291",
"serviceDescription": "service",
"serviceInvariantUUID": "11d5761c-7f29-4fed-8f7e-fc9ed72809b2",
"resources": [
{
"resourceInstanceName": "basic_onboard_hVWflQ 0",
"resourceCustomizationUUID": "a08c8e39-95bf-411b-8837-b7afc13fe0f9",
"resourceName": "basic_onboard_hVWflQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "109d01b6-502b-4b4e-b556-5a88c42f2af6",
"resourceInvariantUUID": "91c26ba2-c74a-4764-8bce-4b8d0a33a073",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hvwflq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"artifactChecksum": "MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3217aa69-5f37-4c69-a829-e643625842d7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c63048a0-98f0-429f-a5de-53f5606d25da",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "372f11a1-333b-4563-98aa-1fa08083acb1",
"generatedFromUUID": "c63048a0-98f0-429f-a5de-53f5606d25da"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "372f11a1-333b-4563-98aa-1fa08083acb1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHvwflq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"artifactChecksum": "MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc1c5dba-8175-419a-af76-9b8614cea204"
}
],
"workloadContext": "Production"
}
2021-09-13T08:29:12.883Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:29:12.883Z|9af12fd7-0de5-46a4-8988-f7391859d7dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a39a3f4-c476-4fd2-871a-53400d227291 ASDC
2021-09-13T08:29:12.884Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:276e9924-0985-4481-bb09-0b46743b5ff0
ServiceName:basic_onboard_hVWflQ
ServiceVersion:1.0
ServiceUUID:3a39a3f4-c476-4fd2-871a-53400d227291
ServiceInvariantUUID:11d5761c-7f29-4fed-8f7e-fc9ed72809b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHvwflq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
ArtifactUUID:cc1c5dba-8175-419a-af76-9b8614cea204
ArtifactChecksum:MjdmNDA1NjBiNGFkYjYwODVkNDllYjhlMmQwNDY1MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hVWflQ 0
ResourceCustomizationUUID:a08c8e39-95bf-411b-8837-b7afc13fe0f9
ResourceInvariantUUID:91c26ba2-c74a-4764-8bce-4b8d0a33a073
ResourceName:basic_onboard_hVWflQ
ResourceType:VF
ResourceUUID:109d01b6-502b-4b4e-b556-5a88c42f2af6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hvwflq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
ArtifactUUID:3217aa69-5f37-4c69-a829-e643625842d7
ArtifactChecksum:MWVlMTZjNmUyMjIwZDY1ZGNmMzVhMDQzYTNmZWU1YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c63048a0-98f0-429f-a5de-53f5606d25da
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
ArtifactUUID:372f11a1-333b-4563-98aa-1fa08083acb1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
ArtifactUUID:372f11a1-333b-4563-98aa-1fa08083acb1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-13T08:29:12.884Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a39a3f4-c476-4fd2-871a-53400d227291 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:29:12.928Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:12.929Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc1c5dba-8175-419a-af76-9b8614cea204 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:12.930Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:12.930Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:13.696Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:13.700Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar cc1c5dba-8175-419a-af76-9b8614cea204 71380
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar ASDC sendASDCNotification
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:13.701Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:13.702Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:13.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:13.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521753701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:29:13.805Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T08:29:13.807Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:13.807Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:13.816Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:13.816Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:14.705Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:29:14.705Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-13T08:29:14.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc1c5dba-8175-419a-af76-9b8614cea204, URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:14.932Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13658460493617895146/Definitions/service-BasicOnboardHvwflq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hVWflQ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.152Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-13T08:29:16.153Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.154Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.155Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T08:29:16.156Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.157Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:16.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
2021-09-13T08:29:16.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:16.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:16.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hVWflQ
Description:service
Model UUID:3a39a3f4-c476-4fd2-871a-53400d227291
Model Version:NULL
Model InvariantUuid:11d5761c-7f29-4fed-8f7e-fc9ed72809b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hVWflQ
Model UUID:560d4954-0bd9-4a2a-8160-1f0eefae1548
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91c26ba2-c74a-4764-8bce-4b8d0a33a073
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a08c8e39-95bf-411b-8837-b7afc13fe0f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cca57d29-13fa-4722-b98f-b53961aac83b
ModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
ModelUuid:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
ModelInvariantUuid:18fd46a6-eb0d-4ef2-8e65-d10d7ef8f580
ModelName:basic_onboard_hVWflQ-nodes.ubuntu18Cvfc
ModelUuid:f23d1900-4fd7-4e78-b5f0-f09f186e25e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:689dbcf5-ddd5-4ea5-abef-b621761b3249
ModelInvariantUuid:1603c150-0aaa-43af-8536-bad580fa4059
ModelName:BasicOnboardHvwflq.compute.nodes.heat.ubuntu18
ModelUuid:d8122f8b-daed-429a-8345-da2992515814
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T08:29:16.169Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 109d01b6-502b-4b4e-b556-5a88c42f2af6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||basic_onboard_hVWflQ 0
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 109d01b6-502b-4b4e-b556-5a88c42f2af6
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3217aa69-5f37-4c69-a829-e643625842d7 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.173Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:16.174Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.702Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json 3217aa69-5f37-4c69-a829-e643625842d7 798
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json ASDC sendASDCNotification
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:16.703Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:16.704Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:16.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:16.706Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521756703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:29:16.806Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:16.807Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:16.807Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:16.817Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:16.817Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:17.707Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHvwflq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cca57d29-13fa-4722-b98f-b53961aac83b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ce8c186-b91e-4f56-afcc-9fd88f0aee72",
"vfModuleModelCustomizationUUID": "d8259721-a3b5-4637-893b-e8b5795f0026",
"isBase": true,
"artifacts": [
"c63048a0-98f0-429f-a5de-53f5606d25da",
"372f11a1-333b-4563-98aa-1fa08083acb1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-13T08:29:17.713Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
VfModuleModelInvariantUUID:cca57d29-13fa-4722-b98f-b53961aac83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c63048a0-98f0-429f-a5de-53f5606d25da
,
372f11a1-333b-4563-98aa-1fa08083acb1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-13T08:29:17.715Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHvwflq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cca57d29-13fa-4722-b98f-b53961aac83b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ce8c186-b91e-4f56-afcc-9fd88f0aee72",
"vfModuleModelCustomizationUUID": "d8259721-a3b5-4637-893b-e8b5795f0026",
"isBase": true,
"artifacts": [
"c63048a0-98f0-429f-a5de-53f5606d25da",
"372f11a1-333b-4563-98aa-1fa08083acb1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHvwflq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ce8c186-b91e-4f56-afcc-9fd88f0aee72
VfModuleModelInvariantUUID:cca57d29-13fa-4722-b98f-b53961aac83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c63048a0-98f0-429f-a5de-53f5606d25da
,
372f11a1-333b-4563-98aa-1fa08083acb1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c63048a0-98f0-429f-a5de-53f5606d25da from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:17.716Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:18.581Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml c63048a0-98f0-429f-a5de-53f5606d25da 5033
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:18.582Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:18.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:18.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521758582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:29:18.686Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:18.688Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:18.688Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:18.740Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:18.741Z||pool-28-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:19.586Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 372f11a1-333b-4563-98aa-1fa08083acb1 from URL: /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:19.587Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-13T08:29:19.587Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:22.832Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-13T08:29:22.832Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env 372f11a1-333b-4563-98aa-1fa08083acb1 909
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:29:22.833Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:22.836Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:22.836Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521762833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:29:22.936Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:22.936Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:22.936Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:22.951Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:22.951Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:23.838Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3a39a3f4-c476-4fd2-871a-53400d227291
2021-09-13T08:29:23.839Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hVWflQ 0 109d01b6-502b-4b4e-b556-5a88c42f2af6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:29:23.854Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@343a0214, org.onap.sdc.toscaparser.api.parameters.Input@7b0a0c2f, org.onap.sdc.toscaparser.api.parameters.Input@6a0c8449, org.onap.sdc.toscaparser.api.parameters.Input@afe7ffa, org.onap.sdc.toscaparser.api.parameters.Input@6e30e613]
2021-09-13T08:29:23.896Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a08c8e39-95bf-411b-8837-b7afc13fe0f9
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9 matches Tosca VF Customization UUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9
2021-09-13T08:29:23.897Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a08c8e39-95bf-411b-8837-b7afc13fe0f9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-13T08:29:23.903Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.903Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a08c8e39-95bf-411b-8837-b7afc13fe0f9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3228b99a
2021-09-13T08:29:23.904Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8259721-a3b5-4637-893b-e8b5795f0026
2021-09-13T08:29:23.905Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8259721-a3b5-4637-893b-e8b5795f0026
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.907Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.908Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is not matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T08:29:23.909Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e0fa4b7-4c27-4cf7-aeb0-948e3f93d8d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.911Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hVWflQ 0 is matching search criteria
2021-09-13T08:29:23.912Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hVWflQ 0] matching following query criteria: sdcType=VF, customizationUUID=a08c8e39-95bf-411b-8837-b7afc13fe0f9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:29:23.913Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.913Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.914Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3a39a3f4-c476-4fd2-871a-53400d227291: basic_onboard_hVWflQ
2021-09-13T08:29:23.914Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.915Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.916Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:29:23.917Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hVWflQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:29:23.917Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_hVWflQ
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:29:23.997Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hVWflQ 109d01b6-502b-4b4e-b556-5a88c42f2af6 1 ASDC deployResourceStructure
2021-09-13T08:29:23.998Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json ASDC sendASDCNotification
2021-09-13T08:29:23.998Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json
2021-09-13T08:29:23.999Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:24.000Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:24.003Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:24.003Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521763998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:29:24.102Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:24.103Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:24.103Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:24.113Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:24.113Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:25.005Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T08:29:25.006Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml
2021-09-13T08:29:25.006Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:25.007Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:25.010Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:25.010Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521765005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T08:29:25.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:25.110Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:25.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:25.129Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:25.130Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:26.011Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:26.012Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:26.015Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:26.015Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521766011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-13T08:29:26.115Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:29:26.116Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:26.117Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:26.129Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:26.130Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:29:27.018Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar ASDC sendASDCNotification
2021-09-13T08:29:27.019Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar
2021-09-13T08:29:27.019Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:29:27.020Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:29:27.022Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:29:27.023Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521767018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:29:27.122Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:29:27.124Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:29:27.124Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:29:27.136Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:29:27.137Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:29:28.025Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:29:28.045Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:29:28.048Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:29:58.049Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:29:58.062Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:29:58.065Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:30:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:30:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:30:05.161Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:30:05.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:30:05.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-13T08:30:05.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:30:05.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-13T08:30:28.070Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:30:28.119Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:30:28.121Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:30:28.122Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:30:28.122Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:30:58.124Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:30:58.135Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:30:58.137Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:31:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:31:05.161Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:31:05.161Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:31:05.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:31:05.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:31:05.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:31:05.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:31:28.140Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:31:28.181Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:31:28.184Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:31:28.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:31:28.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:31:58.185Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:31:58.199Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:31:58.203Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:32:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:32:05.161Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:32:05.161Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:32:05.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:32:05.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521737935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521738040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631521734921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521737806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521748963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521749107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521749494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "cds",
"timestamp": 1631521750508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.738Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.738Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521744661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521751707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521745157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631521752714,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:32:05.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521746047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521753097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521753701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "dcae-sch",
"timestamp": 1631521747559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521754397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521754799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521755401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:32:05.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521756198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "policy-id",
"timestamp": 1631521756403,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.779Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:32:05.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521756703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521757092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521750392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-13T08:32:05.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521757262,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-13T08:32:05.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "aai-ml",
"timestamp": 1631521758096,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631521758269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521758582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521762833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521763998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/basic_onboard_hvwflq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521764910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521765005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521766011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/resourceInstances/basic_onboard_hvwflq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521766131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521767018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHvwflq/1.0/artifacts/service-BasicOnboardHvwflq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:32:05.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "clamp",
"timestamp": 1631521767134,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:05.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 276e9924-0985-4481-bb09-0b46743b5ff0
2021-09-13T08:32:05.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276e9924-0985-4481-bb09-0b46743b5ff0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:32:28.206Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:32:28.242Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:32:28.253Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:32:28.254Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:32:28.254Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:32:28.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:32:28.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:32:28.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:32:28.264Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:32:58.264Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 276e9924-0985-4481-bb09-0b46743b5ff0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-13T08:32:58.274Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 276e9924-0985-4481-bb09-0b46743b5ff0 and serviceModelVersionId: 3a39a3f4-c476-4fd2-871a-53400d227291
2021-09-13T08:32:58.275Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11d5761c-7f29-4fed-8f7e-fc9ed72809b2
2021-09-13T08:32:58.277Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0
2021-09-13T08:32:58.286Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:32:58.349Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-13T08:32:58.351Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|INFO|500||Invoke
2021-09-13T08:32:58.391Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T08:32:58.802Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0|INFO|500||InvokeReturn
2021-09-13T08:32:58.803Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11d5761c-7f29-4fed-8f7e-fc9ed72809b2/model-vers/model-ver/3a39a3f4-c476-4fd2-871a-53400d227291?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-08:32:58:411-16856], vertex-id=[233504], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:32:58 GMT], Content-Type=[application/json]}
2021-09-13T08:32:58.804Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:32:58.804Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:32:58.808Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:32:58.813Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:32:58.814Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 276e9924-0985-4481-bb09-0b46743b5ff0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:32:58.814Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:32:58.815Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:32:58.818Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:32:58.820Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521978814,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:32:58.923Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-13T08:32:58.926Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:32:58.926Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:32:58.961Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:32:58.962Z||pool-34-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T08:32:59.841Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:32:59.842Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:32:59.842Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:05.160Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:33:05.160Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:05.796Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:33:05.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-13T08:33:05.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "276e9924-0985-4481-bb09-0b46743b5ff0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631521978814,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:33:05.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:33:10.094Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:33:10.095Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:10.096Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:33:10.096Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:19.675Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:33:19.680Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:19.684Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:33:19.685Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:29.255Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:33:29.256Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:33:29.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:33:29.257Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:33:38.879Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:34:05.166Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:34:05.183Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:34:05.184Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:34:05.166Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:34:05.191Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:34:05.192Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:34:14.792Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:34:14.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:35:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:35:05.158Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:35:05.162Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:35:05.162Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:35:05.163Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:35:05.163Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:35:14.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:35:14.754Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:36:05.160Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:36:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:36:05.167Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:36:05.167Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:36:05.169Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:36:05.169Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:36:14.751Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:36:14.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:37:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:37:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:37:05.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:37:05.163Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:37:05.164Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:37:05.164Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:37:14.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:37:14.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:38:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:38:05.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:38:05.162Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:38:05.162Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:38:05.162Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:38:05.162Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:38:14.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:38:14.745Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:39:05.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:39:05.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:39:05.161Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:39:05.161Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:39:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:39:05.162Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:39:14.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:39:14.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:40:05.156Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:40:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:40:05.161Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:40:05.161Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:40:05.161Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:40:05.161Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:40:14.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:40:14.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:41:05.159Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:41:05.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:41:05.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:41:05.164Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:41:05.165Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:41:05.165Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:41:14.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:41:14.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:42:05.159Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:42:05.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:42:05.162Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:42:05.158Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:42:05.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:42:05.171Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:42:14.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:42:14.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:43:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:43:05.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:43:05.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:43:05.163Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:43:05.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:43:05.164Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:43:14.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:43:14.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:44:05.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:44:05.159Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:44:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:44:05.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:44:05.161Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:44:05.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:44:14.753Z|276e9924-0985-4481-bb09-0b46743b5ff0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:44:14.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:05.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:45:05.159Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:45:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:45:05.159Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:05.160Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:45:05.160Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:07.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:07.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"590b9ac9-7746-4c9b-8b61-d7fe6988f137","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d","serviceDescription":"service","serviceInvariantUUID":"437bd284-90af-4f07-b90d-ae266bda4b6b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6b7da525-390e-4cc1-b820-3812b8631b01","resourceInvariantUUID":"990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac","resourceCustomizationUUID":"e41fb11a-ba0d-4e36-ba0d-2ca87596f274","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"M2MyNjBiNGZkNmJiNzg4ZjFlNmZiMWE2NWNkNDQyODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d242f94-5f6f-45bf-91c0-af6702ff8aaf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89b064f6-5077-4b28-bea0-b4a377d69add","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:45:07.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:45:07.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:07.655Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:07.655Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522705156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.755Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:45:07.756Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:45:07.756Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:07.809Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:07.810Z||pool-35-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":43,"count":1}
2021-09-13T08:45:07.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:07.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631522697804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "cds",
"timestamp": 1631522697934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522705156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:45:07.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:45:08.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:45:08.659Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:08.661Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:08.662Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522705156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:45:08.762Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:45:08.763Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:45:08.763Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:08.778Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:08.779Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:09.664Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d",
"serviceDescription": "service",
"serviceInvariantUUID": "437bd284-90af-4f07-b90d-ae266bda4b6b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e41fb11a-ba0d-4e36-ba0d-2ca87596f274",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6b7da525-390e-4cc1-b820-3812b8631b01",
"resourceInvariantUUID": "990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89b064f6-5077-4b28-bea0-b4a377d69add"
}
],
"workloadContext": "Production"
}
2021-09-13T08:45:09.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:45:09.665Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d ASDC
2021-09-13T08:45:09.666Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:590b9ac9-7746-4c9b-8b61-d7fe6988f137
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
ServiceInvariantUUID:437bd284-90af-4f07-b90d-ae266bda4b6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:89b064f6-5077-4b28-bea0-b4a377d69add
ArtifactChecksum:ODFkNzc3ZGJjZjAxMTQ3YWM2ODI1MzU4NTljOTM2MTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e41fb11a-ba0d-4e36-ba0d-2ca87596f274
ResourceInvariantUUID:990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6b7da525-390e-4cc1-b820-3812b8631b01
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-13T08:45:09.666Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:45:09.714Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:45:09.715Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:09.715Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:09.716Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89b064f6-5077-4b28-bea0-b4a377d69add from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:09.716Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:45:09.717Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:12.303Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:45:12.309Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89b064f6-5077-4b28-bea0-b4a377d69add 52170
2021-09-13T08:45:12.311Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T08:45:12.311Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:12.312Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:45:12.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:12.323Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:12.323Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522712310,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:45:12.422Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T08:45:12.424Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:45:12.424Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:12.436Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:12.437Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:13.324Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 89b064f6-5077-4b28-bea0-b4a377d69add, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.327Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-13T08:45:13.328Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.328Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:13.484Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6472789869512388692/Definitions/service-BasicNetwork-template.yml
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.063Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:45:14.064Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.065Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.066Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.067Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
Model Version:NULL
Model InvariantUuid:437bd284-90af-4f07-b90d-ae266bda4b6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:990bda0a-edd5-4eee-bcb7-0c97cb4fc0ac
Model UUID:40401668-bbc3-4d9f-870d-9adc15cd274f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e41fb11a-ba0d-4e36-ba0d-2ca87596f274
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-13T08:45:14.075Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 6b7da525-390e-4cc1-b820-3812b8631b01
2021-09-13T08:45:14.076Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||No resources found for Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:45:14.086Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||
2021-09-13T08:45:14.086Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-13T08:45:14.087Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:45:14.092Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69c5e9e4, org.onap.sdc.toscaparser.api.parameters.Input@628f85d0, org.onap.sdc.toscaparser.api.parameters.Input@3ac66d2e, org.onap.sdc.toscaparser.api.parameters.Input@41caa698, org.onap.sdc.toscaparser.api.parameters.Input@786ed8c]
2021-09-13T08:45:14.095Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.095Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d: Generic NeutronNet
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.097Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.133Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.133Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:45:14.134Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:45:14.134Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-13T08:45:14.180Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T08:45:14.181Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:45:14.183Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:45:14.183Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522714181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:45:14.283Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:45:14.284Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:45:14.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:45:14.318Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:45:14.318Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:45:15.184Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:45:15.198Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:45:15.201Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:45:45.202Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:45:45.213Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:45:45.215Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:46:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:46:05.164Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:46:05.164Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:46:05.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:46:05.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:46:05.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "aai-ml",
"timestamp": 1631522698040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:46:05.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:46:15.216Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:46:15.231Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:46:15.238Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:46:45.240Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:46:45.260Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:46:45.262Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:46:45.262Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:46:45.263Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:47:05.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:47:05.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:47:05.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:47:05.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:47:05.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:47:05.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "policy-id",
"timestamp": 1631522706047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631522704659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:47:05.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:47:15.263Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:47:15.274Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:47:15.276Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:47:45.277Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:47:45.295Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T08:47:45.298Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T08:48:05.159Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:48:05.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:48:05.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:05.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:05.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "dcae-sch",
"timestamp": 1631522707558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "cds",
"timestamp": 1631522697934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522705156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631522697804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "aai-ml",
"timestamp": 1631522698040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "policy-id",
"timestamp": 1631522706047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631522704659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "dcae-sch",
"timestamp": 1631522707558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "clamp",
"timestamp": 1631522710392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "policy-id",
"timestamp": 1631522711857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631522712006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "clamp",
"timestamp": 1631522710392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "aai-ml",
"timestamp": 1631522712213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522712310,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "cds",
"timestamp": 1631522712395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "policy-id",
"timestamp": 1631522712862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "cds",
"timestamp": 1631522713410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:05.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.275Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631522713746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "policy-id",
"timestamp": 1631522713865,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:05.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522714181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631522714756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:05.310Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.310Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:05.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "ves-openapi-manager",
"timestamp": 1631522714921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "aai-ml",
"timestamp": 1631522716486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "ves-openapi-manager",
"timestamp": 1631522714921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "aai-ml",
"timestamp": 1631522717490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:05.326Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.326Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "clamp",
"timestamp": 1631522725108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "clamp",
"timestamp": 1631522727115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T08:48:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "clamp",
"timestamp": 1631522728120,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:05.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 590b9ac9-7746-4c9b-8b61-d7fe6988f137
2021-09-13T08:48:05.339Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:15.299Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:48:15.310Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-13T08:48:15.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T08:48:15.313Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.314Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T08:48:15.315Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T08:48:15.321Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T08:48:45.321Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-13T08:48:45.330Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and serviceModelVersionId: e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d
2021-09-13T08:48:45.330Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 437bd284-90af-4f07-b90d-ae266bda4b6b
2021-09-13T08:48:45.332Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0
2021-09-13T08:48:45.340Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T08:48:45.420Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-13T08:48:45.422Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|INFO|500||Invoke
2021-09-13T08:48:45.460Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T08:48:45.642Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0|INFO|500||InvokeReturn
2021-09-13T08:48:45.644Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/437bd284-90af-4f07-b90d-ae266bda4b6b/model-vers/model-ver/e3aa4a7e-2fa8-44a3-8e29-a2b5fd7fec9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-08:48:45:480-64719], vertex-id=[192624], Content-Length=[0], Date=[Mon, 13 Sep 2021 08:48:45 GMT], Content-Type=[application/json]}
2021-09-13T08:48:45.644Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T08:48:45.647Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T08:48:45.647Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T08:48:45.652Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 590b9ac9-7746-4c9b-8b61-d7fe6988f137 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T08:48:45.653Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:45.663Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:45.663Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "590b9ac9-7746-4c9b-8b61-d7fe6988f137",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522925653,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T08:48:45.761Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-13T08:48:45.763Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:45.763Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:45.780Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:45.781Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T08:48:46.686Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:48:46.687Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:48:46.687Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:51.090Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:51.093Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T08:48:51.093Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"120598bf-b85d-4089-a48e-3bef23c7b250","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d7f3fabc-f3ec-43db-a8d0-95ce54710a46","serviceDescription":"service","serviceInvariantUUID":"bfec97a3-1261-4815-90b9-2ba8a44aa8ec","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11ed5f14-0147-4893-bfb1-c55b93f83edd","resourceInvariantUUID":"fa2d8b88-9036-44bb-b149-14271f97cb13","resourceCustomizationUUID":"086e6ac7-f6e4-43d9-89c1-c71cad50c745","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTMwZTQyMTgzNGI0YzRiZDgyNGI0ODgwNWE4MDQyNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aeb1594-6a24-41b6-b21d-76f16151353a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a687b431-b168-42f1-85f3-23e9976f9890","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"861869d8-f7d1-44e5-a95d-eb52f1161c5e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"736b94fb-1626-4db6-8b45-80c07507af80","artifactVersion":"2","generatedFromUUID":"8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk3ODg5NWU0ZDI0YjNhZjYwOGE3NjE5ZDNlN2Y1ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"982b9513-d81f-4756-a72c-96185dfd752e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0608107f-f4c5-4614-b811-964efac6b730","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T08:48:51.096Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:51.097Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:51.100Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:51.100Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:51.205Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-13T08:48:51.206Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:51.206Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:51.254Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:51.255Z||pool-40-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:52.105Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:52.107Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:52.109Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:52.109Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T08:48:52.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-13T08:48:52.214Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:52.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:52.226Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:52.227Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:48:53.111Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:53.111Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:53.115Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:53.115Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-13T08:48:53.215Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:53.216Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:53.216Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:53.250Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:53.251Z||pool-42-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:54.116Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:54.117Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:54.120Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:54.120Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:54.219Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:48:54.220Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:54.220Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:54.227Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:54.227Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:55.121Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:55.122Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:55.123Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:55.124Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-13T08:48:55.224Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:55.225Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:55.225Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:55.234Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:55.235Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:56.124Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:56.125Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:56.127Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:56.128Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T08:48:56.228Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:56.229Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:56.229Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:56.238Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:56.239Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:48:57.128Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T08:48:57.129Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:48:57.131Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:48:57.131Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522926686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T08:48:57.231Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T08:48:57.232Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:48:57.233Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:48:57.244Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:48:57.244Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d7f3fabc-f3ec-43db-a8d0-95ce54710a46",
"serviceDescription": "service",
"serviceInvariantUUID": "bfec97a3-1261-4815-90b9-2ba8a44aa8ec",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "086e6ac7-f6e4-43d9-89c1-c71cad50c745",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "11ed5f14-0147-4893-bfb1-c55b93f83edd",
"resourceInvariantUUID": "fa2d8b88-9036-44bb-b149-14271f97cb13",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a687b431-b168-42f1-85f3-23e9976f9890",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "736b94fb-1626-4db6-8b45-80c07507af80",
"generatedFromUUID": "8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "736b94fb-1626-4db6-8b45-80c07507af80",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0608107f-f4c5-4614-b811-964efac6b730"
}
],
"workloadContext": "Production"
}
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T08:48:58.132Z|590b9ac9-7746-4c9b-8b61-d7fe6988f137|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7f3fabc-f3ec-43db-a8d0-95ce54710a46 ASDC
2021-09-13T08:48:58.134Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:120598bf-b85d-4089-a48e-3bef23c7b250
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d7f3fabc-f3ec-43db-a8d0-95ce54710a46
ServiceInvariantUUID:bfec97a3-1261-4815-90b9-2ba8a44aa8ec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:0608107f-f4c5-4614-b811-964efac6b730
ArtifactChecksum:YTUyOTI1ZTQwMjQ0OTRiMTE0NDVhMGQ3Nzg1ODA4NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:086e6ac7-f6e4-43d9-89c1-c71cad50c745
ResourceInvariantUUID:fa2d8b88-9036-44bb-b149-14271f97cb13
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:11ed5f14-0147-4893-bfb1-c55b93f83edd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:a687b431-b168-42f1-85f3-23e9976f9890
ArtifactChecksum:MzMxZWI5Njk1MzljYTVlMDgxOWRjNDAwMmFkMTY3ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:8e1b7e93-e1e3-4e00-b32a-0a4d3a72e51a
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:736b94fb-1626-4db6-8b45-80c07507af80
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:736b94fb-1626-4db6-8b45-80c07507af80
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-13T08:48:58.135Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7f3fabc-f3ec-43db-a8d0-95ce54710a46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:48:58.171Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0608107f-f4c5-4614-b811-964efac6b730 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:48:58.172Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-13T08:48:58.172Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:49:00.384Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-13T08:49:00.388Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0608107f-f4c5-4614-b811-964efac6b730 70870
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-13T08:49:00.389Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T08:49:00.390Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-13T08:49:00.395Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T08:49:00.396Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "120598bf-b85d-4089-a48e-3bef23c7b250",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631522940389,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T08:49:00.496Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-13T08:49:00.496Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-13T08:49:00.496Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A40vLhzyJsz3vMJi) ...
2021-09-13T08:49:00.506Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:49:00.506Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T08:49:01.396Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T08:49:01.397Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-13T08:49:01.398Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0608107f-f4c5-4614-b811-964efac6b730, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.398Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-13T08:49:01.399Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.399Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:01.657Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5827511043624711289/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-13T08:49:02.842Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.843Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.844Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.845Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.846Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.847Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.848Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T08:49:02.849Z|120598bf-b85d-4089-a48e-3bef23c7b250|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery