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-11-15T03:06:10.241Z||main|||||INFO|500||The following profiles are active: basic
2021-11-15T03:06:19.160Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-15T03:06:19.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-15T03:06:19.239Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-15T03:06:21.232Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-15T03:06:21.407Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-15T03:06:21.775Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-15T03:06:21.783Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-15T03:06:21.858Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-15T03:06:21.974Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-15T03:06:22.431Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-15T03:06:23.351Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T03:06:25.166Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T03:06:25.219Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-15T03:06:25.684Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T03:06:25.913Z||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-11-15T03:06:26.959Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T03:06:27.849Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-15T03:06:27.865Z||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$$809e918b.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-11-15T03:06:27.866Z||main|||||WARN|500||The sdc end point is not alive
2021-11-15T03:06:30.317Z||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-11-15T03:06:32.666Z||main|||||WARN|500||---
2021-11-15T03:06:32.666Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-15T03:06:32.666Z||main|||||WARN|500||---
2021-11-15T03:06:33.068Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-15T03:06:36.987Z||main|||||INFO|500||Started Application in 30.9 seconds (JVM running for 31.943)
2021-11-15T03:06:37.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-15T03:06:37.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-15T03:06:37.035Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-15T03:06:37.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-15T03:06:37.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a0413da-4ab6-49f8-8b66-7224e1f5b035 url= /sdc/v1/artifactTypes
2021-11-15T03:06:37.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-15T03:06:37.464Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-15T03:06:37.484Z||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-11-15T03:06:37.504Z||scheduling-1|||||DEBUG|500||create keys
2021-11-15T03:06:37.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-15T03:06:38.727Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:06:38.743Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ab59dc6-1629-4b67-846c-920c0752521b url= /sdc/v1/registerForDistribution
2021-11-15T03:06:39.831Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ab59dc6-1629-4b67-846c-920c0752521b url= /sdc/v1/registerForDistribution
2021-11-15T03:06:39.831Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-15T03:06:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:06:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:06:39.847Z||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-11-15T03:06:39.847Z||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-11-15T03:06:39.848Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:06:39.848Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:06:39.849Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-15T03:06:52.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:06:52.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:07:39.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:07:39.841Z||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-11-15T03:07:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:07:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:07:39.842Z||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-11-15T03:07:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:07:49.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:07:49.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:08:39.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:08:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:08:39.842Z||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-11-15T03:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:08:39.843Z||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-11-15T03:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:08:49.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:08:49.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:09:39.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:09:39.841Z||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-11-15T03:09:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:09:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:09:39.844Z||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-11-15T03:09:39.844Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:09:49.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:09:49.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:10:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:10:39.842Z||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-11-15T03:10:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:10:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:10:39.842Z||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-11-15T03:10:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:10:49.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:10:49.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:11:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:11:39.841Z||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-11-15T03:11:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:11:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:11:39.842Z||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-11-15T03:11:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:11:49.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:11:49.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:12:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:12:39.841Z||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-11-15T03:12:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:12:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:12:39.843Z||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-11-15T03:12:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:12:49.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:12:49.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:13:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:13:39.841Z||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-11-15T03:13:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:13:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:13:39.844Z||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-11-15T03:13:39.844Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:13:49.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:13:49.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:14:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:14:39.841Z||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-11-15T03:14:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:14:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:14:39.842Z||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-11-15T03:14:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:14:49.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:14:49.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:15:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:15:39.841Z||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-11-15T03:15:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:15:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:15:39.843Z||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-11-15T03:15:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:15:49.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:15:49.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:16:21.267Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-15T03:16:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:16:39.841Z||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-11-15T03:16:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:16:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:16:39.842Z||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-11-15T03:16:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:16:49.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:16:49.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:17:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:17:39.841Z||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-11-15T03:17:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:17:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:17:39.842Z||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-11-15T03:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:17:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:17:49.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:18:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:18:39.841Z||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-11-15T03:18:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:18:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:18:39.842Z||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-11-15T03:18:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:18:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:18:49.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:19:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:19:39.841Z||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-11-15T03:19:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:19:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:19:39.842Z||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-11-15T03:19:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:19:49.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:19:49.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:20:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:20:39.841Z||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-11-15T03:20:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:20:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:20:39.842Z||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-11-15T03:20:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:20:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:20:49.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:21:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:21:39.841Z||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-11-15T03:21:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:21:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:21:39.842Z||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-11-15T03:21:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:21:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:21:49.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:22:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:22:39.841Z||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-11-15T03:22:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:22:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:22:39.843Z||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-11-15T03:22:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:22:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:22:49.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:23:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:23:39.841Z||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-11-15T03:23:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:23:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:23:39.842Z||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-11-15T03:23:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:23:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:23:49.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:24:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:24:39.841Z||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-11-15T03:24:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:24:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:24:39.843Z||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-11-15T03:24:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:24:49.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:24:49.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:25:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:25:39.841Z||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-11-15T03:25:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:25:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:25:39.842Z||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-11-15T03:25:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:25:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:25:49.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:26:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:26:39.841Z||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-11-15T03:26:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:26:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:26:39.842Z||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-11-15T03:26:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:26:49.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:26:49.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:27:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:27:39.841Z||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-11-15T03:27:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:27:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:27:39.842Z||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-11-15T03:27:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:27:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:27:49.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:28:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:28:39.841Z||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-11-15T03:28:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:28:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:28:39.842Z||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-11-15T03:28:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:28:49.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:28:49.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:29:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:29:39.841Z||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-11-15T03:29:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:29:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:29:39.843Z||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-11-15T03:29:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:29:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:29:49.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:30:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:30:39.841Z||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-11-15T03:30:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:30:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:30:39.842Z||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-11-15T03:30:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:30:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:30:49.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:31:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:31:39.841Z||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-11-15T03:31:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:31:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:31:39.843Z||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-11-15T03:31:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:31:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:31:49.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:32:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:32:39.841Z||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-11-15T03:32:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:32:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:32:39.842Z||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-11-15T03:32:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:32:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:32:49.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:33:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:33:39.841Z||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-11-15T03:33:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:33:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:33:39.842Z||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-11-15T03:33:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:33:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:33:49.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:34:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:34:39.841Z||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-11-15T03:34:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:34:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:34:39.842Z||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-11-15T03:34:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:34:49.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:34:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:35:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:35:39.841Z||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-11-15T03:35:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:35:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:35:39.842Z||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-11-15T03:35:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:35:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:35:49.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:36:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:36:39.841Z||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-11-15T03:36:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:36:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:36:39.843Z||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-11-15T03:36:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:36:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:36:49.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:37:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:37:39.841Z||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-11-15T03:37:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:37:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:37:39.842Z||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-11-15T03:37:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:37:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:37:49.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:38:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:38:39.841Z||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-11-15T03:38:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:38:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:38:39.842Z||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-11-15T03:38:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:38:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:38:49.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:39:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:39:39.841Z||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-11-15T03:39:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:39:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:39:39.843Z||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-11-15T03:39:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:39:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:39:49.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:40:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:40:39.841Z||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-11-15T03:40:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:40:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:40:39.843Z||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-11-15T03:40:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:40:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:40:49.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:41:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:41:39.841Z||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-11-15T03:41:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:41:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:41:39.842Z||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-11-15T03:41:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:41:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:41:49.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:42:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:42:39.841Z||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-11-15T03:42:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:42:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:42:39.843Z||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-11-15T03:42:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:42:49.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:42:49.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:43:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:43:39.842Z||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-11-15T03:43:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:43:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:43:39.843Z||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-11-15T03:43:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:43:49.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:43:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:44:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:44:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:44:39.842Z||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-11-15T03:44:39.842Z||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-11-15T03:44:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:44:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:44:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:44:49.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:45:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:45:39.841Z||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-11-15T03:45:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:45:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:45:39.843Z||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-11-15T03:45:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:45:49.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:45:49.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:46:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:46:39.841Z||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-11-15T03:46:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:46:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:46:39.842Z||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-11-15T03:46:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:46:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:46:49.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:47:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:47:39.841Z||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-11-15T03:47:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:47:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:47:39.842Z||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-11-15T03:47:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:47:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:47:49.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:48:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:48:39.841Z||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-11-15T03:48:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:48:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:48:39.842Z||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-11-15T03:48:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:48:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:48:49.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:49:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:49:39.841Z||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-11-15T03:49:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:49:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:49:39.842Z||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-11-15T03:49:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:49:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:49:49.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:50:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:50:39.841Z||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-11-15T03:50:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:50:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:50:39.842Z||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-11-15T03:50:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:50:49.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:50:49.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:51:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:51:39.841Z||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-11-15T03:51:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:51:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:51:39.842Z||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-11-15T03:51:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:51:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:51:49.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:52:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:52:39.841Z||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-11-15T03:52:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:52:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:52:39.842Z||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-11-15T03:52:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:52:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:52:49.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:53:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:53:39.841Z||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-11-15T03:53:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:53:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:53:39.842Z||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-11-15T03:53:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:53:49.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:53:49.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:54:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:54:39.842Z||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-11-15T03:54:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:54:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:54:39.843Z||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-11-15T03:54:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:54:49.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:54:49.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:55:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:55:39.841Z||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-11-15T03:55:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:55:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:55:39.843Z||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-11-15T03:55:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:55:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:55:49.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:56:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:56:39.841Z||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-11-15T03:56:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:56:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:56:39.842Z||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-11-15T03:56:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:56:49.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:56:49.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:57:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:57:39.841Z||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-11-15T03:57:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:57:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:57:39.842Z||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-11-15T03:57:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:57:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:57:49.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:58:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:58:39.841Z||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-11-15T03:58:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:58:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:58:39.842Z||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-11-15T03:58:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:58:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:58:49.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:59:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:59:39.841Z||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-11-15T03:59:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:59:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:59:39.842Z||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-11-15T03:59:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:59:49.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T03:59:49.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:00:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:00:39.841Z||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-11-15T04:00:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:00:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:00:39.842Z||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-11-15T04:00:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:00:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:00:49.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:01:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:01:39.841Z||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-11-15T04:01:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:01:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:01:39.842Z||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-11-15T04:01:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:01:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:01:49.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:02:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:02:39.841Z||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-11-15T04:02:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:02:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:02:39.842Z||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-11-15T04:02:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:02:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:02:49.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:03:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:03:39.841Z||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-11-15T04:03:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:03:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:03:39.842Z||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-11-15T04:03:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:03:49.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:03:49.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:04:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:04:39.841Z||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-11-15T04:04:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:04:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:04:39.843Z||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-11-15T04:04:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:04:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:04:49.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:05:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:05:39.841Z||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-11-15T04:05:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:05:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:05:39.842Z||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-11-15T04:05:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:05:49.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:05:49.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:06:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:06:39.841Z||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-11-15T04:06:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:06:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:06:39.842Z||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-11-15T04:06:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:06:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:06:49.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:07:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:07:39.841Z||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-11-15T04:07:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:07:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:07:39.843Z||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-11-15T04:07:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:07:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:07:49.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:08:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:08:39.841Z||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-11-15T04:08:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:08:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:08:39.842Z||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-11-15T04:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:08:49.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:08:49.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:09:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:09:39.841Z||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-11-15T04:09:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:09:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:09:39.842Z||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-11-15T04:09:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:09:49.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:09:49.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:10:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:10:39.841Z||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-11-15T04:10:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:10:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:10:39.842Z||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-11-15T04:10:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:10:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:10:49.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:11:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:11:39.841Z||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-11-15T04:11:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:11:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:11:39.842Z||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-11-15T04:11:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:11:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:11:49.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:12:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:12:39.841Z||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-11-15T04:12:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:12:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:12:39.842Z||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-11-15T04:12:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:12:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:12:49.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:13:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:13:39.841Z||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-11-15T04:13:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:13:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:13:39.842Z||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-11-15T04:13:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:13:49.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:13:49.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:14:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:14:39.841Z||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-11-15T04:14:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:14:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:14:39.842Z||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-11-15T04:14:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:14:49.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:14:49.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:15:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:15:39.841Z||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-11-15T04:15:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:15:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:15:39.842Z||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-11-15T04:15:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:15:49.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:15:49.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:16:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:16:39.841Z||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-11-15T04:16:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:16:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:16:39.842Z||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-11-15T04:16:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:16:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:16:49.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:17:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:17:39.841Z||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-11-15T04:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:17:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:17:39.842Z||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-11-15T04:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:17:49.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:17:49.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:18:39.841Z||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-11-15T04:18:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:18:39.842Z||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-11-15T04:18:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:40.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:40.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"db5fe858-e024-4db9-b620-b3c374eed484","serviceName":"vFW 2021-11-15 04-15-47","serviceVersion":"1.0","serviceUUID":"9aa66f5b-511e-4557-a33b-12287fe76619","serviceDescription":"catalog service description","serviceInvariantUUID":"55ca4bc5-ba22-4676-ba0a-904a0e87f695","resources":[{"resourceInstanceName":"vFW a2c01b06-26db 0","resourceName":"vFW a2c01b06-26db","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"818e5dd6-611e-43c5-bc69-377323c251a3","resourceInvariantUUID":"a5a5225d-c6ce-4391-96dc-350d92990645","resourceCustomizationUUID":"0bbf6789-425a-4cba-8e7f-8150f76d7945","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml","artifactChecksum":"NzZhZDY2YmVlYTFkMzk3ZDIwOWMxOTdkYzQzNDNlZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5322b96f-a439-4c73-84ce-eaa7501bc7fa","artifactVersion":"1"},{"artifactName":"vfwa2c01b0626db0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json","artifactChecksum":"YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39b8b6f9-65b9-420f-a099-af22d6210d77","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4b6c309-a8e2-4299-b4da-c85bb09a0d09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml","artifactChecksum":"NjMxMTVmMmI0YzExZWUxOTY2MjVmNzEyMzFhZGVlMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b1d67b4-8c07-49de-9331-e36dbdd85add","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1123b0c4-1550-4daf-8cf8-7a34ff40d4ad","artifactVersion":"2","generatedFromUUID":"f4b6c309-a8e2-4299-b4da-c85bb09a0d09"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115041547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml","artifactChecksum":"YzVkZDFmNGZjMThiMWNmYWFhNjVlZTkxMGEwYzY0OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"481117ec-dbc7-4150-80b4-684437256d03","artifactVersion":"1"},{"artifactName":"service-Vfw20211115041547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar","artifactChecksum":"OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5027bed-99c7-46fa-8f21-cf99be0e714c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:18:40.472Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:40.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:40.484Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:40.484Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:40.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949878859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949880399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "dcae-sch",
"timestamp": 1636949880658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949888102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949888149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949881744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "cds",
"timestamp": 1636949889121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-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-11-15T04:18:40.584Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-15T04:18:40.587Z||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-11-15T04:18:40.587Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:40.598Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:40.599Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 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-11-15T04:18:40.662Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.676Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949889156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949889555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "policy-id",
"timestamp": 1636949890161,
"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-11-15T04:18:40.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:40.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949890991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949892587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949893998,
"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-11-15T04:18:40.723Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.724Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:40.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949895002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949888455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949891202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949891794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949892296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949899017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949899577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949903901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949904905,
"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-11-15T04:18:40.739Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.739Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949909451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "aai-ml",
"timestamp": 1636949910457,
"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-11-15T04:18:40.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:40.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949913339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949915347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "clamp",
"timestamp": 1636949916351,
"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-11-15T04:18:40.765Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.765Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:18:41.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:41.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:41.491Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:41.491Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:18:41.591Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:41.592Z||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-11-15T04:18:41.592Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:41.602Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:41.602Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:42.491Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:42.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:42.493Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:42.494Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:18:42.594Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:18:42.594Z||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-11-15T04:18:42.594Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:42.604Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:42.604Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:43.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:43.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:43.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:43.497Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:43.597Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:43.597Z||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-11-15T04:18:43.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:43.607Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:43.607Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:44.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:44.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:44.500Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:44.500Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T04:18:44.600Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:44.601Z||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-11-15T04:18:44.601Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:44.610Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:44.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:45.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:45.501Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:45.503Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:45.503Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:18:45.603Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:45.604Z||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-11-15T04:18:45.604Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:45.616Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:45.616Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:46.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:46.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:46.505Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:46.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:18:46.606Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:46.606Z||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-11-15T04:18:46.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:46.616Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:46.616Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:47.507Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"serviceName": "vFW 2021-11-15 04-15-47",
"serviceVersion": "1.0",
"serviceUUID": "9aa66f5b-511e-4557-a33b-12287fe76619",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "55ca4bc5-ba22-4676-ba0a-904a0e87f695",
"resources": [
{
"resourceInstanceName": "vFW a2c01b06-26db 0",
"resourceCustomizationUUID": "0bbf6789-425a-4cba-8e7f-8150f76d7945",
"resourceName": "vFW a2c01b06-26db",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "818e5dd6-611e-43c5-bc69-377323c251a3",
"resourceInvariantUUID": "a5a5225d-c6ce-4391-96dc-350d92990645",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa2c01b0626db0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"artifactChecksum": "YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39b8b6f9-65b9-420f-a099-af22d6210d77",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad",
"generatedFromUUID": "f4b6c309-a8e2-4299-b4da-c85bb09a0d09"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211115041547-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"artifactChecksum": "OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5027bed-99c7-46fa-8f21-cf99be0e714c"
}
],
"workloadContext": "Production"
}
2021-11-15T04:18:47.508Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:18:47.508Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9aa66f5b-511e-4557-a33b-12287fe76619 ASDC
2021-11-15T04:18:47.628Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:db5fe858-e024-4db9-b620-b3c374eed484
ServiceName:vFW 2021-11-15 04-15-47
ServiceVersion:1.0
ServiceUUID:9aa66f5b-511e-4557-a33b-12287fe76619
ServiceInvariantUUID:55ca4bc5-ba22-4676-ba0a-904a0e87f695
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115041547-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
ArtifactUUID:f5027bed-99c7-46fa-8f21-cf99be0e714c
ArtifactChecksum:OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2c01b06-26db 0
ResourceCustomizationUUID:0bbf6789-425a-4cba-8e7f-8150f76d7945
ResourceInvariantUUID:a5a5225d-c6ce-4391-96dc-350d92990645
ResourceName:vFW a2c01b06-26db
ResourceType:VF
ResourceUUID:818e5dd6-611e-43c5-bc69-377323c251a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2c01b0626db0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
ArtifactUUID:39b8b6f9-65b9-420f-a099-af22d6210d77
ArtifactChecksum:YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg=
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/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
ArtifactUUID:f4b6c309-a8e2-4299-b4da-c85bb09a0d09
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
ArtifactUUID:1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
ArtifactUUID:1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-15T04:18:47.628Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aa66f5b-511e-4557-a33b-12287fe76619 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-11-15T04:18:47.666Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:18:47.666Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5027bed-99c7-46fa-8f21-cf99be0e714c from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:47.668Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:47.776Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar f5027bed-99c7-46fa-8f21-cf99be0e714c 98288
2021-11-15T04:18:47.777Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar ASDC sendASDCNotification
2021-11-15T04:18:47.777Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.778Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:47.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:47.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:47.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949927776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:47.880Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:47.881Z||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-11-15T04:18:47.881Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:47.890Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:47.890Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f5027bed-99c7-46fa-8f21-cf99be0e714c, URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar to file: /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.782Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.835Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.835Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:49.604Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12197893601430017471/Definitions/service-Vfw20211115041547-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-11-15T04:18:52.011Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2c01b06-26db 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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:18:52.022Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.023Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.025Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.026Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:18:52.027Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb9cd10-7ba7-4e99-9050-52a861afe40b
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=83d7a5b3-1572-441c-924b-2de9850cb527
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0933c2-1f13-4f02-8b13-827444ff2a9b
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-15 04-15-47
Description:catalog service description
Model UUID:9aa66f5b-511e-4557-a33b-12287fe76619
Model Version:NULL
Model InvariantUuid:55ca4bc5-ba22-4676-ba0a-904a0e87f695
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a2c01b06-26db
Model UUID:088b0559-51b0-4565-9511-155c5a45a7fb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a5a5225d-c6ce-4391-96dc-350d92990645
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0bbf6789-425a-4cba-8e7f-8150f76d7945
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5e4ecb75-6ed5-401f-b23d-df89d617c781
ModelName:VfwA2c01b0626db..base_vfw..module-0
ModelUuid:70395bd2-57af-402c-b362-f0505da5ad64
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9fb9cd10-7ba7-4e99-9050-52a861afe40b
ModelInvariantUuid:87074656-bf53-49b4-b15a-bb79503c2041
ModelName:vFW a2c01b06-26db-nodes.vfwCvfc
ModelUuid:efeb1c0d-ead0-41bc-a8ae-d7c0abae21f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a2bf1fcb-254a-4c79-8aad-a62747aa93bf
ModelInvariantUuid:df50a904-21e1-4159-8965-cd99c9861718
ModelName:VfwA2c01b0626db.compute.nodes.heat.vfw
ModelUuid:34ff866c-c6fe-404c-903c-7c088f54096c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:83d7a5b3-1572-441c-924b-2de9850cb527
ModelInvariantUuid:b45fa9db-eae2-4c03-81e0-0c3b3962ef12
ModelName:vFW a2c01b06-26db-nodes.vsnCvfc
ModelUuid:17cb539a-ed4a-48df-814e-e0c78d1db82f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c5b83f7e-659c-4bc2-9ec0-d0392474a37e
ModelInvariantUuid:8bab4baa-93a9-4b73-95ec-836807e019b1
ModelName:VfwA2c01b0626db.compute.nodes.heat.vsn
ModelUuid:696e3ee1-948c-47ee-b48b-06e9c38b1032
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8d0933c2-1f13-4f02-8b13-827444ff2a9b
ModelInvariantUuid:ab6fa8ed-f47e-4243-8259-58a505ae6fdb
ModelName:vFW a2c01b06-26db-nodes.vpgCvfc
ModelUuid:726bcf46-c3d9-4e64-b268-752f21aa1e45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:22e3f068-cb55-4732-a8c8-8869f77ed5a1
ModelInvariantUuid:4e45db2a-e710-4895-b899-40a15d95c690
ModelName:VfwA2c01b0626db.compute.nodes.heat.vpg
ModelUuid:f19179d2-779d-4797-a0dd-24c795a58f24
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:18:52.058Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 818e5dd6-611e-43c5-bc69-377323c251a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:52.144Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||vFW a2c01b06-26db 0
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 818e5dd6-611e-43c5-bc69-377323c251a3
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 39b8b6f9-65b9-420f-a099-af22d6210d77 from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.737Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:52.737Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json 39b8b6f9-65b9-420f-a099-af22d6210d77 785
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json ASDC sendASDCNotification
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:52.740Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:52.740Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949932738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:52.840Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:52.841Z||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-11-15T04:18:52.841Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:52.850Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:52.851Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:18:53.742Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2c01b0626db..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e4ecb75-6ed5-401f-b23d-df89d617c781",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70395bd2-57af-402c-b362-f0505da5ad64",
"vfModuleModelCustomizationUUID": "52c07a34-bb11-4f79-9dcb-817539c9a7e1",
"isBase": true,
"artifacts": [
"f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
"1123b0c4-1550-4daf-8cf8-7a34ff40d4ad"
],
"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-11-15T04:18:53.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2c01b0626db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70395bd2-57af-402c-b362-f0505da5ad64
VfModuleModelInvariantUUID:5e4ecb75-6ed5-401f-b23d-df89d617c781
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b6c309-a8e2-4299-b4da-c85bb09a0d09
,
1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
}
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-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2c01b0626db..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5e4ecb75-6ed5-401f-b23d-df89d617c781",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "70395bd2-57af-402c-b362-f0505da5ad64",
"vfModuleModelCustomizationUUID": "52c07a34-bb11-4f79-9dcb-817539c9a7e1",
"isBase": true,
"artifacts": [
"f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
"1123b0c4-1550-4daf-8cf8-7a34ff40d4ad"
],
"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-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2c01b0626db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70395bd2-57af-402c-b362-f0505da5ad64
VfModuleModelInvariantUUID:5e4ecb75-6ed5-401f-b23d-df89d617c781
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b6c309-a8e2-4299-b4da-c85bb09a0d09
,
1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
}
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-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f4b6c309-a8e2-4299-b4da-c85bb09a0d09 from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:53.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:54.150Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml f4b6c309-a8e2-4299-b4da-c85bb09a0d09 20368
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:54.152Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:54.154Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:54.154Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949934151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:54.254Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:54.254Z||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-11-15T04:18:54.255Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:54.264Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:54.264Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1123b0c4-1550-4daf-8cf8-7a34ff40d4ad from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.374Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env 1123b0c4-1550-4daf-8cf8-7a34ff40d4ad 2098
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:55.377Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:55.377Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949935375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:18:55.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:55.478Z||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-11-15T04:18:55.478Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:55.487Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:55.488Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:56.378Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9aa66f5b-511e-4557-a33b-12287fe76619
2021-11-15T04:18:56.378Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2c01b06-26db 0 818e5dd6-611e-43c5-bc69-377323c251a3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:56.420Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75e3de57, org.onap.sdc.toscaparser.api.parameters.Input@2dd3dd22, org.onap.sdc.toscaparser.api.parameters.Input@64359475, org.onap.sdc.toscaparser.api.parameters.Input@5f8f6d33, org.onap.sdc.toscaparser.api.parameters.Input@347501f3]
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0bbf6789-425a-4cba-8e7f-8150f76d7945
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945 matches Tosca VF Customization UUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:18:56.433Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.433Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.434Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0bbf6789-425a-4cba-8e7f-8150f76d7945: {\"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-11-15T04:18:56.434Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26cda439
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52c07a34-bb11-4f79-9dcb-817539c9a7e1
2021-11-15T04:18:56.436Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52c07a34-bb11-4f79-9dcb-817539c9a7e1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb9cd10-7ba7-4e99-9050-52a861afe40b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.459Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=83d7a5b3-1572-441c-924b-2de9850cb527
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.471Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T04:18:56.471Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0933c2-1f13-4f02-8b13-827444ff2a9b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.473Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.473Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=0bbf6789-425a-4cba-8e7f-8150f76d7945
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:56.476Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.476Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9aa66f5b-511e-4557-a33b-12287fe76619: vFW a2c01b06-26db
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:18:56.479Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.479Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-15 04-15-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-15T04:18:56.749Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2c01b06-26db 818e5dd6-611e-43c5-bc69-377323c251a3 1 ASDC deployResourceStructure
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json ASDC sendASDCNotification
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:56.752Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:56.752Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949936750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:56.852Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:56.853Z||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-11-15T04:18:56.853Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:56.862Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:56.862Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:57.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:57.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:57.855Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:57.856Z||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-11-15T04:18:57.856Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:57.865Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:57.865Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:18:58.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T04:18:58.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:58.757Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:58.757Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:58.758Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:58.759Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949938756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:58.859Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:58.859Z||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-11-15T04:18:58.860Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:58.870Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:58.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:59.759Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar ASDC sendASDCNotification
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:59.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:59.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949939759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:18:59.862Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:18:59.863Z||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-11-15T04:18:59.863Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:59.873Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:18:59.874Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:00.762Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484
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-11-15T04:19:00.776Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484
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-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|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-11-15T04:19:00.785Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:19:30.785Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484 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-11-15T04:19:30.793Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db5fe858-e024-4db9-b620-b3c374eed484 and serviceModelVersionId: 9aa66f5b-511e-4557-a33b-12287fe76619
2021-11-15T04:19:30.793Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55ca4bc5-ba22-4676-ba0a-904a0e87f695
2021-11-15T04:19:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:19:39.842Z||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-11-15T04:19:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:19:39.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:19:42.315Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0
2021-11-15T04:19:42.406Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:19:42.932Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?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-11-15T04:19:42.935Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|INFO|500||Invoke
2021-11-15T04:19:43.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-15T04:19:43.287Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|INFO|500||InvokeReturn
2021-11-15T04:19:43.288Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-04:19:43:040-92035], vertex-id=[544984], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:19:43 GMT], Content-Type=[application/json]}
2021-11-15T04:19:43.288Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:19:43.291Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:19:43.291Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:43.295Z|db5fe858-e024-4db9-b620-b3c374eed484|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-11-15T04:19:43.302Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db5fe858-e024-4db9-b620-b3c374eed484 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:19:43.303Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:19:43.303Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:43.305Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:43.305Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949983302,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:19:43.405Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:43.406Z||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-11-15T04:19:43.406Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:43.416Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:43.417Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-11-15T04:19:44.319Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:19:44.320Z|db5fe858-e024-4db9-b620-b3c374eed484|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-11-15T04:19:44.320Z|db5fe858-e024-4db9-b620-b3c374eed484|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:44.956Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:44.957Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:19:44.957Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"269c07a2-c59a-4535-ace0-cc644ed4e50b","serviceName":"basic_onboard_ISzhDA","serviceVersion":"1.0","serviceUUID":"2c3a49e3-cc6e-4313-b66c-e6e1f92bc202","serviceDescription":"service","serviceInvariantUUID":"42c3070a-788d-4be7-8d15-64178b8aefc0","resources":[{"resourceInstanceName":"basic_onboard_ISzhDA 0","resourceName":"basic_onboard_ISzhDA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d98228d-9cb8-465d-a2f3-4a2a27f03ac2","resourceInvariantUUID":"ce7b9c16-4d71-4556-b208-d2abf3c6e53e","resourceCustomizationUUID":"1283fd5a-64c2-4eb1-98a7-a78912db9f73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml","artifactChecksum":"YTUwZmUzYzYxNWIwYzI0NjQwZTdkNDQ0ZWJkMmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bbec6e1-a16e-4cc2-88b4-1cf97a85f326","artifactVersion":"1"},{"artifactName":"basic_onboard_iszhda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json","artifactChecksum":"ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bd8b8c2-3478-418c-9aa6-aacaabf3e95e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a86d442-b6bb-428e-9920-7f80e32944cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a5ef1f6-72c3-48f9-9899-8c11cb181a9f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e682ca1c-dab4-4357-bf8b-9f0f7af6eb35","artifactVersion":"2","generatedFromUUID":"0a86d442-b6bb-428e-9920-7f80e32944cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIszhda-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml","artifactChecksum":"OGI0NjU4MGI5Mjg1MWIwYzRjOTUxNzE5OGEzMjBlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e481cbb6-d81b-4449-9fcf-a6cac8b6ae9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIszhda-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar","artifactChecksum":"YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:19:44.960Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:44.961Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:44.962Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:44.962Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:19:45.062Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:19:45.063Z||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-11-15T04:19:45.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:45.072Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:45.072Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:45.963Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:45.964Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:45.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:45.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:19:46.066Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:46.067Z||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-11-15T04:19:46.067Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:46.177Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:46.178Z||pool-20-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:46.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:46.967Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:46.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:46.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:19:47.069Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:47.070Z||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-11-15T04:19:47.070Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:47.080Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:47.080Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:47.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:47.970Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:47.972Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:47.972Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:19:48.072Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:48.073Z||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-11-15T04:19:48.073Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:48.082Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:48.082Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:48.973Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:48.973Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:48.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:48.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T04:19:49.075Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:49.076Z||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-11-15T04:19:49.076Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:49.085Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:49.085Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:49.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:49.976Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:49.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:49.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:19:50.078Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:50.079Z||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-11-15T04:19:50.080Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:50.090Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:50.090Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:50.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:50.979Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:50.980Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:50.981Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:19:51.081Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:51.081Z||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-11-15T04:19:51.082Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:51.090Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:51.090Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"serviceName": "basic_onboard_ISzhDA",
"serviceVersion": "1.0",
"serviceUUID": "2c3a49e3-cc6e-4313-b66c-e6e1f92bc202",
"serviceDescription": "service",
"serviceInvariantUUID": "42c3070a-788d-4be7-8d15-64178b8aefc0",
"resources": [
{
"resourceInstanceName": "basic_onboard_ISzhDA 0",
"resourceCustomizationUUID": "1283fd5a-64c2-4eb1-98a7-a78912db9f73",
"resourceName": "basic_onboard_ISzhDA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3d98228d-9cb8-465d-a2f3-4a2a27f03ac2",
"resourceInvariantUUID": "ce7b9c16-4d71-4556-b208-d2abf3c6e53e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iszhda0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"artifactChecksum": "ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3bd8b8c2-3478-418c-9aa6-aacaabf3e95e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0a86d442-b6bb-428e-9920-7f80e32944cf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35",
"generatedFromUUID": "0a86d442-b6bb-428e-9920-7f80e32944cf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIszhda-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"artifactChecksum": "YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f"
}
],
"workloadContext": "Production"
}
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202 ASDC
2021-11-15T04:19:51.983Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:269c07a2-c59a-4535-ace0-cc644ed4e50b
ServiceName:basic_onboard_ISzhDA
ServiceVersion:1.0
ServiceUUID:2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
ServiceInvariantUUID:42c3070a-788d-4be7-8d15-64178b8aefc0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIszhda-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
ArtifactUUID:7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f
ArtifactChecksum:YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ISzhDA 0
ResourceCustomizationUUID:1283fd5a-64c2-4eb1-98a7-a78912db9f73
ResourceInvariantUUID:ce7b9c16-4d71-4556-b208-d2abf3c6e53e
ResourceName:basic_onboard_ISzhDA
ResourceType:VF
ResourceUUID:3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iszhda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
ArtifactUUID:3bd8b8c2-3478-418c-9aa6-aacaabf3e95e
ArtifactChecksum:ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA=
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0a86d442-b6bb-428e-9920-7f80e32944cf
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
ArtifactUUID:e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
ArtifactUUID:e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-15T04:19:51.983Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202 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-11-15T04:19:52.011Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:52.013Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.838Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f 71561
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar ASDC sendASDCNotification
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:52.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:52.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949992841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:19:52.943Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:52.944Z||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-11-15T04:19:52.944Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:52.954Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:52.954Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:53.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:19:53.844Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f, URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar to file: /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.972Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12232382098599572399/Definitions/service-BasicOnboardIszhda-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-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ISzhDA 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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb471cfa-63bc-4c9a-81ca-137a27f62ffc
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ISzhDA
Description:service
Model UUID:2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
Model Version:NULL
Model InvariantUuid:42c3070a-788d-4be7-8d15-64178b8aefc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ISzhDA
Model UUID:2d0154c4-3b0c-4e92-841c-73033366eb04
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce7b9c16-4d71-4556-b208-d2abf3c6e53e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1283fd5a-64c2-4eb1-98a7-a78912db9f73
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3f2697ef-4401-4884-b49f-ed1e67733c90
ModelName:BasicOnboardIszhda..base_ubuntu18..module-0
ModelUuid:8d95f624-a638-4a6c-9cda-e16ea8911eb5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fb471cfa-63bc-4c9a-81ca-137a27f62ffc
ModelInvariantUuid:1ebb3095-fe40-458e-9556-73d0148d843c
ModelName:basic_onboard_ISzhDA-nodes.ubuntu18Cvfc
ModelUuid:c64d5ad1-5c9f-48f6-90e0-1698bb913df3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:391f8c30-eab3-435c-81e4-06004222f2e2
ModelInvariantUuid:e5cbbffc-8afa-4595-b603-308a8a7b38fa
ModelName:BasicOnboardIszhda.compute.nodes.heat.ubuntu18
ModelUuid:8531481a-a898-4154-86e4-8a3f72a7137a
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:19:54.871Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||basic_onboard_ISzhDA 0
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3bd8b8c2-3478-418c-9aa6-aacaabf3e95e from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:55.343Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json 3bd8b8c2-3478-418c-9aa6-aacaabf3e95e 798
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json ASDC sendASDCNotification
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:55.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:55.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949995344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:19:55.446Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:55.447Z||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-11-15T04:19:55.447Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:55.457Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:55.457Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:56.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIszhda..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3f2697ef-4401-4884-b49f-ed1e67733c90",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d95f624-a638-4a6c-9cda-e16ea8911eb5",
"vfModuleModelCustomizationUUID": "e949e1f1-8c67-4a07-870c-6822d5c8bbfe",
"isBase": true,
"artifacts": [
"0a86d442-b6bb-428e-9920-7f80e32944cf",
"e682ca1c-dab4-4357-bf8b-9f0f7af6eb35"
],
"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-11-15T04:19:56.350Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIszhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d95f624-a638-4a6c-9cda-e16ea8911eb5
VfModuleModelInvariantUUID:3f2697ef-4401-4884-b49f-ed1e67733c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a86d442-b6bb-428e-9920-7f80e32944cf
,
e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
}
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-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIszhda..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3f2697ef-4401-4884-b49f-ed1e67733c90",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d95f624-a638-4a6c-9cda-e16ea8911eb5",
"vfModuleModelCustomizationUUID": "e949e1f1-8c67-4a07-870c-6822d5c8bbfe",
"isBase": true,
"artifacts": [
"0a86d442-b6bb-428e-9920-7f80e32944cf",
"e682ca1c-dab4-4357-bf8b-9f0f7af6eb35"
],
"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-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIszhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d95f624-a638-4a6c-9cda-e16ea8911eb5
VfModuleModelInvariantUUID:3f2697ef-4401-4884-b49f-ed1e67733c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a86d442-b6bb-428e-9920-7f80e32944cf
,
e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
}
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-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a86d442-b6bb-428e-9920-7f80e32944cf from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml 0a86d442-b6bb-428e-9920-7f80e32944cf 5033
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:56.460Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:56.461Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:56.461Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949996459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:19:56.561Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:56.562Z||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-11-15T04:19:56.562Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:56.571Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:56.571Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e682ca1c-dab4-4357-bf8b-9f0f7af6eb35 from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.503Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env e682ca1c-dab4-4357-bf8b-9f0f7af6eb35 909
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:57.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:57.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949997504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:19:57.606Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:57.607Z||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-11-15T04:19:57.607Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:57.616Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:57.617Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:58.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
2021-11-15T04:19:58.507Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ISzhDA 0 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:58.518Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d4c17e6, org.onap.sdc.toscaparser.api.parameters.Input@5bb75a9e, org.onap.sdc.toscaparser.api.parameters.Input@2257a7e7, org.onap.sdc.toscaparser.api.parameters.Input@7dd80000, org.onap.sdc.toscaparser.api.parameters.Input@30e6db7a]
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1283fd5a-64c2-4eb1-98a7-a78912db9f73
2021-11-15T04:19:58.520Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73 matches Tosca VF Customization UUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73
2021-11-15T04:19:58.520Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:19:58.521Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.521Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1283fd5a-64c2-4eb1-98a7-a78912db9f73: {\"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-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a54ed75
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e949e1f1-8c67-4a07-870c-6822d5c8bbfe
2021-11-15T04:19:58.523Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e949e1f1-8c67-4a07-870c-6822d5c8bbfe
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:19:58.524Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb471cfa-63bc-4c9a-81ca-137a27f62ffc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=1283fd5a-64c2-4eb1-98a7-a78912db9f73
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202: basic_onboard_ISzhDA
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ISzhDA
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-15T04:19:58.595Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ISzhDA 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2 1 ASDC deployResourceStructure
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json ASDC sendASDCNotification
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:58.597Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:58.597Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949998596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:19:58.698Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:58.698Z||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-11-15T04:19:58.698Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:58.708Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:58.708Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:59.598Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:59.601Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:59.601Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949999598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T04:19:59.701Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:59.702Z||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-11-15T04:19:59.702Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:59.713Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:19:59.713Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:20:00.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:20:00.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950000602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:00.704Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:20:00.705Z||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-11-15T04:20:00.705Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:00.716Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:20:00.716Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:20:01.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar ASDC sendASDCNotification
2021-11-15T04:20:01.605Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:20:01.605Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:20:01.606Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:20:01.607Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:20:01.607Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950001604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:01.707Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:20:01.708Z||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-11-15T04:20:01.708Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:01.717Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:20:01.717Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:20:02.608Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:20:02.617Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:20:02.619Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:20:02.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:20:02.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:20:32.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:20:32.631Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:20:32.633Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:20:32.633Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:20:32.634Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:20:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:20:39.843Z||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-11-15T04:20:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:39.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949919840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949927776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949932738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949934151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949935375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949936750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949938756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949939759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "dcae-sch",
"timestamp": 1636949960658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949968859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636949968455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949961744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949960399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949976940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949976943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949976953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "cds",
"timestamp": 1636949977948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-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-11-15T04:20:39.896Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:20:39.896Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:20:39.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949977956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949977996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "policy-id",
"timestamp": 1636949978959,
"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-11-15T04:20:39.911Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:20:39.911Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:20:39.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949979098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:21:02.634Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:21:02.645Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:21:32.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:21:32.656Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:21:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:21:39.843Z||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-11-15T04:21:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:21:39.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:21:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:21:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949980119,
"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-11-15T04:21:39.885Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:21:39.885Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:22:02.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:22:02.669Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:22:32.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:22:32.684Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:22:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:22:39.843Z||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-11-15T04:22:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:22:40.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:22:40.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636949981123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949983302,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949981202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949981794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949982296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949988948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949989562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949984319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949991883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949992841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636949992886,
"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-11-15T04:22:40.385Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.385Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949994346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949995344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949996355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949996459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949996978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "clamp",
"timestamp": 1636949997359,
"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-11-15T04:22:40.399Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.399Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949997504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "aai-ml",
"timestamp": 1636949997983,
"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-11-15T04:22:40.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949998596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636949999598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950000602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950001604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:23:02.687Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:23:02.698Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
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-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:23:02.702Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:02.706Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:23:32.707Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b 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-11-15T04:23:32.711Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b and serviceModelVersionId: 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
2021-11-15T04:23:32.711Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42c3070a-788d-4be7-8d15-64178b8aefc0
2021-11-15T04:23:32.713Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0
2021-11-15T04:23:32.718Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:23:32.759Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?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-11-15T04:23:32.760Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|INFO|500||Invoke
2021-11-15T04:23:32.783Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|INFO|500||InvokeReturn
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-04:23:32:791-6687], vertex-id=[577752], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:23:32 GMT], Content-Type=[application/json]}
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:23:33.484Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:33.484Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 269c07a2-c59a-4535-ace0-cc644ed4e50b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:23:33.485Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:23:33.485Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:23:33.486Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:23:33.487Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950213484,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:23:33.587Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:23:33.587Z||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-11-15T04:23:33.587Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:33.598Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:23:33.598Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 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-11-15T04:23:34.497Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:34.498Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:34.498Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:39.842Z||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-11-15T04:23:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:40.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:23:40.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:23:40.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950213484,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:23:40.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:23:45.691Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:23:45.691Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:45.692Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:45.692Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:55.223Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:04.752Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:14.283Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:24:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:24:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:39.842Z||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-11-15T04:24:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:49.372Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:24:49.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:25:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:25:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:25:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:25:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:25:39.842Z||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-11-15T04:25:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:25:49.377Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:25:49.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:26:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:26:39.841Z||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-11-15T04:26:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:26:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:26:39.843Z||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-11-15T04:26:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:26:49.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:26:49.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:27:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:27:39.841Z||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-11-15T04:27:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:27:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:27:39.842Z||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-11-15T04:27:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:27:49.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:27:49.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:28:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:28:39.841Z||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-11-15T04:28:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:28:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:28:39.842Z||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-11-15T04:28:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:28:49.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:28:49.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:29:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:29:39.841Z||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-11-15T04:29:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:29:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:29:39.842Z||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-11-15T04:29:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:29:49.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:29:49.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:30:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:30:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:30:39.842Z||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-11-15T04:30:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e077960d-fff0-41f1-8724-d591d2f5787c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0d430cf6-3d00-4c7b-8737-1a4af125d355","serviceDescription":"service","serviceInvariantUUID":"aa3e40a5-2195-45a8-ada2-042727fc516f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc85ef96-1b03-4397-b594-7b78cb63d15a","resourceInvariantUUID":"5c7256e1-6dde-405c-941f-34e4b19ccdbb","resourceCustomizationUUID":"ee3b01fa-0c93-49bf-aa31-df77dfd0410c","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":"ODQ5ZjM0ODNkYmI3OTA0MjUyMjg5Njc4NDRiZWI3MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10fd1c6b-7d14-441b-a9de-c5434ead43f1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eabf44a2-a5f7-4ab1-a41e-e66f4887298b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:30:40.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:40.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "cds",
"timestamp": 1636950613859,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "aai-ml",
"timestamp": 1636950611202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.468Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "clamp",
"timestamp": 1636950612296,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636950608455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.468Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636950611794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "clamp",
"timestamp": 1636950612296,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "cds",
"timestamp": 1636950613859,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636950611794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "aai-ml",
"timestamp": 1636950611202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "ves-openapi-manager",
"timestamp": 1636950608455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "cds",
"timestamp": 1636950619754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636950619757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "aai-ml",
"timestamp": 1636950619773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "cds",
"timestamp": 1636950620758,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-15T04:30:40.471Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:40.471Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950639840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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 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-11-15T04:30:40.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "policy-id",
"timestamp": 1636950620399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636950621172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "dcae-sch",
"timestamp": 1636950620658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "clamp",
"timestamp": 1636950621449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "policy-id",
"timestamp": 1636950620399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636950622175,
"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-11-15T04:30:40.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "dcae-sch",
"timestamp": 1636950620658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636950621744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "policy-id",
"timestamp": 1636950623188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636950621744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "clamp",
"timestamp": 1636950623458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "aai-ml",
"timestamp": 1636950623783,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "policy-id",
"timestamp": 1636950624192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "clamp",
"timestamp": 1636950624461,
"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-11-15T04:30:40.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:30:40.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "aai-ml",
"timestamp": 1636950624788,
"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-11-15T04:30:40.524Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.524Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:30:40.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "policy-id",
"timestamp": 1636950625195,
"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-11-15T04:30:40.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:30:40.571Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:40.572Z||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-11-15T04:30:40.572Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:40.582Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:40.582Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:30:41.472Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:30:41.472Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:41.473Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:41.474Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950639840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:30:41.574Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:41.574Z||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-11-15T04:30:41.574Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:41.586Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:41.586Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0d430cf6-3d00-4c7b-8737-1a4af125d355",
"serviceDescription": "service",
"serviceInvariantUUID": "aa3e40a5-2195-45a8-ada2-042727fc516f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ee3b01fa-0c93-49bf-aa31-df77dfd0410c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "cc85ef96-1b03-4397-b594-7b78cb63d15a",
"resourceInvariantUUID": "5c7256e1-6dde-405c-941f-34e4b19ccdbb",
"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": "ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eabf44a2-a5f7-4ab1-a41e-e66f4887298b"
}
],
"workloadContext": "Production"
}
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d430cf6-3d00-4c7b-8737-1a4af125d355 ASDC
2021-11-15T04:30:42.476Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e077960d-fff0-41f1-8724-d591d2f5787c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0d430cf6-3d00-4c7b-8737-1a4af125d355
ServiceInvariantUUID:aa3e40a5-2195-45a8-ada2-042727fc516f
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:eabf44a2-a5f7-4ab1-a41e-e66f4887298b
ArtifactChecksum:ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ee3b01fa-0c93-49bf-aa31-df77dfd0410c
ResourceInvariantUUID:5c7256e1-6dde-405c-941f-34e4b19ccdbb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc85ef96-1b03-4397-b594-7b78cb63d15a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-15T04:30:42.476Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d430cf6-3d00-4c7b-8737-1a4af125d355 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-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eabf44a2-a5f7-4ab1-a41e-e66f4887298b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:30:42.499Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:42.680Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eabf44a2-a5f7-4ab1-a41e-e66f4887298b 52483
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:42.685Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:42.685Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950642683,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:30:42.785Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:42.786Z||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-11-15T04:30:42.787Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:42.797Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:42.797Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:43.686Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eabf44a2-a5f7-4ab1-a41e-e66f4887298b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-15T04:30:43.688Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.688Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.796Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4214605825482824921/Definitions/service-BasicNetwork-template.yml
2021-11-15T04:30:44.159Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.164Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.164Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0d430cf6-3d00-4c7b-8737-1a4af125d355
Model Version:NULL
Model InvariantUuid:aa3e40a5-2195-45a8-ada2-042727fc516f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5c7256e1-6dde-405c-941f-34e4b19ccdbb
Model UUID:5e338f86-9e0d-4ef0-b5f1-21093fc14bc4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ee3b01fa-0c93-49bf-aa31-df77dfd0410c
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:30:44.171Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: cc85ef96-1b03-4397-b594-7b78cb63d15a
2021-11-15T04:30:44.171Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||No resources found for Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:30:44.179Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d3ac1e0, org.onap.sdc.toscaparser.api.parameters.Input@5ae26974, org.onap.sdc.toscaparser.api.parameters.Input@74ae9264, org.onap.sdc.toscaparser.api.parameters.Input@171da587, org.onap.sdc.toscaparser.api.parameters.Input@1ca35345]
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0d430cf6-3d00-4c7b-8737-1a4af125d355: Generic NeutronNet
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:44.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:44.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950644272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-15T04:30:44.374Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:44.375Z||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-11-15T04:30:44.375Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:44.384Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:30:44.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:45.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c
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-11-15T04:30:45.285Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c
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-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:30:45.292Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:31:15.292Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c 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-11-15T04:31:15.298Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e077960d-fff0-41f1-8724-d591d2f5787c and serviceModelVersionId: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:31:15.298Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa3e40a5-2195-45a8-ada2-042727fc516f
2021-11-15T04:31:15.299Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0
2021-11-15T04:31:15.303Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:31:15.334Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?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-11-15T04:31:15.335Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|INFO|500||Invoke
2021-11-15T04:31:15.354Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-15T04:31:15.842Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|INFO|500||InvokeReturn
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-04:31:15:362-60970], vertex-id=[180384], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:31:15 GMT], Content-Type=[application/json]}
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e077960d-fff0-41f1-8724-d591d2f5787c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:15.848Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:15.848Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950675846,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:31:15.948Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:15.949Z||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-11-15T04:31:15.949Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:15.960Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:15.961Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 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-11-15T04:31:39.840Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:31:39.841Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:31:39.841Z|e077960d-fff0-41f1-8724-d591d2f5787c|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:31:39.842Z||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-11-15T04:31:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:39.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950639840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-15T04:31:40.458Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:40.459Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:31:40.459Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa","serviceName":"Demo_pNF_p1l86O9kEvqbHYSLCuGy","serviceVersion":"1.0","serviceUUID":"7c65e2c0-54c1-4732-a0a9-835bb705ab2b","serviceDescription":"catalog service description","serviceInvariantUUID":"ab58abff-74a8-4fdc-a638-6b1a3f982279","resources":[{"resourceInstanceName":"pNF dbf074ff-262b 0","resourceName":"pNF dbf074ff-262b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"babbdb8d-6c44-4677-b46d-5f45d3a0d4d6","resourceInvariantUUID":"ab46bf63-c371-4453-a4be-acbac3bbb176","resourceCustomizationUUID":"d2100728-12f4-452f-8777-3855a006e3c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml","artifactChecksum":"NjM4ODg0NDg3OTdlOWU4M2Q0MjUzZDE3NDY0Yjg0NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed89cd99-9ee2-4f45-9d17-6514d714ac96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar","artifactChecksum":"YmI0MDg0NmQ0N2JmOWU5Njc0NDNiMzMwZGNmZWVkN2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0eeb932-2b9b-4106-9d62-4521a4ee5279","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c95534-5adf-4133-9ad3-49418e1c84df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzNjMzQzNTNiNGEyMzNhYTQ5Zjc5NDNkMGQ4YWE3YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff1ee4a3-8836-4ae3-a943-294858b6f4b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8834de74-619d-424c-8da1-e13e91cdfa81","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"016a1ba5-0503-45a9-b839-024922e2e72d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP1l86o9kevqbhyslcugy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml","artifactChecksum":"ZTA3OWRiN2M2ZDFkZGZmNDc4Zjc5NjllYzEzYjBhYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e54103bc-7fe0-4d65-b7df-fa076dcaa249","artifactVersion":"1"},{"artifactName":"service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar","artifactChecksum":"NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eecedc7-a16e-4c75-8095-a740f063c871","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:31:40.461Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:40.461Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:40.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:40.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:40.563Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:40.564Z||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-11-15T04:31:40.564Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:40.575Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:40.575Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:41.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:41.464Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:41.465Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:41.466Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:41.566Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:41.566Z||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-11-15T04:31:41.566Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:41.575Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:41.576Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:31:42.466Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:42.467Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:42.468Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:42.469Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:42.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:42.569Z||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-11-15T04:31:42.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:42.580Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:42.580Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:43.469Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:43.470Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:43.471Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:43.471Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:43.571Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:43.572Z||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-11-15T04:31:43.572Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:43.581Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:43.582Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:44.472Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:44.473Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:44.474Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:44.474Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:44.574Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:44.575Z||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-11-15T04:31:44.575Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:44.583Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:44.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:45.475Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:45.475Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:45.477Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:45.477Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:45.577Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:45.578Z||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-11-15T04:31:45.578Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:45.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:45.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:46.478Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:46.478Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:46.479Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:46.480Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-15T04:31:46.580Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:46.580Z||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-11-15T04:31:46.580Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:46.593Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:46.593Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:47.480Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:47.481Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:47.482Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:47.482Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950699840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
"status": "NOTIFIED"
}
2021-11-15T04:31:47.582Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:47.583Z||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-11-15T04:31:47.583Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:47.594Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:47.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"serviceName": "Demo_pNF_p1l86O9kEvqbHYSLCuGy",
"serviceVersion": "1.0",
"serviceUUID": "7c65e2c0-54c1-4732-a0a9-835bb705ab2b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ab58abff-74a8-4fdc-a638-6b1a3f982279",
"resources": [
{
"resourceInstanceName": "pNF dbf074ff-262b 0",
"resourceCustomizationUUID": "d2100728-12f4-452f-8777-3855a006e3c1",
"resourceName": "pNF dbf074ff-262b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "babbdb8d-6c44-4677-b46d-5f45d3a0d4d6",
"resourceInvariantUUID": "ab46bf63-c371-4453-a4be-acbac3bbb176",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
"artifactChecksum": "NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7eecedc7-a16e-4c75-8095-a740f063c871"
}
],
"workloadContext": "Production"
}
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c65e2c0-54c1-4732-a0a9-835bb705ab2b ASDC
2021-11-15T04:31:48.484Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
ServiceName:Demo_pNF_p1l86O9kEvqbHYSLCuGy
ServiceVersion:1.0
ServiceUUID:7c65e2c0-54c1-4732-a0a9-835bb705ab2b
ServiceInvariantUUID:ab58abff-74a8-4fdc-a638-6b1a3f982279
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
ArtifactUUID:7eecedc7-a16e-4c75-8095-a740f063c871
ArtifactChecksum:NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dbf074ff-262b 0
ResourceCustomizationUUID:d2100728-12f4-452f-8777-3855a006e3c1
ResourceInvariantUUID:ab46bf63-c371-4453-a4be-acbac3bbb176
ResourceName:pNF dbf074ff-262b
ResourceType:PNF
ResourceUUID:babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-15T04:31:48.484Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c65e2c0-54c1-4732-a0a9-835bb705ab2b 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-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7eecedc7-a16e-4c75-8095-a740f063c871 from URL: /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.571Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:31:48.576Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar 7eecedc7-a16e-4c75-8095-a740f063c871 82622
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar ASDC sendASDCNotification
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:48.579Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:48.580Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636950708577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:48.690Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-15T04:31:48.690Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:49.580Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7eecedc7-a16e-4c75-8095-a740f063c871, URL: /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar to file: /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.582Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.582Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.688Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8423698508133257554/Definitions/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dbf074ff-262b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Node template pNF dbf074ff-262b 0 is matching search criteria
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dbf074ff-262b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Node template pNF dbf074ff-262b 0 is matching search criteria
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dbf074ff-262b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.280Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.280Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_p1l86O9kEvqbHYSLCuGy
Description:catalog service description
Model UUID:7c65e2c0-54c1-4732-a0a9-835bb705ab2b
Model Version:NULL
Model InvariantUuid:ab58abff-74a8-4fdc-a638-6b1a3f982279
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:31:50.287Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||pNF dbf074ff-262b 0
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7c65e2c0-54c1-4732-a0a9-835bb705ab2b
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7c65e2c0-54c1-4732-a0a9-835bb705ab2b
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dbf074ff-262b 0 babbdb8d-6c44-4677-b46d-5f45d3a0d4d6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@673768dc, org.onap.sdc.toscaparser.api.parameters.Input@37e62466, org.onap.sdc.toscaparser.api.parameters.Input@2fcff1f0, org.onap.sdc.toscaparser.api.parameters.Input@1620e680, org.onap.sdc.toscaparser.api.parameters.Input@4a8d0d10]
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7c65e2c0-54c1-4732-a0a9-835bb705ab2b: pNF dbf074ff-262b
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Processing PNF resource: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery