Results

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)

2022-02-25T10:15:49.291Z||main|||||INFO|500||The following profiles are active: basic
2022-02-25T10:16:08.137Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-25T10:16:08.138Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-25T10:16:08.272Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-25T10:16:13.538Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-25T10:16:14.552Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-25T10:16:15.333Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-25T10:16:15.342Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-25T10:16:15.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-25T10:16:15.827Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-25T10:16:16.714Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-25T10:16:21.981Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-25T10:16:24.807Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-25T10:16:24.906Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-25T10:16:25.786Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-25T10:16:25.983Z||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.
2022-02-25T10:16:27.322Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-25T10:16:28.439Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-25T10:16:28.462Z||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$$781474b1.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)
2022-02-25T10:16:28.464Z||main|||||WARN|500||The sdc end point is not alive
2022-02-25T10:16:31.930Z||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
2022-02-25T10:16:34.855Z||main|||||WARN|500||---
2022-02-25T10:16:34.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-25T10:16:34.856Z||main|||||WARN|500||---
2022-02-25T10:16:35.414Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-25T10:16:40.346Z||main|||||INFO|500||Started Application in 56.356 seconds (JVM running for 64.172)
2022-02-25T10:16:40.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-25T10:16:40.397Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-25T10:16:40.413Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-25T10:16:40.450Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-25T10:16:40.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1d75635-51ca-4df7-be97-3de088ca043e url= /sdc/v1/artifactTypes
2022-02-25T10:16:40.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-25T10:16:40.786Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-25T10:16:40.828Z||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
2022-02-25T10:16:40.856Z||scheduling-1|||||DEBUG|500||create keys
2022-02-25T10:16:40.865Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-25T10:16:41.013Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:16:41.056Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2574634-daab-4f44-9b44-637f9ba2505f url= /sdc/v1/registerForDistribution
2022-02-25T10:16:41.392Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d2574634-daab-4f44-9b44-637f9ba2505f url= /sdc/v1/registerForDistribution
2022-02-25T10:16:41.393Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-25T10:16:41.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:16:41.414Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:16:41.416Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-25T10:16:41.421Z||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.
2022-02-25T10:16:41.422Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:16:41.422Z||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.
2022-02-25T10:16:41.422Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:16:52.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:16:52.308Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:17:41.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:17:41.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:17:41.407Z||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.
2022-02-25T10:17:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:17:41.408Z||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.
2022-02-25T10:17:41.409Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:17:50.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:17:50.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:18:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:18:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:18:41.406Z||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.
2022-02-25T10:18:41.406Z||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.
2022-02-25T10:18:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:18:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:18:50.956Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:18:50.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:19:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:19:41.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:19:41.406Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:19:41.406Z||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.
2022-02-25T10:19:41.407Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:19:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:19:50.958Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:19:50.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:20:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:20:41.402Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:20:41.404Z||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.
2022-02-25T10:20:41.404Z||pool-2-thread-7|||||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.
2022-02-25T10:20:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:20:41.405Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:20:50.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:20:50.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:21:41.403Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:21:41.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:21:41.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:21:41.407Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:21:41.408Z||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.
2022-02-25T10:21:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:21:50.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:21:50.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:22:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:22:41.402Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:22:41.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:22:41.407Z||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.
2022-02-25T10:22:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:22:41.407Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:22:50.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:22:50.973Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:23:41.400Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:23:41.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:23:41.403Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:23:41.403Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:23:41.406Z||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.
2022-02-25T10:23:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:23:50.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:23:50.953Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:24:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:24:41.401Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:24:41.405Z||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.
2022-02-25T10:24:41.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:24:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:24:41.405Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:24:50.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:24:50.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:25:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:25:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:25:41.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:25:41.407Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:25:41.406Z||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.
2022-02-25T10:25:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:25:50.415Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-25T10:25:50.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:25:50.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:26:41.400Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:26:41.401Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:26:41.401Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:26:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:26:41.403Z||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.
2022-02-25T10:26:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:26:50.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:26:50.958Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:27:41.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:27:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:27:41.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:27:41.407Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:27:41.406Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:27:41.407Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:27:50.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:27:50.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:28:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:28:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:28:41.406Z||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.
2022-02-25T10:28:41.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:28:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:28:41.407Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:28:50.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:28:50.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:29:41.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:29:41.402Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:29:41.402Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:29:41.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:29:41.403Z||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.
2022-02-25T10:29:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:29:50.955Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:29:50.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:30:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:30:41.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:30:41.406Z||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.
2022-02-25T10:30:41.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:30:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:30:41.407Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:30:50.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:30:50.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:31:41.401Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:31:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:31:41.403Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:31:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:31:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:31:41.403Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:31:50.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:31:50.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:32:41.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:32:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:32:41.402Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:32:41.402Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:32:41.403Z||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.
2022-02-25T10:32:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:32:50.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:32:50.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:33:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:33:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:33:41.406Z||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.
2022-02-25T10:33:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:33:41.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:33:41.408Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:33:50.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:33:50.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:34:41.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:34:41.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:34:41.408Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:34:41.408Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:34:41.408Z||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.
2022-02-25T10:34:41.409Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:34:50.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:34:50.958Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:35:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:35:41.403Z||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.
2022-02-25T10:35:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:35:41.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:35:41.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:35:41.406Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:35:50.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:35:50.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:36:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:36:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:36:41.405Z||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.
2022-02-25T10:36:41.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:36:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:36:41.405Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:36:50.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:36:50.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:37:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:37:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:37:41.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:37:41.405Z||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.
2022-02-25T10:37:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:37:41.406Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:37:50.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:37:50.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:38:41.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:38:41.401Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:38:41.401Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:38:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:38:41.403Z||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.
2022-02-25T10:38:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:38:50.952Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:38:50.956Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:39:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:39:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:39:41.405Z||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.
2022-02-25T10:39:41.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:39:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:39:41.405Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:39:50.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:39:50.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:40:41.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:40:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:40:41.406Z||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.
2022-02-25T10:40:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:40:41.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:40:41.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:40:50.956Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:40:50.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:41:41.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:41:41.401Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:41:41.401Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:41:41.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:41:41.404Z||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.
2022-02-25T10:41:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:41:50.948Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:41:50.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:42:41.403Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:42:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:42:41.406Z||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.
2022-02-25T10:42:41.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:42:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:42:41.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:42:50.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:42:50.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:43:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:43:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:43:41.405Z||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.
2022-02-25T10:43:41.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:43:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:43:41.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:43:50.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:43:50.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:44:41.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:44:41.401Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:44:41.401Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:44:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:44:41.403Z||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.
2022-02-25T10:44:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:44:50.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:44:50.948Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:45:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:45:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:45:41.404Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:45:41.404Z||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.
2022-02-25T10:45:41.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:45:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:45:50.947Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:45:50.953Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:46:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:46:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:46:41.405Z||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.
2022-02-25T10:46:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:46:41.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:46:41.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:46:50.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:46:50.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:47:41.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:47:41.401Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:47:41.401Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:47:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:47:41.402Z||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.
2022-02-25T10:47:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:47:50.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:47:50.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:48:41.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:48:41.403Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:48:41.406Z||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.
2022-02-25T10:48:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:48:41.408Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:48:41.409Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:48:50.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:48:50.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:49:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:49:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:49:41.407Z||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.
2022-02-25T10:49:41.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:49:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:49:41.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:49:50.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:49:50.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:50:41.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:50:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:50:41.402Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:50:41.402Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:50:41.402Z||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.
2022-02-25T10:50:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:50:50.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:50:50.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:51:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:51:41.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:51:41.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:51:41.406Z||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.
2022-02-25T10:51:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:51:41.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:51:50.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:51:50.960Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:52:41.400Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:52:41.401Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:52:41.402Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:52:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:52:41.402Z||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.
2022-02-25T10:52:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:52:50.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:52:50.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:53:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:53:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:53:41.406Z||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.
2022-02-25T10:53:41.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:53:41.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:53:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:53:50.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:53:50.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:54:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:54:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:54:41.405Z||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.
2022-02-25T10:54:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:54:41.405Z||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.
2022-02-25T10:54:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:54:50.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:54:50.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:55:41.400Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:55:41.401Z||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.
2022-02-25T10:55:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:55:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:55:41.402Z||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.
2022-02-25T10:55:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:55:50.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:55:50.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:56:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:56:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:56:41.406Z||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.
2022-02-25T10:56:41.406Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T10:56:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:56:41.407Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T10:56:50.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:56:50.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:57:41.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:57:41.403Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:57:41.408Z||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.
2022-02-25T10:57:41.408Z||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.
2022-02-25T10:57:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:57:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:57:50.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:57:50.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:58:41.400Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:58:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:58:41.402Z||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.
2022-02-25T10:58:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:58:41.402Z||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.
2022-02-25T10:58:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:58:50.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:58:50.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:59:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:59:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T10:59:41.404Z||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.
2022-02-25T10:59:41.404Z||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.
2022-02-25T10:59:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:59:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T10:59:50.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T10:59:50.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:00:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:00:41.402Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:00:41.405Z||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.
2022-02-25T11:00:41.405Z||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.
2022-02-25T11:00:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:00:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:00:50.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:00:50.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:01:41.403Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:01:41.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:01:41.406Z||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.
2022-02-25T11:01:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:01:41.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:01:41.406Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:01:50.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:01:50.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:41.400Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:02:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:02:41.402Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:02:41.402Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:41.402Z||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.
2022-02-25T11:02:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:02:42.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:42.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"761c65e3-cb96-4d61-8339-efe8d82270ed","serviceName":"vFW 2022-02-25 10-59-32","serviceVersion":"1.0","serviceUUID":"9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f","serviceDescription":"catalog service description","serviceInvariantUUID":"650c20c8-729a-4770-9d31-0ee21e3a7675","resources":[{"resourceInstanceName":"vFW eaeab450-6013 0","resourceName":"vFW eaeab450-6013","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc0ed629-382b-41c8-8213-b31999be5e32","resourceInvariantUUID":"b86bfe25-38c4-40ed-8dec-d49b0c1b13e8","resourceCustomizationUUID":"01b10517-87bf-4f6e-9b25-90c4128e16b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml","artifactChecksum":"ZDlmMWRhMGU4YmI4NjUyMTY5NTgyZjc5MmI4OTIyYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f83559dd-b0b0-457e-bd11-145e75a870c6","artifactVersion":"1"},{"artifactName":"vfweaeab45060130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json","artifactChecksum":"ZTcxNjZhOTMzOGIwYzcxMDc0MDQxYjFiNWM2YWI1Yzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"52039812-0cf3-41bb-adfb-511c5756066b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a8a69429-43ce-4316-bc2d-871f0b1b9ebb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml","artifactChecksum":"YTE5NmE3YWU0YzY1MWUxZGMyZjE0ZDE1NmViMDBlZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5f470095-410a-4709-8383-908ed2f6183f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e6de43b-9141-4ae9-b490-2b7d78d49199","artifactVersion":"2","generatedFromUUID":"a8a69429-43ce-4316-bc2d-871f0b1b9ebb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220225105932-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml","artifactChecksum":"NWY3ZDdiNWY4Yzg1ZTQ5NTk5ZDZhZWFjZjc4MTEzYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6f57f99-3fab-4ed0-aa45-7bc481071ef8","artifactVersion":"1"},{"artifactName":"service-Vfw20220225105932-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar","artifactChecksum":"NDlhZmI0NDc3NTU3MjA1NWE1ZWFlYzQ1ZTNkNjZlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73ce6403-4bb6-4c41-bca6-18fb3f674266","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-25T11:02:42.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:42.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.057Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:42.068Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:42.085Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:42.085Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645786919436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786915788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786916592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786918104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786922891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786930940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786931091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786931296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "cds",
  "timestamp": 1645786931958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-02-25T11:02:42.185Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-25T11:02:42.191Z||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.
2022-02-25T11:02:42.191Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:42.205Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:42.206Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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: 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:42.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.387Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:42.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786929867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786936950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786937946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645786937955,
  "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=?
2022-02-25T11:02:42.437Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.437Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:42.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786932025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:02:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786939029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786940022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786940096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786941047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:42.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786941156,
  "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=?
2022-02-25T11:02:42.458Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.459Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:42.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "policy-id",
  "timestamp": 1645786942051,
  "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=?
2022-02-25T11:02:42.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.474Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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=?
2022-02-25T11:02:42.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645786942161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:42.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786942609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:42.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786944628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:42.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "clamp",
  "timestamp": 1645786945634,
  "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=?
2022-02-25T11:02:42.491Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.491Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:42.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786949779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:42.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:02:42.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:02:42.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "aai-ml",
  "timestamp": 1645786950785,
  "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=?
2022-02-25T11:02:42.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 761c65e3-cb96-4d61-8339-efe8d82270ed
2022-02-25T11:02:42.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 761c65e3-cb96-4d61-8339-efe8d82270ed 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 (?, ?, ?, ?, ?)
2022-02-25T11:02:43.091Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:43.092Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:43.094Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:43.094Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:02:43.194Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:43.195Z||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.
2022-02-25T11:02:43.195Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:43.207Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:43.207Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:44.095Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:44.096Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:44.099Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:44.099Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:02:44.199Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:44.200Z||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.
2022-02-25T11:02:44.200Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:44.216Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:44.217Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:45.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:45.100Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:45.103Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:45.103Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:45.203Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:45.204Z||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.
2022-02-25T11:02:45.205Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:45.222Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:45.224Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:46.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:46.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:46.107Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:46.107Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-25T11:02:46.207Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:46.208Z||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.
2022-02-25T11:02:46.209Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:46.221Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:46.222Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:47.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:47.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:47.110Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:47.110Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:02:47.211Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:47.212Z||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.
2022-02-25T11:02:47.212Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:47.224Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:47.225Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:48.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:02:48.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:48.116Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:48.116Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:02:48.216Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:48.217Z||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.
2022-02-25T11:02:48.217Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:48.229Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:48.230Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:49.119Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "serviceName": "vFW 2022-02-25 10-59-32",
  "serviceVersion": "1.0",
  "serviceUUID": "9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "650c20c8-729a-4770-9d31-0ee21e3a7675",
  "resources": [
    {
      "resourceInstanceName": "vFW eaeab450-6013 0",
      "resourceCustomizationUUID": "01b10517-87bf-4f6e-9b25-90c4128e16b6",
      "resourceName": "vFW eaeab450-6013",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc0ed629-382b-41c8-8213-b31999be5e32",
      "resourceInvariantUUID": "b86bfe25-38c4-40ed-8dec-d49b0c1b13e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfweaeab45060130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
          "artifactChecksum": "ZTcxNjZhOTMzOGIwYzcxMDc0MDQxYjFiNWM2YWI1Yzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "52039812-0cf3-41bb-adfb-511c5756066b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a8a69429-43ce-4316-bc2d-871f0b1b9ebb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e6de43b-9141-4ae9-b490-2b7d78d49199",
            "generatedFromUUID": "a8a69429-43ce-4316-bc2d-871f0b1b9ebb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e6de43b-9141-4ae9-b490-2b7d78d49199",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220225105932-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
      "artifactChecksum": "NDlhZmI0NDc3NTU3MjA1NWE1ZWFlYzQ1ZTNkNjZlZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73ce6403-4bb6-4c41-bca6-18fb3f674266"
    }
  ],
  "workloadContext": "Production"
}
2022-02-25T11:02:49.120Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-25T11:02:49.121Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f ASDC
2022-02-25T11:02:49.243Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:761c65e3-cb96-4d61-8339-efe8d82270ed
ServiceName:vFW 2022-02-25 10-59-32
ServiceVersion:1.0
ServiceUUID:9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f
ServiceInvariantUUID:650c20c8-729a-4770-9d31-0ee21e3a7675
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220225105932-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar
ArtifactUUID:73ce6403-4bb6-4c41-bca6-18fb3f674266
ArtifactChecksum:NDlhZmI0NDc3NTU3MjA1NWE1ZWFlYzQ1ZTNkNjZlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eaeab450-6013 0
ResourceCustomizationUUID:01b10517-87bf-4f6e-9b25-90c4128e16b6
ResourceInvariantUUID:b86bfe25-38c4-40ed-8dec-d49b0c1b13e8
ResourceName:vFW eaeab450-6013
ResourceType:VF
ResourceUUID:fc0ed629-382b-41c8-8213-b31999be5e32
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweaeab45060130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json
ArtifactUUID:52039812-0cf3-41bb-adfb-511c5756066b
ArtifactChecksum:ZTcxNjZhOTMzOGIwYzcxMDc0MDQxYjFiNWM2YWI1Yzc=
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/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml
ArtifactUUID:a8a69429-43ce-4316-bc2d-871f0b1b9ebb
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/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
ArtifactUUID:9e6de43b-9141-4ae9-b490-2b7d78d49199
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/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
ArtifactUUID:9e6de43b-9141-4ae9-b490-2b7d78d49199
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-25T11:02:49.244Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f 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=?
2022-02-25T11:02:49.298Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:02:49.299Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:02:49.300Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:02:49.301Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73ce6403-4bb6-4c41-bca6-18fb3f674266 from URL: /sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:49.301Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:02:49.303Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:49.820Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:02:49.840Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar 73ce6403-4bb6-4c41-bca6-18fb3f674266 98915
2022-02-25T11:02:49.842Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar ASDC sendASDCNotification
2022-02-25T11:02:49.842Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:49.843Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:02:49.844Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:49.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:49.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786969840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:49.946Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:49.947Z||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.
2022-02-25T11:02:49.947Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:49.961Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:49.962Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:50.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:02:50.848Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:02:50.848Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 73ce6403-4bb6-4c41-bca6-18fb3f674266, URL: /sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar to file: /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:50.850Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220225105932-csar.csar
2022-02-25T11:02:50.939Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:50.939Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:51.672Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5737913175474518355/Definitions/service-Vfw20220225105932-template.yml
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
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_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
2022-02-25T11:02:54.374Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-25T11:02:54.380Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-25T11:02:54.380Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.380Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-25T11:02:54.380Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.381Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.382Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.382Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eaeab450-6013 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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.382Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.382Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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-Vfw20220225105932-csar.csar
2022-02-25T11:02:54.382Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-25T11:02:54.388Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.390Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.394Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:54.394Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-25T11:02:54.396Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:02:54.397Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.398Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.398Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:54.398Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-25T11:02:54.398Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:02:54.398Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.399Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.402Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.402Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:54.402Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:54.402Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-25T11:02:54.402Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-25T11:02:54.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-25T11:02:54.404Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.405Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-25T11:02:54.405Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.405Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:02:54.406Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.406Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:54.406Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:54.407Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.407Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:54.407Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:54.407Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:54.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:54.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:54.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-25T11:02:54.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-25T11:02:54.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea0f91c-3617-4b8e-988e-6b90ea5aaa2f
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.412Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-25T11:02:54.413Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.413Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0864b6b6-f144-4c75-8a3a-f7a5e576ec72
2022-02-25T11:02:54.413Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.413Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:54.413Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:54.414Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-25T11:02:54.414Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.414Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.414Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.415Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-25T11:02:54.415Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:54.415Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-25T11:02:54.415Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-25T11:02:54.415Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:54.416Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:54.416Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-25T11:02:54.416Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c4579abf-d413-4fc5-96bf-75f6a4f86059
2022-02-25T11:02:54.417Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.417Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.417Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.417Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.417Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.418Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.418Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:54.418Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:54.418Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-25 10-59-32
Description:catalog service description
Model UUID:9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f
Model Version:NULL
Model InvariantUuid:650c20c8-729a-4770-9d31-0ee21e3a7675
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW eaeab450-6013
Model UUID:9a09a4c0-2a6c-412e-bfbf-49204591b98d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b86bfe25-38c4-40ed-8dec-d49b0c1b13e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01b10517-87bf-4f6e-9b25-90c4128e16b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b633b2ad-2908-4fd4-abfd-d23868c47686
ModelName:VfwEaeab4506013..base_vfw..module-0
ModelUuid:2b368d12-e99f-4325-9008-5762b7cc936a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eea0f91c-3617-4b8e-988e-6b90ea5aaa2f
ModelInvariantUuid:0046dbc1-7d46-4751-92cd-fbe853d0556d
ModelName:vFW eaeab450-6013-nodes.vfwCvfc
ModelUuid:65d5ffab-7326-449b-8700-34cf4452fa3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1fbfe47f-b1a9-49ed-8e5c-1fec3f1ca1b4
ModelInvariantUuid:b49e3c9b-d55f-46ab-a695-83e8adeb25b7
ModelName:VfwEaeab4506013.compute.nodes.heat.vfw
ModelUuid:9c0dcd3c-64f6-4635-b8b7-3bb7de12040b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0864b6b6-f144-4c75-8a3a-f7a5e576ec72
ModelInvariantUuid:2fb0482d-8095-4a76-a693-f2bd97f152af
ModelName:vFW eaeab450-6013-nodes.vsnCvfc
ModelUuid:9b5ddad2-9261-4cb9-928c-4e133a9536f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:da931ce0-599e-47ff-ae70-0e7e7fe2500c
ModelInvariantUuid:e30ad76c-1ac7-4a8f-8f51-ea10436d5f5f
ModelName:VfwEaeab4506013.compute.nodes.heat.vsn
ModelUuid:5879eb12-ec11-4cb0-b5c1-fcc37b50bf65
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c4579abf-d413-4fc5-96bf-75f6a4f86059
ModelInvariantUuid:2290beba-36f1-40c4-947e-281c2f49526d
ModelName:vFW eaeab450-6013-nodes.vpgCvfc
ModelUuid:2b503e0f-7eff-477b-bc0b-5a29e5e15605
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:423ab135-48d5-4d1c-989c-7d5b7ef5ccb9
ModelInvariantUuid:d570b85f-525d-4195-96e2-614ac1d3de18
ModelName:VfwEaeab4506013.compute.nodes.heat.vpg
ModelUuid:4c3e8d45-88a9-4e52-b730-ba0b961c42ff
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=?
2022-02-25T11:02:54.433Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fc0ed629-382b-41c8-8213-b31999be5e32
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=?
2022-02-25T11:02:54.525Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||vFW eaeab450-6013 0
2022-02-25T11:02:54.532Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc0ed629-382b-41c8-8213-b31999be5e32
2022-02-25T11:02:54.532Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52039812-0cf3-41bb-adfb-511c5756066b from URL: /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json
2022-02-25T11:02:54.532Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:02:54.533Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json
2022-02-25T11:02:54.943Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:02:54.944Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json 52039812-0cf3-41bb-adfb-511c5756066b 785
2022-02-25T11:02:54.944Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json ASDC sendASDCNotification
2022-02-25T11:02:54.944Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json
2022-02-25T11:02:54.944Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:02:54.945Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:54.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:54.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786974944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:55.048Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:02:55.049Z||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.
2022-02-25T11:02:55.049Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:55.062Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:55.063Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:02:55.950Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEaeab4506013..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b633b2ad-2908-4fd4-abfd-d23868c47686",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b368d12-e99f-4325-9008-5762b7cc936a",
    "vfModuleModelCustomizationUUID": "1aa5542c-6609-4417-b5aa-41003cdaa516",
    "isBase": true,
    "artifacts": [
      "a8a69429-43ce-4316-bc2d-871f0b1b9ebb",
      "9e6de43b-9141-4ae9-b490-2b7d78d49199"
    ],
    "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": ""
    }
  }
]
2022-02-25T11:02:55.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaeab4506013..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b368d12-e99f-4325-9008-5762b7cc936a
VfModuleModelInvariantUUID:b633b2ad-2908-4fd4-abfd-d23868c47686
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8a69429-43ce-4316-bc2d-871f0b1b9ebb
,
9e6de43b-9141-4ae9-b490-2b7d78d49199

}
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


}

2022-02-25T11:02:55.973Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEaeab4506013..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b633b2ad-2908-4fd4-abfd-d23868c47686",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b368d12-e99f-4325-9008-5762b7cc936a",
    "vfModuleModelCustomizationUUID": "1aa5542c-6609-4417-b5aa-41003cdaa516",
    "isBase": true,
    "artifacts": [
      "a8a69429-43ce-4316-bc2d-871f0b1b9ebb",
      "9e6de43b-9141-4ae9-b490-2b7d78d49199"
    ],
    "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": ""
    }
  }
]
2022-02-25T11:02:55.973Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaeab4506013..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b368d12-e99f-4325-9008-5762b7cc936a
VfModuleModelInvariantUUID:b633b2ad-2908-4fd4-abfd-d23868c47686
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8a69429-43ce-4316-bc2d-871f0b1b9ebb
,
9e6de43b-9141-4ae9-b490-2b7d78d49199

}
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


}

2022-02-25T11:02:55.973Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a8a69429-43ce-4316-bc2d-871f0b1b9ebb from URL: /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml
2022-02-25T11:02:55.974Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:02:55.974Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml
2022-02-25T11:02:56.647Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:02:56.649Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml a8a69429-43ce-4316-bc2d-871f0b1b9ebb 20368
2022-02-25T11:02:56.649Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-25T11:02:56.649Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml
2022-02-25T11:02:56.649Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:02:56.649Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:56.651Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:56.652Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786976649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:56.752Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:02:56.753Z||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.
2022-02-25T11:02:56.753Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:56.764Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:56.764Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:57.652Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e6de43b-9141-4ae9-b490-2b7d78d49199 from URL: /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
2022-02-25T11:02:57.653Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:02:57.653Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
2022-02-25T11:02:57.845Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:02:57.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env 9e6de43b-9141-4ae9-b490-2b7d78d49199 2098
2022-02-25T11:02:57.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-25T11:02:57.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
2022-02-25T11:02:57.846Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:02:57.847Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:57.850Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:57.850Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786977846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:02:57.950Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:02:57.951Z||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.
2022-02-25T11:02:57.951Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:57.963Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:57.964Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:02:58.852Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f
2022-02-25T11:02:58.853Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eaeab450-6013 0 fc0ed629-382b-41c8-8213-b31999be5e32 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=?
2022-02-25T11:02:58.904Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18104a13, org.onap.sdc.toscaparser.api.parameters.Input@27222610, org.onap.sdc.toscaparser.api.parameters.Input@56bea496, org.onap.sdc.toscaparser.api.parameters.Input@1ac18117, org.onap.sdc.toscaparser.api.parameters.Input@9b008e]
2022-02-25T11:02:58.909Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.909Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.910Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-25T11:02:58.910Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 01b10517-87bf-4f6e-9b25-90c4128e16b6
2022-02-25T11:02:58.910Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01b10517-87bf-4f6e-9b25-90c4128e16b6 matches Tosca VF Customization UUID: 01b10517-87bf-4f6e-9b25-90c4128e16b6
2022-02-25T11:02:58.910Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 01b10517-87bf-4f6e-9b25-90c4128e16b6  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=?
2022-02-25T11:02:58.919Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.919Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.921Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 01b10517-87bf-4f6e-9b25-90c4128e16b6: {\"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\"}
2022-02-25T11:02:58.921Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c10c8e0
2022-02-25T11:02:58.922Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.922Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:02:58.923Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1aa5542c-6609-4417-b5aa-41003cdaa516
2022-02-25T11:02:58.924Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1aa5542c-6609-4417-b5aa-41003cdaa516
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=?
2022-02-25T11:02:58.933Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.933Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.934Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:58.935Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.935Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.935Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:58.935Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.936Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:58.936Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:58.936Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-25T11:02:58.936Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:58.937Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-25T11:02:58.937Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-25T11:02:58.937Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.937Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.938Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-25T11:02:58.938Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.938Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-25T11:02:58.938Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.939Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea0f91c-3617-4b8e-988e-6b90ea5aaa2f
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=?
2022-02-25T11:02:58.947Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:58.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.948Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:58.949Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:58.949Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-25T11:02:58.949Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.950Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.950Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.950Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-25T11:02:58.950Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:58.951Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-25T11:02:58.951Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-25T11:02:58.951Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.951Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-25T11:02:58.952Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.952Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0864b6b6-f144-4c75-8a3a-f7a5e576ec72
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=?
2022-02-25T11:02:58.954Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.955Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.955Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:58.958Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.958Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is not matching search criteria
2022-02-25T11:02:58.958Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-25T11:02:58.958Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-25T11:02:58.958Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.959Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.959Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.959Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-25T11:02:58.959Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-25T11:02:58.960Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-25T11:02:58.960Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-25T11:02:58.960Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-25T11:02:58.960Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-25T11:02:58.960Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-25T11:02:58.961Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c4579abf-d413-4fc5-96bf-75f6a4f86059
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=?
2022-02-25T11:02:58.963Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.963Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.964Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:02:58.964Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.964Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Node template vFW eaeab450-6013 0 is matching search criteria
2022-02-25T11:02:58.964Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eaeab450-6013 0] matching following query criteria: sdcType=VF, customizationUUID=01b10517-87bf-4f6e-9b25-90c4128e16b6
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=?
2022-02-25T11:02:58.966Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.967Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.967Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f: vFW eaeab450-6013
2022-02-25T11:02:58.967Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.967Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.968Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.968Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.968Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-25 10-59-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:02:58.969Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-02-25 10-59-32 
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 (?, ?, ?, ?, ?)
2022-02-25T11:02:59.245Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eaeab450-6013 fc0ed629-382b-41c8-8213-b31999be5e32 1 ASDC deployResourceStructure
2022-02-25T11:02:59.245Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json ASDC sendASDCNotification
2022-02-25T11:02:59.246Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json
2022-02-25T11:02:59.246Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:02:59.246Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:02:59.248Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:02:59.248Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786979245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:02:59.348Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:02:59.349Z||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.
2022-02-25T11:02:59.349Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:02:59.363Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:02:59.363Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:03:00.249Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-25T11:03:00.250Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml
2022-02-25T11:03:00.250Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:03:00.251Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:03:00.252Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:03:00.252Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786980249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:03:00.353Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:03:00.355Z||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.
2022-02-25T11:03:00.355Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:03:00.370Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:03:00.370Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:03:01.253Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-25T11:03:01.254Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env
2022-02-25T11:03:01.254Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:03:01.255Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:03:01.257Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:03:01.257Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786981253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:03:01.357Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:03:01.359Z||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.
2022-02-25T11:03:01.359Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:03:01.374Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:03:01.375Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:03:02.258Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar ASDC sendASDCNotification
2022-02-25T11:03:02.258Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar
2022-02-25T11:03:02.258Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:03:02.259Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:03:02.262Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:03:02.262Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786982258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:03:02.362Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:03:02.363Z||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.
2022-02-25T11:03:02.363Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:03:02.386Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:03:02.386Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:03:03.263Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 761c65e3-cb96-4d61-8339-efe8d82270ed
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=?
2022-02-25T11:03:03.283Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 761c65e3-cb96-4d61-8339-efe8d82270ed
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=?
2022-02-25T11:03:03.288Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:03:03.291Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-25T11:03:03.292Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-25T11:03:03.292Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-25T11:03:03.292Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.292Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.293Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.293Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.293Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.293Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:03:03.294Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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=?
2022-02-25T11:03:03.300Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-25T11:03:33.302Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 761c65e3-cb96-4d61-8339-efe8d82270ed 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=?
2022-02-25T11:03:33.331Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 761c65e3-cb96-4d61-8339-efe8d82270ed and serviceModelVersionId: 9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f
2022-02-25T11:03:33.332Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 650c20c8-729a-4770-9d31-0ee21e3a7675
2022-02-25T11:03:41.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:03:41.413Z||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.
2022-02-25T11:03:41.413Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:03:41.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:03:41.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:03:41.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:03:41.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:03:48.441Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?depth=0
2022-02-25T11:03:48.557Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-25T11:03:49.144Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?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]}
2022-02-25T11:03:49.149Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?depth=0|INFO|500||Invoke
2022-02-25T11:03:49.295Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-25T11:03:50.072Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?depth=0|INFO|500||InvokeReturn
2022-02-25T11:03:50.075Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650c20c8-729a-4770-9d31-0ee21e3a7675/model-vers/model-ver/9f14cd3e-f4fb-4d2b-94c3-983520bb7a0f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220225-11:03:49:307-2294], vertex-id=[221240], Content-Length=[0], Date=[Fri, 25 Feb 2022 11:03:49 GMT], Content-Type=[application/json]}
2022-02-25T11:03:50.076Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-25T11:03:50.079Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-25T11:03:50.079Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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=?
2022-02-25T11:03:50.084Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||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)
2022-02-25T11:03:50.085Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 761c65e3-cb96-4d61-8339-efe8d82270ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-25T11:03:50.086Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-25T11:03:50.087Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:03:50.089Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:03:50.090Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787030085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:03:50.189Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:03:50.191Z||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.
2022-02-25T11:03:50.191Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:03:50.202Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:03:50.203Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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=?
2022-02-25T11:03:51.113Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:03:51.114Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:03:51.114Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:04:00.664Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:04:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:04:41.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:04:41.409Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:04:41.410Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:04:41.409Z||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.
2022-02-25T11:04:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:04:41.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:04:41.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:04:41.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:04:41.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:04:41.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786961400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:04:41.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:04:41.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786969840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786974944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786976649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:04:41.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786977846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:04:41.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786979245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/vfweaeab45060130_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:04:41.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786980249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:04:41.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786981253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/resourceInstances/vfweaeab45060130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:04:41.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:41.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:04:41.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645786982258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220225105932/1.0/artifacts/service-Vfw20220225105932-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:04:41.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:04:50.959Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:05:41.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:05:41.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:05:41.408Z||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.
2022-02-25T11:05:41.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:05:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:05:41.408Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:05:41.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:05:41.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-25T11:05:41.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "761c65e3-cb96-4d61-8339-efe8d82270ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787030085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:05:41.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:05:50.968Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:06:41.400Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:06:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:06:41.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:06:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:06:41.403Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:06:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:06:50.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:06:50.972Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:41.405Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:07:41.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:07:41.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:07:41.411Z||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.
2022-02-25T11:07:41.411Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:41.411Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:07:45.474Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:45.477Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:07:45.477Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b7810ad-d9e5-4158-836a-af9ace35506b","serviceName":"basic_onboard_RlIeAK","serviceVersion":"1.0","serviceUUID":"b9e406e1-e741-446c-b140-0b68694b0ee0","serviceDescription":"service","serviceInvariantUUID":"c57a81d1-19f0-409b-a18d-c39f82658159","resources":[{"resourceInstanceName":"basic_onboard_RlIeAK 0","resourceName":"basic_onboard_RlIeAK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"359b4a3c-8dcc-4fbf-9019-55f973572e65","resourceInvariantUUID":"ad7a3a27-e5ca-4f21-821b-e8adfa011fa9","resourceCustomizationUUID":"d543b850-3979-44aa-a53e-284678660b2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ2NDJiMzI4MmYzMDgyZWUxZTNjZmY0OTQ5MDY1ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42120ace-4fee-43ea-a5f7-2ea4f587500e","artifactVersion":"1"},{"artifactName":"basic_onboard_rlieak0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json","artifactChecksum":"MDgwNzNkZTkxMzQyMTZjM2U1ZTRkN2UzOGUzNGM3OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"adb19fef-a3b5-47fd-a9c3-976a7ed0e8ab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ca6e53e3-4c83-4c43-8509-bf9833e89fcc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"142dd7f2-a570-4c00-b682-edc092ecc3b4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cea65068-d205-4c7c-998b-7fe9acffaf31","artifactVersion":"2","generatedFromUUID":"ca6e53e3-4c83-4c43-8509-bf9833e89fcc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRlieak-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml","artifactChecksum":"ZjJmYWM2NDdjYmVkNzQ1NzVlZmJhZDg3NDlmOGFhZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dc97430-764d-4bb7-a1ab-71cf265dfd67","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRlieak-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar","artifactChecksum":"ZjhhMDVkY2YxNjgyZWYxNThjMDQxYWEzZmVmMWQyNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c97be6c-1981-41c0-850c-dfa70ad5d109","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-25T11:07:45.487Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:45.488Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:45.496Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:45.496Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:45.596Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:07:45.597Z||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.
2022-02-25T11:07:45.597Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:45.607Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:45.608Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:46.255Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:46.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:07:46.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:46.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:07:46.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:07:46.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:46.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:07:46.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:07:46.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:46.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:07:46.497Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:46.498Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:46.501Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:46.501Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:07:46.601Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:46.602Z||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.
2022-02-25T11:07:46.602Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:46.618Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:46.619Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:47.502Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:47.503Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:47.505Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:47.505Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:07:47.606Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:47.607Z||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.
2022-02-25T11:07:47.607Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:47.618Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:47.619Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:48.506Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:48.508Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:48.511Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:48.511Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:48.612Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:48.613Z||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.
2022-02-25T11:07:48.613Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:48.627Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:48.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:49.512Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:49.514Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:49.516Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:49.516Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-25T11:07:49.617Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-25T11:07:49.618Z||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.
2022-02-25T11:07:49.618Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:49.633Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:49.633Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:50.517Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:50.518Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:50.520Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:50.520Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:07:50.620Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:07:50.621Z||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.
2022-02-25T11:07:50.622Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:50.635Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:50.636Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:51.521Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:07:51.523Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:51.525Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:51.525Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:07:51.625Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:51.627Z||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.
2022-02-25T11:07:51.627Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:51.638Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:51.639Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:52.527Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "serviceName": "basic_onboard_RlIeAK",
  "serviceVersion": "1.0",
  "serviceUUID": "b9e406e1-e741-446c-b140-0b68694b0ee0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c57a81d1-19f0-409b-a18d-c39f82658159",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RlIeAK 0",
      "resourceCustomizationUUID": "d543b850-3979-44aa-a53e-284678660b2f",
      "resourceName": "basic_onboard_RlIeAK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "359b4a3c-8dcc-4fbf-9019-55f973572e65",
      "resourceInvariantUUID": "ad7a3a27-e5ca-4f21-821b-e8adfa011fa9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rlieak0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
          "artifactChecksum": "MDgwNzNkZTkxMzQyMTZjM2U1ZTRkN2UzOGUzNGM3OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "adb19fef-a3b5-47fd-a9c3-976a7ed0e8ab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ca6e53e3-4c83-4c43-8509-bf9833e89fcc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cea65068-d205-4c7c-998b-7fe9acffaf31",
            "generatedFromUUID": "ca6e53e3-4c83-4c43-8509-bf9833e89fcc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cea65068-d205-4c7c-998b-7fe9acffaf31",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRlieak-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
      "artifactChecksum": "ZjhhMDVkY2YxNjgyZWYxNThjMDQxYWEzZmVmMWQyNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c97be6c-1981-41c0-850c-dfa70ad5d109"
    }
  ],
  "workloadContext": "Production"
}
2022-02-25T11:07:52.527Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-25T11:07:52.528Z|761c65e3-cb96-4d61-8339-efe8d82270ed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9e406e1-e741-446c-b140-0b68694b0ee0 ASDC
2022-02-25T11:07:52.530Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0b7810ad-d9e5-4158-836a-af9ace35506b
ServiceName:basic_onboard_RlIeAK
ServiceVersion:1.0
ServiceUUID:b9e406e1-e741-446c-b140-0b68694b0ee0
ServiceInvariantUUID:c57a81d1-19f0-409b-a18d-c39f82658159
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRlieak-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar
ArtifactUUID:2c97be6c-1981-41c0-850c-dfa70ad5d109
ArtifactChecksum:ZjhhMDVkY2YxNjgyZWYxNThjMDQxYWEzZmVmMWQyNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RlIeAK 0
ResourceCustomizationUUID:d543b850-3979-44aa-a53e-284678660b2f
ResourceInvariantUUID:ad7a3a27-e5ca-4f21-821b-e8adfa011fa9
ResourceName:basic_onboard_RlIeAK
ResourceType:VF
ResourceUUID:359b4a3c-8dcc-4fbf-9019-55f973572e65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rlieak0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json
ArtifactUUID:adb19fef-a3b5-47fd-a9c3-976a7ed0e8ab
ArtifactChecksum:MDgwNzNkZTkxMzQyMTZjM2U1ZTRkN2UzOGUzNGM3OTQ=
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/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ca6e53e3-4c83-4c43-8509-bf9833e89fcc
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/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
ArtifactUUID:cea65068-d205-4c7c-998b-7fe9acffaf31
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/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
ArtifactUUID:cea65068-d205-4c7c-998b-7fe9acffaf31
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-25T11:07:52.530Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9e406e1-e741-446c-b140-0b68694b0ee0 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 (?, ?, ?, ?, ?)
2022-02-25T11:07:52.576Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:07:52.580Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:07:52.581Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:07:52.581Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c97be6c-1981-41c0-850c-dfa70ad5d109 from URL: /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:52.581Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:07:52.582Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:52.710Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:07:52.714Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar 2c97be6c-1981-41c0-850c-dfa70ad5d109 71553
2022-02-25T11:07:52.715Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar ASDC sendASDCNotification
2022-02-25T11:07:52.715Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:52.715Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:07:52.716Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:52.718Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:52.719Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787272715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:07:52.819Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:52.820Z||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.
2022-02-25T11:07:52.820Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:52.832Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:52.833Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:53.719Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:07:53.721Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-25T11:07:53.721Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c97be6c-1981-41c0-850c-dfa70ad5d109, URL: /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar to file: /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:53.722Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:53.722Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:53.723Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:54.055Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9956210231695120790/Definitions/service-BasicOnboardRlieak-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
2022-02-25T11:07:55.304Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-25T11:07:55.304Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-25T11:07:55.304Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RlIeAK 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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.305Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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-BasicOnboardRlieak-csar.csar
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.306Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.307Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:55.307Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-25T11:07:55.307Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:07:55.308Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.308Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.309Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:55.309Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-25T11:07:55.309Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:07:55.309Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.309Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.310Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.310Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is not matching search criteria
2022-02-25T11:07:55.310Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-25T11:07:55.310Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-25T11:07:55.310Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-25T11:07:55.311Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-25T11:07:55.311Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-25T11:07:55.311Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.311Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:07:55.311Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.312Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:55.312Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:55.312Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.312Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:55.312Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:55.313Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.313Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:55.313Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:55.313Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.313Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is not matching search criteria
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34bc25bb-7247-4170-990f-e7fbda4f7f0e
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:55.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:55.316Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RlIeAK
Description:service
Model UUID:b9e406e1-e741-446c-b140-0b68694b0ee0
Model Version:NULL
Model InvariantUuid:c57a81d1-19f0-409b-a18d-c39f82658159
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RlIeAK
Model UUID:27a06311-83d5-43b4-b325-95c26c838a15
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad7a3a27-e5ca-4f21-821b-e8adfa011fa9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d543b850-3979-44aa-a53e-284678660b2f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aaabe161-66fb-4726-97aa-c97d062a354b
ModelName:BasicOnboardRlieak..base_ubuntu18..module-0
ModelUuid:c488e997-5db3-4d0d-94e2-91685d061768
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34bc25bb-7247-4170-990f-e7fbda4f7f0e
ModelInvariantUuid:b3f82096-12e0-4a36-9e40-04c99028c2d1
ModelName:basic_onboard_RlIeAK-nodes.ubuntu18Cvfc
ModelUuid:2492f3cd-8cf3-46f0-b61c-68fbb48c764d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f1068afc-89e3-4282-8a5e-9dd35c5e2e88
ModelInvariantUuid:b847a213-2545-4c10-a668-0f47bf1c8241
ModelName:BasicOnboardRlieak.compute.nodes.heat.ubuntu18
ModelUuid:7a89a04f-179f-48f4-b3ce-c8bbbfce11f1
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=?
2022-02-25T11:07:55.323Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 359b4a3c-8dcc-4fbf-9019-55f973572e65
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=?
2022-02-25T11:07:55.327Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||basic_onboard_RlIeAK 0
2022-02-25T11:07:55.327Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 359b4a3c-8dcc-4fbf-9019-55f973572e65
2022-02-25T11:07:55.328Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: adb19fef-a3b5-47fd-a9c3-976a7ed0e8ab from URL: /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json
2022-02-25T11:07:55.328Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:07:55.328Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json
2022-02-25T11:07:55.515Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:07:55.516Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json adb19fef-a3b5-47fd-a9c3-976a7ed0e8ab 798
2022-02-25T11:07:55.517Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json ASDC sendASDCNotification
2022-02-25T11:07:55.517Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json
2022-02-25T11:07:55.517Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:07:55.518Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:55.520Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:55.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787275517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:07:55.620Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:07:55.621Z||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.
2022-02-25T11:07:55.622Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:55.633Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:55.634Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:56.522Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRlieak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aaabe161-66fb-4726-97aa-c97d062a354b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c488e997-5db3-4d0d-94e2-91685d061768",
    "vfModuleModelCustomizationUUID": "64723053-59d1-4620-9e4d-72c1fbdba01d",
    "isBase": true,
    "artifacts": [
      "ca6e53e3-4c83-4c43-8509-bf9833e89fcc",
      "cea65068-d205-4c7c-998b-7fe9acffaf31"
    ],
    "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": ""
    }
  }
]
2022-02-25T11:07:56.528Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRlieak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c488e997-5db3-4d0d-94e2-91685d061768
VfModuleModelInvariantUUID:aaabe161-66fb-4726-97aa-c97d062a354b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca6e53e3-4c83-4c43-8509-bf9833e89fcc
,
cea65068-d205-4c7c-998b-7fe9acffaf31

}
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


}

2022-02-25T11:07:56.530Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRlieak..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "aaabe161-66fb-4726-97aa-c97d062a354b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c488e997-5db3-4d0d-94e2-91685d061768",
    "vfModuleModelCustomizationUUID": "64723053-59d1-4620-9e4d-72c1fbdba01d",
    "isBase": true,
    "artifacts": [
      "ca6e53e3-4c83-4c43-8509-bf9833e89fcc",
      "cea65068-d205-4c7c-998b-7fe9acffaf31"
    ],
    "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": ""
    }
  }
]
2022-02-25T11:07:56.530Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRlieak..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c488e997-5db3-4d0d-94e2-91685d061768
VfModuleModelInvariantUUID:aaabe161-66fb-4726-97aa-c97d062a354b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca6e53e3-4c83-4c43-8509-bf9833e89fcc
,
cea65068-d205-4c7c-998b-7fe9acffaf31

}
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


}

2022-02-25T11:07:56.531Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca6e53e3-4c83-4c43-8509-bf9833e89fcc from URL: /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml
2022-02-25T11:07:56.531Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:07:56.531Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml
2022-02-25T11:07:56.968Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:07:56.969Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml ca6e53e3-4c83-4c43-8509-bf9833e89fcc 5033
2022-02-25T11:07:56.970Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-25T11:07:56.971Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml
2022-02-25T11:07:56.971Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:07:56.971Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:56.973Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:56.973Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787276970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:07:57.074Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:57.075Z||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.
2022-02-25T11:07:57.075Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:57.090Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:57.091Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:57.974Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cea65068-d205-4c7c-998b-7fe9acffaf31 from URL: /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
2022-02-25T11:07:57.975Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-25T11:07:57.975Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
2022-02-25T11:07:58.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-25T11:07:58.314Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env cea65068-d205-4c7c-998b-7fe9acffaf31 909
2022-02-25T11:07:58.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-25T11:07:58.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
2022-02-25T11:07:58.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:07:58.315Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:58.317Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:58.317Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787278315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:07:58.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:07:58.418Z||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.
2022-02-25T11:07:58.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:58.431Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:58.431Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:07:59.318Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b9e406e1-e741-446c-b140-0b68694b0ee0
2022-02-25T11:07:59.319Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RlIeAK 0 359b4a3c-8dcc-4fbf-9019-55f973572e65 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=?
2022-02-25T11:07:59.336Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c449a9a, org.onap.sdc.toscaparser.api.parameters.Input@729a3105, org.onap.sdc.toscaparser.api.parameters.Input@168661cb, org.onap.sdc.toscaparser.api.parameters.Input@780d98c4, org.onap.sdc.toscaparser.api.parameters.Input@20454d15]
2022-02-25T11:07:59.338Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.338Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.338Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-25T11:07:59.339Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d543b850-3979-44aa-a53e-284678660b2f
2022-02-25T11:07:59.339Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d543b850-3979-44aa-a53e-284678660b2f matches Tosca VF Customization UUID: d543b850-3979-44aa-a53e-284678660b2f
2022-02-25T11:07:59.339Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d543b850-3979-44aa-a53e-284678660b2f  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=?
2022-02-25T11:07:59.342Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.342Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.343Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d543b850-3979-44aa-a53e-284678660b2f: {\"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\"}
2022-02-25T11:07:59.343Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3286842a
2022-02-25T11:07:59.343Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.343Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:07:59.344Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64723053-59d1-4620-9e4d-72c1fbdba01d
2022-02-25T11:07:59.344Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64723053-59d1-4620-9e4d-72c1fbdba01d
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=?
2022-02-25T11:07:59.348Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.348Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:59.348Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:59.349Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.349Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:59.349Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:59.350Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.350Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is not matching search criteria
2022-02-25T11:07:59.350Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-25T11:07:59.351Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-25T11:07:59.351Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34bc25bb-7247-4170-990f-e7fbda4f7f0e
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=?
2022-02-25T11:07:59.353Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.353Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:59.354Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:07:59.354Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.355Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RlIeAK 0 is matching search criteria
2022-02-25T11:07:59.355Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RlIeAK 0] matching following query criteria: sdcType=VF, customizationUUID=d543b850-3979-44aa-a53e-284678660b2f
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=?
2022-02-25T11:07:59.357Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.357Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.357Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b9e406e1-e741-446c-b140-0b68694b0ee0: basic_onboard_RlIeAK
2022-02-25T11:07:59.358Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.358Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.358Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.359Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.359Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.359Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.360Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.360Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.360Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:07:59.361Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RlIeAK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:07:59.361Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_RlIeAK 
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 (?, ?, ?, ?, ?)
2022-02-25T11:07:59.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RlIeAK 359b4a3c-8dcc-4fbf-9019-55f973572e65 1 ASDC deployResourceStructure
2022-02-25T11:07:59.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json ASDC sendASDCNotification
2022-02-25T11:07:59.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json
2022-02-25T11:07:59.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:07:59.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:07:59.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:07:59.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787279443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:07:59.549Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:07:59.549Z||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.
2022-02-25T11:07:59.550Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:07:59.562Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:07:59.562Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:08:00.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-25T11:08:00.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml
2022-02-25T11:08:00.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:08:00.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:08:00.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:08:00.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787280449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:08:00.554Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:08:00.555Z||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.
2022-02-25T11:08:00.555Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:08:00.569Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:08:00.569Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:08:01.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-25T11:08:01.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env
2022-02-25T11:08:01.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:08:01.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:08:01.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:08:01.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787281454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:08:01.558Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:08:01.559Z||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.
2022-02-25T11:08:01.559Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:08:01.572Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:08:01.573Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:08:02.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar ASDC sendASDCNotification
2022-02-25T11:08:02.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar
2022-02-25T11:08:02.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:08:02.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:08:02.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:08:02.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787282459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:08:02.562Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:08:02.563Z||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.
2022-02-25T11:08:02.563Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:08:02.576Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:08:02.576Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:08:03.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:08:03.477Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:08:03.479Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:08:03.479Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:08:03.479Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:08:33.480Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:08:33.496Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:08:33.498Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:08:33.498Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:08:33.498Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:08:41.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:08:41.404Z||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.
2022-02-25T11:08:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:08:41.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:08:41.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:08:41.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:08:41.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:03.500Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:09:03.514Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:09:03.517Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:09:03.518Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:09:03.518Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:09:33.519Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:09:33.543Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:09:33.545Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:09:33.545Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:09:33.545Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:09:41.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:09:41.405Z||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.
2022-02-25T11:09:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:09:41.935Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:09:41.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645787259436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787261403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787260788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787272715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787272708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "cds",
  "timestamp": 1645787273713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-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=?
2022-02-25T11:09:41.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:41.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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 (?, ?, ?, ?, ?)
2022-02-25T11:09:41.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787275517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787269866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787276970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787277741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787278315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787272024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:41.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787278805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787279443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:41.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787279763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787279858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787280449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:41.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:41.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:41.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787280768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:41.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:41.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:41.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787280883,
  "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=?
2022-02-25T11:09:42.004Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:42.004Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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 (?, ?, ?, ?, ?)
2022-02-25T11:09:42.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787281454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "policy-id",
  "timestamp": 1645787281771,
  "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=?
2022-02-25T11:09:42.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:42.020Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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=?
2022-02-25T11:09:42.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645787281888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787282459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787276592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:42.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/basic_onboard_rlieak0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787278103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787286067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/resourceInstances/basic_onboard_rlieak0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787282890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787291025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787293658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787294006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "aai-ml",
  "timestamp": 1645787294669,
  "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=?
2022-02-25T11:09:42.042Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:42.043Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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 (?, ?, ?, ?, ?)
2022-02-25T11:09:42.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787294670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:09:42.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645787295010,
  "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=?
2022-02-25T11:09:42.058Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:42.058Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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 (?, ?, ?, ?, ?)
2022-02-25T11:09:42.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787296678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRlieak/1.0/artifacts/service-BasicOnboardRlieak-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:09:42.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:09:42.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:09:42.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "clamp",
  "timestamp": 1645787297683,
  "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=?
2022-02-25T11:09:42.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b7810ad-d9e5-4158-836a-af9ace35506b
2022-02-25T11:09:42.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7810ad-d9e5-4158-836a-af9ace35506b 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 (?, ?, ?, ?, ?)
2022-02-25T11:10:03.546Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:10:03.561Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b
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=?
2022-02-25T11:10:03.566Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:10:03.567Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-25T11:10:03.567Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-25T11:10:03.567Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-25T11:10:03.568Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.568Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.568Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.568Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.569Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.569Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:10:03.569Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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=?
2022-02-25T11:10:03.574Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-25T11:10:33.575Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b7810ad-d9e5-4158-836a-af9ace35506b 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=?
2022-02-25T11:10:33.584Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b7810ad-d9e5-4158-836a-af9ace35506b and serviceModelVersionId: b9e406e1-e741-446c-b140-0b68694b0ee0
2022-02-25T11:10:33.584Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c57a81d1-19f0-409b-a18d-c39f82658159
2022-02-25T11:10:33.591Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0
2022-02-25T11:10:33.603Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-25T11:10:33.682Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|INFO|500||Invoke
2022-02-25T11:10:33.684Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b7810ad-d9e5-4158-836a-af9ace35506b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb30e211-b6ca-4d1b-9f6b-ecfb09dcd0eb], X-ECOMP-RequestID=[0b7810ad-d9e5-4158-836a-af9ace35506b], X-TransactionId=[], X-ONAP-RequestID=[0b7810ad-d9e5-4158-836a-af9ace35506b], Content-Type=[application/merge-patch+json]}
2022-02-25T11:10:33.722Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-25T11:10:33.943Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220225-11:10:33:731-23828], vertex-id=[188512], Content-Length=[0], Date=[Fri, 25 Feb 2022 11:10:33 GMT], Content-Type=[application/json]}
2022-02-25T11:10:33.943Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-25T11:10:33.944Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c57a81d1-19f0-409b-a18d-c39f82658159/model-vers/model-ver/b9e406e1-e741-446c-b140-0b68694b0ee0?depth=0|INFO|500||InvokeReturn
2022-02-25T11:10:33.945Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-25T11:10:33.946Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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=?
2022-02-25T11:10:33.954Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||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)
2022-02-25T11:10:33.955Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b7810ad-d9e5-4158-836a-af9ace35506b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-25T11:10:33.955Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-25T11:10:33.956Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:10:33.959Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:10:33.960Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787433955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:10:34.060Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:10:34.062Z||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.
2022-02-25T11:10:34.062Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:10:34.079Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:10:34.080Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-25T11:10:34.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:10:34.978Z||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.
2022-02-25T11:10:34.978Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:10:41.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:10:41.410Z||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.
2022-02-25T11:10:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:10:42.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:10:42.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:10:42.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7810ad-d9e5-4158-836a-af9ace35506b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645787433955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:10:42.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:10:45.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:10:45.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:10:45.506Z||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.
2022-02-25T11:10:45.506Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:10:55.049Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:10:55.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:10:55.050Z||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.
2022-02-25T11:10:55.050Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:11:04.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:11:41.401Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:11:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:11:41.402Z||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.
2022-02-25T11:11:41.403Z||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.
2022-02-25T11:11:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:11:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:11:50.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:11:50.952Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:12:41.401Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:12:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:12:41.403Z||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.
2022-02-25T11:12:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:12:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:12:41.404Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:12:50.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:12:50.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:13:41.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:13:41.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:13:41.406Z||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.
2022-02-25T11:13:41.406Z||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.
2022-02-25T11:13:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:13:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:13:50.958Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:13:50.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:14:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:14:41.401Z||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.
2022-02-25T11:14:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:14:41.402Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:14:41.403Z||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.
2022-02-25T11:14:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:14:50.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:14:50.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:15:41.402Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:15:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:15:41.403Z||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.
2022-02-25T11:15:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:15:41.404Z||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.
2022-02-25T11:15:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:15:50.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:15:50.952Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:16:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:16:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:16:41.403Z||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.
2022-02-25T11:16:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:16:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:16:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:16:50.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:16:50.980Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:17:41.401Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:17:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:17:41.402Z||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.
2022-02-25T11:17:41.402Z||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.
2022-02-25T11:17:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:17:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:17:50.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:17:50.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:18:41.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:18:41.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:18:41.407Z||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.
2022-02-25T11:18:41.407Z||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.
2022-02-25T11:18:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:18:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:18:50.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:18:50.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:19:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:19:41.401Z||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.
2022-02-25T11:19:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:19:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:19:41.402Z||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.
2022-02-25T11:19:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:19:50.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:19:50.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:20:41.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:20:41.403Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:20:41.407Z||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.
2022-02-25T11:20:41.407Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:20:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:20:41.407Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:20:50.954Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:20:50.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:21:41.400Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:21:41.402Z||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.
2022-02-25T11:21:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:21:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:21:41.402Z||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.
2022-02-25T11:21:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:21:50.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:21:50.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:22:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:22:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:22:41.405Z||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.
2022-02-25T11:22:41.405Z||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.
2022-02-25T11:22:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:22:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:22:50.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:22:50.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:23:41.400Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:23:41.402Z||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.
2022-02-25T11:23:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:23:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:23:41.402Z||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.
2022-02-25T11:23:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:23:50.945Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:23:50.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:24:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:24:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:24:41.405Z||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.
2022-02-25T11:24:41.405Z||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.
2022-02-25T11:24:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:24:41.405Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:24:50.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:24:50.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:25:41.400Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:25:41.401Z||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.
2022-02-25T11:25:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:25:41.402Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:25:41.402Z||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.
2022-02-25T11:25:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:25:50.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:25:50.952Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:26:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:26:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:26:41.406Z||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.
2022-02-25T11:26:41.406Z||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.
2022-02-25T11:26:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:26:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:26:50.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:26:50.960Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:27:41.401Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:27:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:27:41.402Z||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.
2022-02-25T11:27:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:27:41.402Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:27:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:27:50.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:27:50.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:41.402Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:28:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:28:41.404Z||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.
2022-02-25T11:28:41.404Z||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.
2022-02-25T11:28:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:28:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:28:41.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:41.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "cds",
  "timestamp": 1645788505788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "aai-ml",
  "timestamp": 1645788508103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788509866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "clamp",
  "timestamp": 1645788506592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "policy-id",
  "timestamp": 1645788512026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788512889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788509866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "aai-ml",
  "timestamp": 1645788508103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "cds",
  "timestamp": 1645788505788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "clamp",
  "timestamp": 1645788506592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "policy-id",
  "timestamp": 1645788512026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788512889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "policy-id",
  "timestamp": 1645788516063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788516155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "cds",
  "timestamp": 1645788516216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "aai-ml",
  "timestamp": 1645788516229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "policy-id",
  "timestamp": 1645788517070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "cds",
  "timestamp": 1645788517224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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 (?, ?, ?, ?, ?)
2022-02-25T11:28:41.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf2b7ac7-0df0-4446-9311-9743f2775a8c
2022-02-25T11:28:41.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf2b7ac7-0df0-4446-9311-9743f2775a8c 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 (?, ?, ?, ?, ?)
2022-02-25T11:28:41.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788517770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:28:41.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "policy-id",
  "timestamp": 1645788518073,
  "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=?
2022-02-25T11:28:41.617Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf2b7ac7-0df0-4446-9311-9743f2775a8c
2022-02-25T11:28:41.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf2b7ac7-0df0-4446-9311-9743f2775a8c 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 (?, ?, ?, ?, ?)
2022-02-25T11:28:41.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788518775,
  "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=?
2022-02-25T11:28:41.636Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf2b7ac7-0df0-4446-9311-9743f2775a8c
2022-02-25T11:28:41.636Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf2b7ac7-0df0-4446-9311-9743f2775a8c 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 (?, ?, ?, ?, ?)
2022-02-25T11:28:41.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788519437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "aai-ml",
  "timestamp": 1645788520420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:28:41.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:28:41.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788519437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:41.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:28:42.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:42.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-25T11:28:42.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bf2b7ac7-0df0-4446-9311-9743f2775a8c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d9ef6bef-ddbf-4ba4-9883-d914b4d1a114","serviceDescription":"service","serviceInvariantUUID":"a60e05b4-6197-453a-bd36-54884880c3b8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0db7b38c-b13d-458d-8f2c-813275876283","resourceInvariantUUID":"a86be14a-ebc2-4809-b941-857594a093d2","resourceCustomizationUUID":"f4daebe3-816a-4441-aaf7-50ae178e0f92","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":"ODVmM2Q2MTE2YjRlZmI1Njc2N2RhOWYwMDdiMTA4Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7642bb0b-9682-4f97-9370-9328060179d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGY2YTczY2VjOTQ1ZmU2MGUxMmU4OWU5NmY5OGVmZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5959160a-706b-4dd5-b5ef-71a5edd82711","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-25T11:28:42.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:28:42.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:28:42.062Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:28:42.063Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788521402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:28:42.145Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-02-25T11:28:42.146Z||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.
2022-02-25T11:28:42.146Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:28:42.162Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:42.163Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:28:43.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:28:43.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:28:43.066Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:28:43.067Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788521402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:28:43.167Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:28:43.168Z||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.
2022-02-25T11:28:43.168Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:28:43.181Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:43.181Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:28:44.068Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d9ef6bef-ddbf-4ba4-9883-d914b4d1a114",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a60e05b4-6197-453a-bd36-54884880c3b8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f4daebe3-816a-4441-aaf7-50ae178e0f92",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0db7b38c-b13d-458d-8f2c-813275876283",
      "resourceInvariantUUID": "a86be14a-ebc2-4809-b941-857594a093d2",
      "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": "MGY2YTczY2VjOTQ1ZmU2MGUxMmU4OWU5NmY5OGVmZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5959160a-706b-4dd5-b5ef-71a5edd82711"
    }
  ],
  "workloadContext": "Production"
}
2022-02-25T11:28:44.069Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-25T11:28:44.069Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9ef6bef-ddbf-4ba4-9883-d914b4d1a114 ASDC
2022-02-25T11:28:44.069Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bf2b7ac7-0df0-4446-9311-9743f2775a8c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
ServiceInvariantUUID:a60e05b4-6197-453a-bd36-54884880c3b8
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:5959160a-706b-4dd5-b5ef-71a5edd82711
ArtifactChecksum:MGY2YTczY2VjOTQ1ZmU2MGUxMmU4OWU5NmY5OGVmZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f4daebe3-816a-4441-aaf7-50ae178e0f92
ResourceInvariantUUID:a86be14a-ebc2-4809-b941-857594a093d2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0db7b38c-b13d-458d-8f2c-813275876283
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-25T11:28:44.070Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9ef6bef-ddbf-4ba4-9883-d914b4d1a114 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=?
2022-02-25T11:28:44.099Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:28:44.101Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-25T11:28:44.101Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-25T11:28:44.101Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5959160a-706b-4dd5-b5ef-71a5edd82711 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-25T11:28:44.102Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-25T11:28:44.102Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-25T11:28:44.466Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-25T11:28:44.468Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5959160a-706b-4dd5-b5ef-71a5edd82711 52489
2022-02-25T11:28:44.469Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-25T11:28:44.469Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-25T11:28:44.469Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:28:44.469Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:28:44.471Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:28:44.472Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788524468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:28:44.572Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:28:44.573Z||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.
2022-02-25T11:28:44.573Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:28:44.591Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:44.592Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:28:45.472Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:28:45.474Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-25T11:28:45.474Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5959160a-706b-4dd5-b5ef-71a5edd82711, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-25T11:28:45.475Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-25T11:28:45.475Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-25T11:28:45.475Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-25T11:28:45.607Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12587280732577183774/Definitions/service-BasicNetwork-template.yml
2022-02-25T11:28:46.149Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-25T11:28:46.150Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-25T11:28:46.150Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-25T11:28:46.150Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-25T11:28:46.150Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.151Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.152Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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
2022-02-25T11:28:46.152Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-25T11:28:46.152Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.153Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.153Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-25T11:28:46.153Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-25T11:28:46.154Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:28:46.154Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.154Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.155Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-25T11:28:46.155Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-25T11:28:46.155Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:28:46.155Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.156Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.156Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.156Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.157Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.157Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.157Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.157Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.158Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.158Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.158Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
Model Version:NULL
Model InvariantUuid:a60e05b4-6197-453a-bd36-54884880c3b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a86be14a-ebc2-4809-b941-857594a093d2
Model UUID:796bc97c-5aa4-46b6-b843-b47623a35911
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f4daebe3-816a-4441-aaf7-50ae178e0f92
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=?
2022-02-25T11:28:46.165Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 0db7b38c-b13d-458d-8f2c-813275876283
2022-02-25T11:28:46.165Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||No resources found for Service: d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
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=?
2022-02-25T11:28:46.171Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||
2022-02-25T11:28:46.172Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-25T11:28:46.173Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
2022-02-25T11:28:46.173Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
2022-02-25T11:28:46.173Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-25T11:28:46.174Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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=?
2022-02-25T11:28:46.179Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ccb8509, org.onap.sdc.toscaparser.api.parameters.Input@42cbb9be, org.onap.sdc.toscaparser.api.parameters.Input@25b74d41, org.onap.sdc.toscaparser.api.parameters.Input@357d84d2, org.onap.sdc.toscaparser.api.parameters.Input@52ebcb9]
2022-02-25T11:28:46.180Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.181Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.181Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.181Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.182Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d9ef6bef-ddbf-4ba4-9883-d914b4d1a114: Generic NeutronNet
2022-02-25T11:28:46.182Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.182Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.183Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.183Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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=?
2022-02-25T11:28:46.214Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.214Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.214Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.215Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.215Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:28:46.215Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:28:46.215Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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 (?, ?)
2022-02-25T11:28:46.267Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-25T11:28:46.268Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-25T11:28:46.268Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-25T11:28:46.268Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:28:46.269Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:28:46.271Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:28:46.271Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788526268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:28:46.371Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:28:46.372Z||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.
2022-02-25T11:28:46.372Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:28:46.384Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:28:46.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:28:47.272Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:28:47.284Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:28:47.287Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:28:47.287Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:28:47.287Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:29:17.288Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:29:17.300Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:29:17.303Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:29:17.304Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:29:17.304Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:29:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:29:41.403Z||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.
2022-02-25T11:29:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:29:41.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:29:41.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:29:41.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "aai-ml",
  "timestamp": 1645788521439,
  "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=?
2022-02-25T11:29:41.442Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf2b7ac7-0df0-4446-9311-9743f2775a8c
2022-02-25T11:29:41.443Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf2b7ac7-0df0-4446-9311-9743f2775a8c 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 (?, ?, ?, ?, ?)
2022-02-25T11:29:47.305Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:29:47.316Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c
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=?
2022-02-25T11:29:47.318Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:29:47.318Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:29:47.319Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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=?
2022-02-25T11:29:47.324Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-25T11:30:17.324Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c 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=?
2022-02-25T11:30:17.341Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf2b7ac7-0df0-4446-9311-9743f2775a8c and serviceModelVersionId: d9ef6bef-ddbf-4ba4-9883-d914b4d1a114
2022-02-25T11:30:17.341Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a60e05b4-6197-453a-bd36-54884880c3b8
2022-02-25T11:30:17.344Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0
2022-02-25T11:30:17.353Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-25T11:30:17.431Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|INFO|500||Invoke
2022-02-25T11:30:17.431Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf2b7ac7-0df0-4446-9311-9743f2775a8c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18885b0f-d660-4acb-9fae-584eb981adc5], X-ECOMP-RequestID=[bf2b7ac7-0df0-4446-9311-9743f2775a8c], X-TransactionId=[], X-ONAP-RequestID=[bf2b7ac7-0df0-4446-9311-9743f2775a8c], Content-Type=[application/merge-patch+json]}
2022-02-25T11:30:17.458Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-25T11:30:17.842Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220225-11:30:17:466-4121], vertex-id=[184528], Content-Length=[0], Date=[Fri, 25 Feb 2022 11:30:17 GMT], Content-Type=[application/json]}
2022-02-25T11:30:17.843Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-25T11:30:17.844Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a60e05b4-6197-453a-bd36-54884880c3b8/model-vers/model-ver/d9ef6bef-ddbf-4ba4-9883-d914b4d1a114?depth=0|INFO|500||InvokeReturn
2022-02-25T11:30:17.844Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-25T11:30:17.844Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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=?
2022-02-25T11:30:17.859Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||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)
2022-02-25T11:30:17.860Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf2b7ac7-0df0-4446-9311-9743f2775a8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-25T11:30:17.860Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-25T11:30:17.861Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:30:17.865Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:30:17.865Z|bf2b7ac7-0df0-4446-9311-9743f2775a8c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788617860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:30:17.965Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:30:17.966Z||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.
2022-02-25T11:30:17.967Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:30:17.993Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:30:17.994Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 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=?
2022-02-25T11:30:18.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:30:18.885Z||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.
2022-02-25T11:30:18.885Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:30:28.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:30:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:30:41.401Z||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.
2022-02-25T11:30:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:30:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:30:41.402Z||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.
2022-02-25T11:30:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:30:41.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:30:41.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788521402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:30:41.430Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:30:41.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788521402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:30:41.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:30:41.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "clamp",
  "timestamp": 1645788523898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788524468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "clamp",
  "timestamp": 1645788524918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:30:41.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:30:41.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "clamp",
  "timestamp": 1645788525923,
  "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=?
2022-02-25T11:30:41.442Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf2b7ac7-0df0-4446-9311-9743f2775a8c
2022-02-25T11:30:41.442Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf2b7ac7-0df0-4446-9311-9743f2775a8c 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 (?, ?, ?, ?, ?)
2022-02-25T11:30:41.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-25T11:30:41.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788526268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:30:41.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:30:50.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:31:41.401Z||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.
2022-02-25T11:31:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:31:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:31:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:31:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:31:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:31:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf2b7ac7-0df0-4446-9311-9743f2775a8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788617860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:31:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:31:42.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:42.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-25T11:31:42.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a8f60d4-9c42-4baa-a484-dabbc3639285","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"719c65b6-5953-4b8f-b56b-27327ae6abf3","serviceDescription":"service","serviceInvariantUUID":"5bf67265-6159-4103-8b14-4153bada8c64","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54534883-ede5-4b0a-91f4-ed2b2a732071","resourceInvariantUUID":"267101b7-d9c6-4338-9712-773c33c17ed6","resourceCustomizationUUID":"8019fa5b-1dee-4fa7-8f2b-3122615be517","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MjMzNzJiNTgxNTBjYjZhOTYyMWM0MzQ1NzYwYzE3ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a724d57c-9b52-4deb-a5e5-7e719f13b7c9","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"476efcdb-8ae9-45a3-bf8c-cb22c5f69fab","artifactVersion":"2","generatedFromUUID":"e35af754-6080-481d-a30d-ea7155af9eb4"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e35af754-6080-481d-a30d-ea7155af9eb4","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MDczYTcwYzkwZTJiYWM2NGFlMTIyNzQxYzhiMTY5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2678a3d8-f586-48ce-a410-0210643e7106","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d646b417-6c9c-4280-9a2f-a3c2f6db1b0c","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47a686cc-e73c-403e-b05a-e82894b24ba6","artifactVersion":"2","generatedFromUUID":"9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWUyNmYzZTJhYTg4NmE5ZGFjMTJmODBhYWJjOGUwNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41aa4552-e300-4f8e-b5a7-06104a09511d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmE2MTZhYmU0YjA3ODk5YjBlYTk5MmNhNDhlZmRlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aaf1d77-70fc-496a-8771-74514c5cbf48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-25T11:31:42.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:42.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:42.044Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:42.044Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:31:42.146Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-25T11:31:42.147Z||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.
2022-02-25T11:31:42.148Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:42.170Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:42.174Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:31:43.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:43.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:43.048Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:43.048Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-25T11:31:43.148Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:31:43.149Z||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.
2022-02-25T11:31:43.149Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:43.162Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:43.163Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:44.049Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:44.050Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:44.052Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:44.052Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-25T11:31:44.152Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:31:44.153Z||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.
2022-02-25T11:31:44.154Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:44.164Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:44.165Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:45.053Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:45.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:45.056Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:45.056Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:31:45.156Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:45.157Z||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.
2022-02-25T11:31:45.157Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:45.167Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:45.168Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:46.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:46.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:46.060Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:46.060Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:31:46.160Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:46.161Z||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.
2022-02-25T11:31:46.161Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:46.174Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:46.175Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:31:47.060Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:47.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:47.063Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:47.063Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:31:47.163Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:47.164Z||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.
2022-02-25T11:31:47.164Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:47.176Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:47.177Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:48.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:48.065Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:48.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:48.067Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-25T11:31:48.167Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:48.168Z||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.
2022-02-25T11:31:48.168Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:48.186Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:48.187Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:49.069Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:49.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:49.073Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:49.073Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:31:49.172Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:31:49.173Z||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.
2022-02-25T11:31:49.173Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:49.186Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:49.187Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:50.073Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:31:50.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:50.076Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:50.076Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:31:50.176Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:50.178Z||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.
2022-02-25T11:31:50.178Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:50.194Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:50.196Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:31:51.078Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "719c65b6-5953-4b8f-b56b-27327ae6abf3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5bf67265-6159-4103-8b14-4153bada8c64",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8019fa5b-1dee-4fa7-8f2b-3122615be517",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "54534883-ede5-4b0a-91f4-ed2b2a732071",
      "resourceInvariantUUID": "267101b7-d9c6-4338-9712-773c33c17ed6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "476efcdb-8ae9-45a3-bf8c-cb22c5f69fab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e35af754-6080-481d-a30d-ea7155af9eb4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MDczYTcwYzkwZTJiYWM2NGFlMTIyNzQxYzhiMTY5OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2678a3d8-f586-48ce-a410-0210643e7106",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "47a686cc-e73c-403e-b05a-e82894b24ba6",
            "generatedFromUUID": "9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "47a686cc-e73c-403e-b05a-e82894b24ba6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmE2MTZhYmU0YjA3ODk5YjBlYTk5MmNhNDhlZmRlZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9aaf1d77-70fc-496a-8771-74514c5cbf48"
    }
  ],
  "workloadContext": "Production"
}
2022-02-25T11:31:51.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-25T11:31:51.078Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 719c65b6-5953-4b8f-b56b-27327ae6abf3 ASDC
2022-02-25T11:31:51.079Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6a8f60d4-9c42-4baa-a484-dabbc3639285
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:719c65b6-5953-4b8f-b56b-27327ae6abf3
ServiceInvariantUUID:5bf67265-6159-4103-8b14-4153bada8c64
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:9aaf1d77-70fc-496a-8771-74514c5cbf48
ArtifactChecksum:YmE2MTZhYmU0YjA3ODk5YjBlYTk5MmNhNDhlZmRlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8019fa5b-1dee-4fa7-8f2b-3122615be517
ResourceInvariantUUID:267101b7-d9c6-4338-9712-773c33c17ed6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:54534883-ede5-4b0a-91f4-ed2b2a732071
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:476efcdb-8ae9-45a3-bf8c-cb22c5f69fab
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:e35af754-6080-481d-a30d-ea7155af9eb4
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:2678a3d8-f586-48ce-a410-0210643e7106
ArtifactChecksum:MDczYTcwYzkwZTJiYWM2NGFlMTIyNzQxYzhiMTY5OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:47a686cc-e73c-403e-b05a-e82894b24ba6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:47a686cc-e73c-403e-b05a-e82894b24ba6
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-25T11:31:51.079Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 719c65b6-5953-4b8f-b56b-27327ae6abf3 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 (?, ?, ?, ?, ?)
2022-02-25T11:31:51.121Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:31:51.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-25T11:31:51.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-25T11:31:51.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9aaf1d77-70fc-496a-8771-74514c5cbf48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-25T11:31:51.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:51.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-25T11:31:51.330Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:51.334Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9aaf1d77-70fc-496a-8771-74514c5cbf48 68941
2022-02-25T11:31:51.334Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-25T11:31:51.334Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-25T11:31:51.334Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:51.335Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:51.336Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:51.336Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:51.436Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:51.438Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:51.438Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:51.450Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:51.450Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:52.338Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:31:52.339Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-25T11:31:52.339Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9aaf1d77-70fc-496a-8771-74514c5cbf48, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:52.339Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-25T11:31:52.340Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:52.340Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:52.519Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11235167861576075479/Definitions/service-BasicCnf-template.yml
2022-02-25T11:31:53.801Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-25T11:31:53.802Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-25T11:31:53.802Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:53.802Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-25T11:31:53.802Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:53.802Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-25T11:31:53.803Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||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-BasicCnf-csar.csar
2022-02-25T11:31:53.803Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-02-25T11:31:53.803Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-25T11:31:53.803Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.803Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.804Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:31:53.804Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-25T11:31:53.804Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:31:53.805Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.805Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.805Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:31:53.806Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-25T11:31:53.806Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:31:53.806Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.806Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.807Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.807Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-25T11:31:53.807Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-25T11:31:53.807Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-25T11:31:53.808Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-25T11:31:53.808Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.808Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:31:53.808Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.809Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:31:53.809Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:31:53.809Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.810Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:31:53.810Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:31:53.810Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.810Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:31:53.811Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:31:53.811Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.811Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-25T11:31:53.811Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-25T11:31:53.812Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b174deb8-5a41-4eb5-b019-18203f2d34e2
2022-02-25T11:31:53.812Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.812Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.812Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.812Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.813Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.813Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.813Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:31:53.813Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:31:53.814Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:719c65b6-5953-4b8f-b56b-27327ae6abf3
Model Version:NULL
Model InvariantUuid:5bf67265-6159-4103-8b14-4153bada8c64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f3df499c-14ed-468e-b092-7f5d912da068
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:267101b7-d9c6-4338-9712-773c33c17ed6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8019fa5b-1dee-4fa7-8f2b-3122615be517
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e25fdd94-ed86-47fa-8f4d-1cad560cee8e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:74be4da1-86f2-4505-9876-111c1736f403
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b174deb8-5a41-4eb5-b019-18203f2d34e2
ModelInvariantUuid:cd8d3b38-ca15-4961-a401-26b82752e1a8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e6ff9578-8f75-419a-b4b5-e8fa9d902225
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:cd0bebbf-f73b-46df-acd6-c7e37d8ed82e
ModelInvariantUuid:0f828eb2-7908-41c9-84f6-9e31c1669007
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:32f264be-56e0-4ed3-bd2f-dcd12eaf60b9
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=?
2022-02-25T11:31:53.821Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 54534883-ede5-4b0a-91f4-ed2b2a732071
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=?
2022-02-25T11:31:53.825Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-02-25T11:31:53.825Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54534883-ede5-4b0a-91f4-ed2b2a732071
2022-02-25T11:31:53.826Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 476efcdb-8ae9-45a3-bf8c-cb22c5f69fab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-25T11:31:53.826Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:53.826Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-25T11:31:53.881Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:53.882Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 476efcdb-8ae9-45a3-bf8c-cb22c5f69fab 12
2022-02-25T11:31:53.883Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-25T11:31:53.883Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-25T11:31:53.883Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:53.883Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:53.886Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:53.886Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788713882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:53.986Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:53.987Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:53.987Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:54.006Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:54.007Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:31:54.887Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e35af754-6080-481d-a30d-ea7155af9eb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-25T11:31:54.887Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:54.887Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-25T11:31:55.118Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:55.119Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e35af754-6080-481d-a30d-ea7155af9eb4 2688
2022-02-25T11:31:55.119Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-25T11:31:55.119Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-25T11:31:55.120Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:55.120Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:55.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:55.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788715119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:55.222Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:55.223Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:55.223Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:55.236Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:55.236Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:56.123Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2678a3d8-f586-48ce-a410-0210643e7106 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-25T11:31:56.124Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:56.124Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-25T11:31:56.516Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:56.516Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2678a3d8-f586-48ce-a410-0210643e7106 828
2022-02-25T11:31:56.516Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-25T11:31:56.517Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-25T11:31:56.517Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:56.517Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:56.519Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:56.519Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788716516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:56.619Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:31:56.620Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:56.620Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:56.630Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:56.631Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:57.520Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e25fdd94-ed86-47fa-8f4d-1cad560cee8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74be4da1-86f2-4505-9876-111c1736f403",
    "vfModuleModelCustomizationUUID": "3b87bd73-328a-4de2-98a6-5052c83db9bb",
    "isBase": true,
    "artifacts": [
      "e35af754-6080-481d-a30d-ea7155af9eb4",
      "9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22",
      "47a686cc-e73c-403e-b05a-e82894b24ba6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-25T11:31:57.524Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74be4da1-86f2-4505-9876-111c1736f403
VfModuleModelInvariantUUID:e25fdd94-ed86-47fa-8f4d-1cad560cee8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e35af754-6080-481d-a30d-ea7155af9eb4
,
9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22
,
47a686cc-e73c-403e-b05a-e82894b24ba6

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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


}

2022-02-25T11:31:57.526Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e25fdd94-ed86-47fa-8f4d-1cad560cee8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74be4da1-86f2-4505-9876-111c1736f403",
    "vfModuleModelCustomizationUUID": "3b87bd73-328a-4de2-98a6-5052c83db9bb",
    "isBase": true,
    "artifacts": [
      "e35af754-6080-481d-a30d-ea7155af9eb4",
      "9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22",
      "47a686cc-e73c-403e-b05a-e82894b24ba6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-25T11:31:57.526Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74be4da1-86f2-4505-9876-111c1736f403
VfModuleModelInvariantUUID:e25fdd94-ed86-47fa-8f4d-1cad560cee8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
e35af754-6080-481d-a30d-ea7155af9eb4
,
9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22
,
47a686cc-e73c-403e-b05a-e82894b24ba6

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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


}

2022-02-25T11:31:57.527Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-25T11:31:57.527Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:57.527Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-25T11:31:57.816Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:57.816Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9d7db7ff-5c7c-4b6f-b7cf-672058fc2e22 1164
2022-02-25T11:31:57.817Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-25T11:31:57.817Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-25T11:31:57.817Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:57.817Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:57.820Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:57.820Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788717817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:57.934Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-02-25T11:31:57.937Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:57.938Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:57.954Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:57.954Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:31:58.824Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47a686cc-e73c-403e-b05a-e82894b24ba6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-25T11:31:58.824Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-25T11:31:58.825Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-25T11:31:59.115Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-25T11:31:59.116Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 47a686cc-e73c-403e-b05a-e82894b24ba6 200
2022-02-25T11:31:59.117Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-25T11:31:59.117Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-25T11:31:59.117Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:31:59.118Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:31:59.122Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:31:59.123Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788719117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:31:59.223Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:31:59.224Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:31:59.225Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:31:59.237Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:31:59.238Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:32:00.123Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 719c65b6-5953-4b8f-b56b-27327ae6abf3
2022-02-25T11:32:00.124Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 54534883-ede5-4b0a-91f4-ed2b2a732071 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=?
2022-02-25T11:32:00.145Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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=?
2022-02-25T11:32:00.155Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37db6ce9, org.onap.sdc.toscaparser.api.parameters.Input@d578d0b, org.onap.sdc.toscaparser.api.parameters.Input@231fb84b, org.onap.sdc.toscaparser.api.parameters.Input@2f443663, org.onap.sdc.toscaparser.api.parameters.Input@4394bb46]
2022-02-25T11:32:00.158Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.158Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.158Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-02-25T11:32:00.158Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8019fa5b-1dee-4fa7-8f2b-3122615be517
2022-02-25T11:32:00.158Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8019fa5b-1dee-4fa7-8f2b-3122615be517 matches Tosca VF Customization UUID: 8019fa5b-1dee-4fa7-8f2b-3122615be517
2022-02-25T11:32:00.159Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8019fa5b-1dee-4fa7-8f2b-3122615be517  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=?
2022-02-25T11:32:00.161Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.162Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.163Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8019fa5b-1dee-4fa7-8f2b-3122615be517: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-02-25T11:32:00.164Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2260b6cc
2022-02-25T11:32:00.164Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.164Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-25T11:32:00.165Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b87bd73-328a-4de2-98a6-5052c83db9bb
2022-02-25T11:32:00.165Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b87bd73-328a-4de2-98a6-5052c83db9bb
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=?
2022-02-25T11:32:00.168Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.168Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:32:00.168Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:32:00.169Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.170Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:32:00.170Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:32:00.170Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.170Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-25T11:32:00.170Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-25T11:32:00.171Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b174deb8-5a41-4eb5-b019-18203f2d34e2
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=?
2022-02-25T11:32:00.174Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.174Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:32:00.174Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-25T11:32:00.175Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.175Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-25T11:32:00.176Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8019fa5b-1dee-4fa7-8f2b-3122615be517
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=?
2022-02-25T11:32:00.178Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.179Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.179Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 719c65b6-5953-4b8f-b56b-27327ae6abf3: basic_cnf
2022-02-25T11:32:00.179Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.179Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.179Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.180Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.180Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.180Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.180Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.180Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.181Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:32:00.181Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:32:00.181Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
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: 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 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 (?, ?, ?, ?, ?)
2022-02-25T11:32:00.248Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 54534883-ede5-4b0a-91f4-ed2b2a732071 1 ASDC deployResourceStructure
2022-02-25T11:32:00.249Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-25T11:32:00.249Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-02-25T11:32:00.249Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-25T11:32:00.250Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:00.253Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:00.253Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788720248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-25T11:32:00.353Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:32:00.355Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:00.355Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:00.372Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:00.372Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:32:01.255Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-25T11:32:01.255Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-25T11:32:01.256Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-25T11:32:01.256Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:01.258Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:01.258Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788721255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-25T11:32:01.358Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:32:01.359Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:01.359Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:01.373Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:01.374Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:32:02.260Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-25T11:32:02.260Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-25T11:32:02.260Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:32:02.261Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:02.263Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:02.264Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788722260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:02.364Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:32:02.365Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:02.365Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:02.379Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:02.380Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:32:03.265Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-25T11:32:03.265Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-25T11:32:03.265Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:32:03.266Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:03.268Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:03.268Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788723265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:03.368Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:32:03.369Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:03.369Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:03.384Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:03.385Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:32:04.271Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-25T11:32:04.272Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-25T11:32:04.272Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:32:04.272Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:04.275Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:04.275Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788724271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:04.375Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:32:04.377Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:04.377Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:04.398Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:04.399Z||pool-59-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:32:05.277Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-25T11:32:05.278Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-25T11:32:05.278Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:32:05.278Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:32:05.280Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:32:05.281Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788725277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:05.381Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:32:05.383Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:32:05.383Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:32:05.396Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:05.397Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:32:06.283Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:32:06.300Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:32:06.302Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:32:06.302Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:32:06.302Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:32:36.302Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:32:36.315Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:32:36.324Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:32:36.324Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-25T11:32:36.324Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-25T11:32:41.403Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:32:41.403Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:32:41.404Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:32:41.435Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:32:41.438Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.438Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.439Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.440Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.441Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.442Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.443Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.444Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.445Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.446Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.447Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.448Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.449Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.450Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.451Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.452Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.453Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.454Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.455Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.456Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.457Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.458Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.459Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788649868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788656592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788652026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.460Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788655788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.461Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.462Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788658104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788667257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.463Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788667366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788667464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.464Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788667883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645788659436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.465Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.466Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.466Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788668372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:41.466Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.466Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.466Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "cds",
  "timestamp": 1645788668469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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=?
2022-02-25T11:32:41.475Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.476Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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 (?, ?, ?, ?, ?)
2022-02-25T11:32:41.485Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.485Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788668516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.485Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.486Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.486Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.486Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.486Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.487Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "policy-id",
  "timestamp": 1645788669375,
  "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=?
2022-02-25T11:32:41.494Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.494Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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 (?, ?, ?, ?, ?)
2022-02-25T11:32:41.502Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.502Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.502Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.502Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.502Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788669686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788671057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.503Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.504Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788662888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:32:41.504Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:32:41.504Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.504Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788672092,
  "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=?
2022-02-25T11:32:41.510Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.510Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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=?
2022-02-25T11:32:41.520Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788672665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645788673095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788675058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.521Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788675225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:41.522Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.522Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.522Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645788676063,
  "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=?
2022-02-25T11:32:41.526Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.526Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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 (?, ?, ?, ?, ?)
2022-02-25T11:32:41.533Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.533Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "aai-ml",
  "timestamp": 1645788676230,
  "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=?
2022-02-25T11:32:41.537Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.537Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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 (?, ?, ?, ?, ?)
2022-02-25T11:32:41.543Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788677923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788680926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:32:41.544Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "clamp",
  "timestamp": 1645788681936,
  "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=?
2022-02-25T11:32:41.548Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a8f60d4-9c42-4baa-a484-dabbc3639285
2022-02-25T11:32:41.549Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a8f60d4-9c42-4baa-a484-dabbc3639285 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 (?, ?, ?, ?, ?)
2022-02-25T11:33:06.325Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:33:06.338Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285
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=?
2022-02-25T11:33:06.340Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:33:06.340Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:33:06.341Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||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=?
2022-02-25T11:33:06.347Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-25T11:33:36.348Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285 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=?
2022-02-25T11:33:36.368Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a8f60d4-9c42-4baa-a484-dabbc3639285 and serviceModelVersionId: 719c65b6-5953-4b8f-b56b-27327ae6abf3
2022-02-25T11:33:36.369Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bf67265-6159-4103-8b14-4153bada8c64
2022-02-25T11:33:36.372Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?depth=0
2022-02-25T11:33:36.382Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-02-25T11:33:36.449Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?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]}
2022-02-25T11:33:36.453Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?depth=0|INFO|500||Invoke
2022-02-25T11:33:36.487Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-25T11:33:36.717Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?depth=0|INFO|500||InvokeReturn
2022-02-25T11:33:36.718Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bf67265-6159-4103-8b14-4153bada8c64/model-vers/model-ver/719c65b6-5953-4b8f-b56b-27327ae6abf3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220225-11:33:36:495-33845], vertex-id=[262200], Content-Length=[0], Date=[Fri, 25 Feb 2022 11:33:36 GMT], Content-Type=[application/json]}
2022-02-25T11:33:36.718Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-02-25T11:33:36.719Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-25T11:33:36.719Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||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=?
2022-02-25T11:33:36.724Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||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)
2022-02-25T11:33:36.725Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a8f60d4-9c42-4baa-a484-dabbc3639285 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-25T11:33:36.725Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-25T11:33:36.726Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:33:36.728Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:33:36.728Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788816725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:33:36.829Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:33:36.832Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:33:36.832Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:33:36.852Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:33:36.853Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 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=?
2022-02-25T11:33:37.748Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:33:37.749Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:33:37.749Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:33:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:33:41.403Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:33:41.403Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:33:41.427Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:33:41.428Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.428Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.429Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.430Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788701400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788711334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.431Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788713882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788715119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788716516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788717817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.432Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788719117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788720248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788721255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788722260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-25T11:33:41.433Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788723265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788724271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788725277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:33:41.434Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:33:47.292Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:33:47.293Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:33:47.293Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:33:47.293Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:33:56.832Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:34:41.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:34:41.403Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:34:41.407Z||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.
2022-02-25T11:34:41.407Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:34:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:34:41.407Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:34:41.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:34:41.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-25T11:34:41.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a8f60d4-9c42-4baa-a484-dabbc3639285",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645788816725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:34:41.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:34:50.963Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:35:41.400Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:35:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:35:41.402Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:35:41.402Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:35:41.402Z||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.
2022-02-25T11:35:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:35:50.943Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:35:50.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:36:41.401Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:36:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:36:41.403Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:36:41.403Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:36:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:36:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:36:50.951Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:36:50.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:37:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:37:41.402Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:37:41.405Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:37:41.405Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:37:41.405Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:37:41.405Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:37:50.955Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:37:50.955Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:38:41.404Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:38:41.404Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:38:41.408Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:38:41.408Z||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.
2022-02-25T11:38:41.409Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:38:41.409Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:38:50.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:38:50.968Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:39:41.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:39:41.401Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:39:41.401Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:39:41.402Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:39:41.402Z||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.
2022-02-25T11:39:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:39:50.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:39:50.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:40:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:40:41.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:40:41.405Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:40:41.405Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:41.405Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:42.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:42.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2df64785-8b7d-406f-848b-76443a770adc","serviceName":"Demo_pNF_8p6lTtX18MyigoHntIw3","serviceVersion":"1.0","serviceUUID":"3ef85634-dcac-4fc0-b718-98122d465a38","serviceDescription":"catalog service description","serviceInvariantUUID":"f649363a-43dd-4850-a1d5-8a3d8e840535","resources":[{"resourceInstanceName":"pNF e430fd0f-5204 0","resourceName":"pNF e430fd0f-5204","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e21f03c3-d526-4fb8-bef1-1349dc7ef8d5","resourceInvariantUUID":"01b2387c-3329-4dc9-906f-b4de7f96a4bd","resourceCustomizationUUID":"e4b6f149-b4a7-4eb2-acba-16524c2ff376","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml","artifactChecksum":"OTM2MmZiMmUwOTE4YmJkZGI5YzBiMmQ2YjA2MjkyNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"535aa2fa-10b8-449e-b626-c8837811ebc8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar","artifactChecksum":"YzJkNGZhYzQ1NDVkMWVjODFjMjAwN2UxY2Q5YTMyYWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f08b97f6-23cb-4292-bff1-d52f6f1c826a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19b337ea-87b7-407d-b29b-156ba51a238b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml","artifactChecksum":"OTc4NTcwZmYzNDdiNGFhMjZjYjg5YTNhZjFiYjQxOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e8726c2-2e9a-4df3-b103-c88dc66a2b62","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77e5e623-993b-4405-b752-0c784682d553","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c53f0ae-90d4-42f4-a516-1d29d902ea2d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8p6lttx18myigohntiw3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml","artifactChecksum":"N2RmYzg3MjExZTBmMWNlZjU3MTk3YTNjZjlmODk2YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2fbec4d-6633-466b-80f4-8e541f63b2c0","artifactVersion":"1"},{"artifactName":"service-DemoPnf8p6lttx18myigohntiw3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar","artifactChecksum":"NWM4OTFmMzIyNGExZWUwOTExYjc2YThkYzZjMzNiYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f296693-07f1-4260-be49-5253c49a83c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-25T11:40:42.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:42.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:42.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:42.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.051Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:42.051Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789199436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789196592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789198103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789202888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789195788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789213883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789213925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789213947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789213965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "cds",
  "timestamp": 1645789214954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-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=?
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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.097Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.098Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc 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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789215144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789215864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:42.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645789216149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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=?
2022-02-25T11:40:42.116Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.116Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc and ComponentName 
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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645789216869,
  "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=?
2022-02-25T11:40:42.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.134Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc 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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645789209866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:42.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789218989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:42.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.151Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:42.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789219019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789212025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:42.152Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:42.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:40:42.152Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:42.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "aai-ml",
  "timestamp": 1645789219994,
  "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=?
2022-02-25T11:40:42.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.159Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc 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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.166Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:42.167Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789220776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789221029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789221781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:40:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "clamp",
  "timestamp": 1645789222038,
  "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=?
2022-02-25T11:40:42.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc 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 (?, ?, ?, ?, ?)
2022-02-25T11:40:42.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:40:42.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "policy-id",
  "timestamp": 1645789222785,
  "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=?
2022-02-25T11:40:42.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2df64785-8b7d-406f-848b-76443a770adc
2022-02-25T11:40:42.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2df64785-8b7d-406f-848b-76443a770adc 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 (?, ?, ?, ?, ?)
2022-02-25T11:40:43.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:43.053Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:43.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:43.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:43.156Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:43.159Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:43.159Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:43.176Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:43.177Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:44.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:44.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:44.061Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:44.061Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:44.161Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:44.162Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:44.162Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:44.201Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:44.201Z||pool-64-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-02-25T11:40:45.061Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:45.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:45.066Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:45.066Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:45.166Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:40:45.167Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:45.168Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:45.182Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:45.183Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:46.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:46.069Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:46.070Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:46.070Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:46.171Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:46.172Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:46.172Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:46.183Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:46.184Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:47.071Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:47.074Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:47.076Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:47.076Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:47.176Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:47.177Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:47.177Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:47.188Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:47.189Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:48.077Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:48.079Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:48.081Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:48.081Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:40:48.181Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:48.182Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:48.183Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:48.196Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:48.196Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:49.082Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-25T11:40:49.084Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:49.088Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:49.088Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:40:49.187Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:40:49.188Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:49.188Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:49.199Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:49.200Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:50.089Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "serviceName": "Demo_pNF_8p6lTtX18MyigoHntIw3",
  "serviceVersion": "1.0",
  "serviceUUID": "3ef85634-dcac-4fc0-b718-98122d465a38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f649363a-43dd-4850-a1d5-8a3d8e840535",
  "resources": [
    {
      "resourceInstanceName": "pNF e430fd0f-5204 0",
      "resourceCustomizationUUID": "e4b6f149-b4a7-4eb2-acba-16524c2ff376",
      "resourceName": "pNF e430fd0f-5204",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e21f03c3-d526-4fb8-bef1-1349dc7ef8d5",
      "resourceInvariantUUID": "01b2387c-3329-4dc9-906f-b4de7f96a4bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
      "artifactChecksum": "NWM4OTFmMzIyNGExZWUwOTExYjc2YThkYzZjMzNiYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f296693-07f1-4260-be49-5253c49a83c4"
    }
  ],
  "workloadContext": "Production"
}
2022-02-25T11:40:50.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-25T11:40:50.092Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ef85634-dcac-4fc0-b718-98122d465a38 ASDC
2022-02-25T11:40:50.095Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2df64785-8b7d-406f-848b-76443a770adc
ServiceName:Demo_pNF_8p6lTtX18MyigoHntIw3
ServiceVersion:1.0
ServiceUUID:3ef85634-dcac-4fc0-b718-98122d465a38
ServiceInvariantUUID:f649363a-43dd-4850-a1d5-8a3d8e840535
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8p6lttx18myigohntiw3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
ArtifactUUID:1f296693-07f1-4260-be49-5253c49a83c4
ArtifactChecksum:NWM4OTFmMzIyNGExZWUwOTExYjc2YThkYzZjMzNiYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e430fd0f-5204 0
ResourceCustomizationUUID:e4b6f149-b4a7-4eb2-acba-16524c2ff376
ResourceInvariantUUID:01b2387c-3329-4dc9-906f-b4de7f96a4bd
ResourceName:pNF e430fd0f-5204
ResourceType:PNF
ResourceUUID:e21f03c3-d526-4fb8-bef1-1349dc7ef8d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-25T11:40:50.095Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ef85634-dcac-4fc0-b718-98122d465a38 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=?
2022-02-25T11:40:50.136Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:40:50.138Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-25T11:40:50.138Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-25T11:40:50.138Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1f296693-07f1-4260-be49-5253c49a83c4 from URL: /sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:50.139Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-25T11:40:50.139Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:50.515Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-25T11:40:50.519Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar 1f296693-07f1-4260-be49-5253c49a83c4 82626
2022-02-25T11:40:50.519Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar ASDC sendASDCNotification
2022-02-25T11:40:50.519Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:50.519Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-25T11:40:50.519Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:50.521Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:50.521Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789250519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:40:50.622Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:50.623Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:50.623Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:50.635Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:50.636Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:51.522Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-25T11:40:51.523Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-25T11:40:51.524Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1f296693-07f1-4260-be49-5253c49a83c4, URL: /sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar to file: /app/ASDC/1/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:51.524Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:51.525Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:51.525Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:51.715Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4851277130482022518/Definitions/service-DemoPnf8p6lttx18myigohntiw3-template.yml
2022-02-25T11:40:52.609Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-25T11:40:52.609Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-25T11:40:52.609Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.609Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-25T11:40:52.609Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e430fd0f-5204 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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.610Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.611Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Node template pNF e430fd0f-5204 0 is matching search criteria
2022-02-25T11:40:52.612Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-25T11:40:52.612Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e430fd0f-5204 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:40:52.613Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.613Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.613Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Node template pNF e430fd0f-5204 0 is matching search criteria
2022-02-25T11:40:52.613Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-25T11:40:52.613Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e430fd0f-5204 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.614Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.615Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.615Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.615Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.615Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8p6lTtX18MyigoHntIw3
Description:catalog service description
Model UUID:3ef85634-dcac-4fc0-b718-98122d465a38
Model Version:NULL
Model InvariantUuid:f649363a-43dd-4850-a1d5-8a3d8e840535
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=?
2022-02-25T11:40:52.633Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e21f03c3-d526-4fb8-bef1-1349dc7ef8d5
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=?
2022-02-25T11:40:52.638Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||pNF e430fd0f-5204 0
2022-02-25T11:40:52.639Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e21f03c3-d526-4fb8-bef1-1349dc7ef8d5
2022-02-25T11:40:52.639Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3ef85634-dcac-4fc0-b718-98122d465a38
2022-02-25T11:40:52.639Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3ef85634-dcac-4fc0-b718-98122d465a38
2022-02-25T11:40:52.639Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e430fd0f-5204 0 e21f03c3-d526-4fb8-bef1-1349dc7ef8d5 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=?
2022-02-25T11:40:52.644Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ad5de6, org.onap.sdc.toscaparser.api.parameters.Input@1509358a, org.onap.sdc.toscaparser.api.parameters.Input@7a24d1b3, org.onap.sdc.toscaparser.api.parameters.Input@2729deca, org.onap.sdc.toscaparser.api.parameters.Input@69a5f5a4]
2022-02-25T11:40:52.644Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.645Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.645Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3ef85634-dcac-4fc0-b718-98122d465a38: pNF e430fd0f-5204
2022-02-25T11:40:52.645Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Processing PNF resource: e21f03c3-d526-4fb8-bef1-1349dc7ef8d5
2022-02-25T11:40:52.646Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-25T11:40:52.646Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8p6lTtX18MyigoHntIw3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-25T11:40:52.646Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||Resource customization UUID: e4b6f149-b4a7-4eb2-acba-16524c2ff376 is the same as notified resource customizationUUID: e4b6f149-b4a7-4eb2-acba-16524c2ff376
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-25T11:40:52.698Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e430fd0f-5204 e21f03c3-d526-4fb8-bef1-1349dc7ef8d5 0 ASDC deployResourceStructure
2022-02-25T11:40:52.698Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar ASDC sendASDCNotification
2022-02-25T11:40:52.698Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar
2022-02-25T11:40:52.699Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-25T11:40:52.699Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:40:52.701Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:40:52.701Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789252698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:40:52.801Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-25T11:40:52.802Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:40:52.802Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:40:52.815Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:40:52.816Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-25T11:40:53.702Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2df64785-8b7d-406f-848b-76443a770adc
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=?
2022-02-25T11:40:53.717Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2df64785-8b7d-406f-848b-76443a770adc
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=?
2022-02-25T11:40:53.720Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-25T11:40:53.720Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-25T11:40:53.721Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-25T11:40:53.721Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-25T11:40:53.721Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.721Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.721Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.722Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.722Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.722Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.722Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-25T11:40:53.722Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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=?
2022-02-25T11:40:53.728Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-25T11:41:23.729Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2df64785-8b7d-406f-848b-76443a770adc 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=?
2022-02-25T11:41:23.736Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2df64785-8b7d-406f-848b-76443a770adc and serviceModelVersionId: 3ef85634-dcac-4fc0-b718-98122d465a38
2022-02-25T11:41:23.736Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f649363a-43dd-4850-a1d5-8a3d8e840535
2022-02-25T11:41:23.737Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0
2022-02-25T11:41:23.741Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-25T11:41:23.845Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|INFO|500||Invoke
2022-02-25T11:41:23.845Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2df64785-8b7d-406f-848b-76443a770adc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db3b969d-6ca9-4a62-ba08-615389aee621], X-ECOMP-RequestID=[2df64785-8b7d-406f-848b-76443a770adc], X-TransactionId=[], X-ONAP-RequestID=[2df64785-8b7d-406f-848b-76443a770adc], Content-Type=[application/merge-patch+json]}
2022-02-25T11:41:23.878Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-25T11:41:24.270Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220225-11:41:23:887-50225], vertex-id=[233568], Content-Length=[0], Date=[Fri, 25 Feb 2022 11:41:23 GMT], Content-Type=[application/json]}
2022-02-25T11:41:24.271Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-25T11:41:24.271Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f649363a-43dd-4850-a1d5-8a3d8e840535/model-vers/model-ver/3ef85634-dcac-4fc0-b718-98122d465a38?depth=0|INFO|500||InvokeReturn
2022-02-25T11:41:24.273Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-25T11:41:24.273Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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=?
2022-02-25T11:41:24.278Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||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)
2022-02-25T11:41:24.279Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2df64785-8b7d-406f-848b-76443a770adc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-25T11:41:24.279Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-25T11:41:24.279Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-25T11:41:24.281Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-25T11:41:24.282Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789284279,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:41:24.381Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-25T11:41:24.383Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-25T11:41:24.383Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WNmBloMjHHXTugb8) ...
2022-02-25T11:41:24.398Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:41:24.398Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 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=?
2022-02-25T11:41:41.400Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:41:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:41:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:41:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:41:41.402Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:41:41.402Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:41:41.527Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:41:41.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-25T11:41:41.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:41:41.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:41:50.950Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:42:41.403Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:42:41.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:42:41.410Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:42:41.410Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:42:41.410Z||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.
2022-02-25T11:42:41.412Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:42:41.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:42:41.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/resourceInstances/pnfe430fd0f52040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-25T11:42:41.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789241401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "NOTIFIED"
}
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789250519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789252698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8p6lttx18myigohntiw3/1.0/artifacts/service-DemoPnf8p6lttx18myigohntiw3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-25T11:42:41.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:42:41.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-25T11:42:41.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2df64785-8b7d-406f-848b-76443a770adc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645789284279,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-25T11:42:41.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-25T11:42:50.961Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:43:41.400Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:43:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:43:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:43:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:43:41.402Z||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.
2022-02-25T11:43:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:43:50.950Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:43:50.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:44:41.403Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:44:41.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:44:41.406Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:44:41.406Z||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.
2022-02-25T11:44:41.407Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:44:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:44:50.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:44:50.953Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:45:41.400Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:45:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:45:41.401Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:45:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:45:41.403Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-25T11:45:41.403Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WNmBloMjHHXTugb8) ...
2022-02-25T11:45:50.947Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:45:50.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:46:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:46:41.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:46:41.407Z||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.
2022-02-25T11:46:41.407Z||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.
2022-02-25T11:46:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:46:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:46:50.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:46:50.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:47:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:47:41.401Z||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.
2022-02-25T11:47:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:47:41.402Z||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.
2022-02-25T11:47:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:47:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:47:50.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:47:50.949Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:48:41.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:48:41.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:48:41.409Z||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.
2022-02-25T11:48:41.409Z||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.
2022-02-25T11:48:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:48:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:48:50.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:48:50.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:49:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:49:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:49:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|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.
2022-02-25T11:49:41.402Z||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.
2022-02-25T11:49:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:49:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:49:50.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:49:50.956Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:50:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:50:41.403Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:50:41.410Z||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.
2022-02-25T11:50:41.410Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:50:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:50:41.411Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:50:50.959Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:50:50.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:51:41.401Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:51:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:51:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T11:51:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:51:41.402Z||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.
2022-02-25T11:51:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:51:50.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:51:50.952Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:52:41.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:52:41.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:52:41.409Z||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.
2022-02-25T11:52:41.409Z||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.
2022-02-25T11:52:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:52:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:52:50.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:52:50.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:53:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:53:41.401Z||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.
2022-02-25T11:53:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:53:41.402Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:53:41.402Z||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.
2022-02-25T11:53:41.402Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:53:50.951Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:53:50.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:54:41.404Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:54:41.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:54:41.411Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T11:54:41.411Z||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.
2022-02-25T11:54:41.411Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:54:41.411Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:54:50.963Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:54:50.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:55:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:55:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:55:41.403Z||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.
2022-02-25T11:55:41.403Z||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.
2022-02-25T11:55:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:55:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:55:50.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:55:50.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:56:41.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:56:41.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:56:41.407Z||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.
2022-02-25T11:56:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:56:41.407Z||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.
2022-02-25T11:56:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:56:50.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:56:50.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:57:39.203Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-25T11:57:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:57:41.401Z||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.
2022-02-25T11:57:41.401Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:57:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:57:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|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.
2022-02-25T11:57:41.402Z|2df64785-8b7d-406f-848b-76443a770adc|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 WNmBloMjHHXTugb8) ...
2022-02-25T11:57:50.945Z|2df64785-8b7d-406f-848b-76443a770adc|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:57:50.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:58:41.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:58:41.404Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:58:41.410Z||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.
2022-02-25T11:58:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:58:41.410Z||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.
2022-02-25T11:58:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:58:50.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:58:50.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:59:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:59:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T11:59:41.404Z||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.
2022-02-25T11:59:41.404Z||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.
2022-02-25T11:59:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:59:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T11:59:50.949Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T11:59:50.958Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:00:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:00:41.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:00:41.408Z||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.
2022-02-25T12:00:41.408Z||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.
2022-02-25T12:00:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:00:41.408Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:00:50.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:00:50.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:01:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:01:41.402Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:01:41.403Z||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.
2022-02-25T12:01:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:01:41.403Z||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.
2022-02-25T12:01:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:01:50.951Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:01:50.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:02:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:02:41.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:02:41.407Z||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.
2022-02-25T12:02:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:02:41.407Z||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.
2022-02-25T12:02:41.410Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:02:50.970Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:02:50.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:03:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:03:41.402Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:03:41.404Z||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.
2022-02-25T12:03:41.404Z||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.
2022-02-25T12:03:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:03:41.404Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:03:50.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:03:50.953Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:04:41.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:04:41.403Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:04:41.406Z||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.
2022-02-25T12:04:41.406Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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.
2022-02-25T12:04:41.406Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:04:41.406Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|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 WNmBloMjHHXTugb8) ...
2022-02-25T12:04:50.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:04:50.955Z|6a8f60d4-9c42-4baa-a484-dabbc3639285|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:05:41.402Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:05:41.402Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:05:41.406Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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.
2022-02-25T12:05:41.407Z|0b7810ad-d9e5-4158-836a-af9ace35506b|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 WNmBloMjHHXTugb8) ...
2022-02-25T12:05:41.406Z||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.
2022-02-25T12:05:41.407Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:05:50.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:05:50.985Z|0b7810ad-d9e5-4158-836a-af9ace35506b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:06:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:06:41.402Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-25T12:06:41.403Z||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.
2022-02-25T12:06:41.403Z||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.
2022-02-25T12:06:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:06:41.403Z||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 WNmBloMjHHXTugb8) ...
2022-02-25T12:06:50.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-25T12:06:50.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK