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-05-24T10:56:40.817Z||main|||||INFO|500||The following profiles are active: basic
2022-05-24T10:56:48.631Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-24T10:56:48.632Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-24T10:56:48.724Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-24T10:56:51.878Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-24T10:56:52.279Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-24T10:56:52.678Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-24T10:56:52.686Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-24T10:56:52.770Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-24T10:56:52.943Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-24T10:56:53.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-24T10:56:54.907Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-24T10:56:56.539Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-24T10:56:56.578Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-24T10:56:57.095Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-24T10:56:57.221Z||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-05-24T10:56:57.918Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-24T10:56:58.766Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-24T10:56:58.789Z||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$$7b5c92.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-05-24T10:56:58.789Z||main|||||WARN|500||The sdc end point is not alive
2022-05-24T10:57:00.863Z||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-05-24T10:57:03.087Z||main|||||WARN|500||---
2022-05-24T10:57:03.088Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-24T10:57:03.088Z||main|||||WARN|500||---
2022-05-24T10:57:03.481Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-24T10:57:07.676Z||main|||||INFO|500||Started Application in 29.298 seconds (JVM running for 30.618)
2022-05-24T10:57:07.687Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-24T10:57:07.688Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-24T10:57:07.705Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-24T10:57:07.727Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-24T10:57:07.766Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b8a8889-38c3-4a07-8dcd-69a8b44ce72d url= /sdc/v1/artifactTypes
2022-05-24T10:57:07.767Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-24T10:57:07.970Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-24T10:57:08.034Z||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-05-24T10:57:08.052Z||scheduling-1|||||DEBUG|500||create keys
2022-05-24T10:57:08.058Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-24T10:57:08.117Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:57:08.134Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f8b81539-c265-4fa4-9382-c7f8ef7933ff url= /sdc/v1/registerForDistribution
2022-05-24T10:57:08.278Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f8b81539-c265-4fa4-9382-c7f8ef7933ff url= /sdc/v1/registerForDistribution
2022-05-24T10:57:08.278Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-24T10:57:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:57:08.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:57:08.292Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-24T10:57:08.294Z||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-05-24T10:57:08.295Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:57:08.295Z||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-05-24T10:57:08.296Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:57:18.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:57:18.695Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:58:08.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:58:08.286Z||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-05-24T10:58:08.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:58:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:58:08.287Z||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-05-24T10:58:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:58:17.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:58:17.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:59:08.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:59:08.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T10:59:08.288Z||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-05-24T10:59:08.288Z||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-05-24T10:59:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:59:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T10:59:17.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T10:59:17.859Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:00:08.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:00:08.286Z||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-05-24T11:00:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:00:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:00:08.290Z||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-05-24T11:00:08.291Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:00:17.846Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:00:17.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:01:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:01:08.285Z||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-05-24T11:01:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:01:08.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:01:08.287Z||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-05-24T11:01:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:01:17.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:01:17.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:02:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:02:08.285Z||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-05-24T11:02:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:02:08.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:02:08.287Z||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-05-24T11:02:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:02:17.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:02:17.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:03:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:03:08.286Z||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-05-24T11:03:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:03:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:03:08.287Z||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-05-24T11:03:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:03:17.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:03:17.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:04:08.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:04:08.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:04:08.288Z||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-05-24T11:04:08.288Z||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-05-24T11:04:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:04:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:04:17.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:04:17.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:05:08.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:05:08.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:05:08.288Z||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-05-24T11:05:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:05:08.289Z||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-05-24T11:05:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:05:17.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:05:17.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:06:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:06:08.285Z||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-05-24T11:06:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:06:08.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:06:08.287Z||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-05-24T11:06:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:06:17.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:06:17.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:07:07.746Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-24T11:07:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:07:08.285Z||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-05-24T11:07:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:07:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:07:08.287Z||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-05-24T11:07:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:07:17.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:07:17.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:08:08.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:08:08.288Z||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-05-24T11:08:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:08:08.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:08:08.296Z||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-05-24T11:08:08.297Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:08:17.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:08:17.864Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:09:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:09:08.285Z||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-05-24T11:09:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:09:08.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:09:08.287Z||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-05-24T11:09:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:09:17.852Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:09:17.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:10:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:10:08.286Z||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-05-24T11:10:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:10:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:10:08.288Z||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-05-24T11:10:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:10:17.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:10:17.870Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:11:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:11:08.286Z||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-05-24T11:11:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:11:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:11:08.287Z||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-05-24T11:11:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:11:17.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:11:17.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:12:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:12:08.285Z||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-05-24T11:12:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:12:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:12:08.287Z||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-05-24T11:12:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:12:17.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:12:17.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:13:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:13:08.285Z||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-05-24T11:13:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:13:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:13:08.287Z||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-05-24T11:13:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:13:17.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:13:17.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:14:08.284Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:14:08.285Z||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-05-24T11:14:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:14:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:14:08.287Z||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-05-24T11:14:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:14:17.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:14:17.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:15:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:15:08.285Z||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-05-24T11:15:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:15:08.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:15:08.287Z||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-05-24T11:15:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:15:17.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:15:17.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:16:08.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:16:08.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:16:08.287Z||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-05-24T11:16:08.287Z||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-05-24T11:16:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:16:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:16:17.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:16:17.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:17:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:17:08.285Z||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-05-24T11:17:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:17:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:17:08.287Z||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-05-24T11:17:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:17:17.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:17:17.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:18:08.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:18:08.286Z||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-05-24T11:18:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:18:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:18:08.287Z||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-05-24T11:18:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:18:17.856Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:18:17.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:19:08.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:19:08.285Z||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-05-24T11:19:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:19:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:19:08.287Z||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-05-24T11:19:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:19:17.838Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:19:17.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:20:08.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:20:08.285Z||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-05-24T11:20:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:20:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:20:08.287Z||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-05-24T11:20:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:20:17.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:20:17.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:21:08.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:21:08.285Z||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-05-24T11:21:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:21:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:21:08.287Z||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-05-24T11:21:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:21:17.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:21:17.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:22:08.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:22:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:22:08.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:22:08.287Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:22:08.287Z||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-05-24T11:22:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:22:17.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:22:17.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:23:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:23:08.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:23:08.285Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:23:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:23:08.287Z||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-05-24T11:23:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:23:17.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:23:17.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:24:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:24:08.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:24:08.285Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:24:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:24:08.287Z||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-05-24T11:24:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:24:17.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:24:17.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:25:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:25:08.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:25:08.285Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:25:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:25:08.287Z||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-05-24T11:25:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:25:17.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:25:17.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:26:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:26:08.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:26:08.285Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:26:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:26:08.287Z||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-05-24T11:26:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:26:17.867Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:26:17.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:27:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:27:08.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:27:08.285Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:27:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:27:08.287Z||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-05-24T11:27:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:27:17.865Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:27:17.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:28:08.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:28:08.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:28:08.286Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:28:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:28:08.286Z||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-05-24T11:28:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:28:17.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:28:17.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:29:08.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:29:08.285Z||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-05-24T11:29:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:29:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:29:08.287Z||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-05-24T11:29:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:29:17.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:29:17.870Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:30:08.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:30:08.285Z||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-05-24T11:30:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:30:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:30:08.287Z||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-05-24T11:30:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:30:17.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:30:17.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:31:08.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:31:08.285Z||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-05-24T11:31:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:31:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:31:08.287Z||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-05-24T11:31:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:31:17.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:31:17.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:32:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:32:08.285Z||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-05-24T11:32:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:32:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:32:08.286Z||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-05-24T11:32:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:32:17.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:32:17.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:33:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:33:08.285Z||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-05-24T11:33:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:33:08.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:33:08.287Z||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-05-24T11:33:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:33:17.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:33:17.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:34:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:34:08.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:34:08.286Z||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-05-24T11:34:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:34:08.287Z||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-05-24T11:34:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:34:13.892Z||http-nio-8085-exec-9|||||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-05-24T11:34:17.846Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:34:17.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:35:08.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:35:08.285Z||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-05-24T11:35:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:35:08.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:35:08.287Z||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-05-24T11:35:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:35:17.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:35:17.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:36:08.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:36:08.286Z||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-05-24T11:36:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:36:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:36:08.289Z||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-05-24T11:36:08.290Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:36:17.873Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:36:17.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:37:08.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:37:08.286Z||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-05-24T11:37:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:37:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:37:08.287Z||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-05-24T11:37:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:37:17.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:37:17.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:38:08.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:38:08.285Z||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-05-24T11:38:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:38:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:38:08.291Z||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-05-24T11:38:08.292Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:38:17.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:38:17.848Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:39:08.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:39:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:39:08.286Z||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-05-24T11:39:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:39:08.287Z||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-05-24T11:39:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:39:17.864Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:39:17.869Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:08.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:40:08.285Z||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-05-24T11:40:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:40:08.287Z||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-05-24T11:40:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:08.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:08.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:40:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:40:08.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:08.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T11:40:08.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"30d85772-7817-470e-b919-a02b23df4bba","serviceName":"vFW 2022-05-24 11-38-35","serviceVersion":"1.0","serviceUUID":"72c25c07-babe-47c7-8c5f-aef6f5d3153b","serviceDescription":"catalog service description","serviceInvariantUUID":"bc8a22c2-7c95-4caf-97e5-9ef6b5af5761","resources":[{"resourceInstanceName":"vFW feb08452-8180 0","resourceName":"vFW feb08452-8180","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbf3f514-dc43-46ca-ab67-0e5815a9461d","resourceInvariantUUID":"2c86e3e4-b2ad-4732-933d-05b7a932794f","resourceCustomizationUUID":"d06bedf0-2cbf-420e-b437-6ab14be37135","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml","artifactChecksum":"OWJmMzZlYmUyOWZkOTMzZGY3YTFlNzYwOTkyOGY5OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f031c342-260f-45e5-835c-512746bedfcf","artifactVersion":"1"},{"artifactName":"vfwfeb0845281800_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json","artifactChecksum":"OTk3ZWEzN2UwNWIzNDM3YjM1NjAwNmE5ZDJiZDM1MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb39caaf-c53e-4e16-b15a-9a75972b4c9e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c521fbb9-fa82-437e-839d-ab69ff51477e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml","artifactChecksum":"YTRmNzJiZTFmMzJhMjA0MTE2YzNlZDVhNTlkZjVhNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccbf0552-6bb2-47a5-a244-3a6d0d66b3de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ef4626f-6da4-40af-ba34-4af5daade4ca","artifactVersion":"2","generatedFromUUID":"c521fbb9-fa82-437e-839d-ab69ff51477e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220524113835-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml","artifactChecksum":"ODhlYTJmNzA0MmIzOTJhNGY0NzAwMTdhNDkwMWFkMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88bc7d8d-d8ff-4dce-ae1e-84ab048d0c58","artifactVersion":"1"},{"artifactName":"service-Vfw20220524113835-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar","artifactChecksum":"NWY4OTk1ODg0Mzk5MDU0ZTE5MGZiYWNiZWUxODU0Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b299e51-2ba7-45d1-a299-8184e673b51c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T11:40:08.930Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:08.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:08.948Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:08.948Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:09.048Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-24T11:40:09.051Z||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-05-24T11:40:09.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:09.069Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:09.070Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:09.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:09.956Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:09.959Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:09.959Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:40:10.059Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:40:10.060Z||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-05-24T11:40:10.061Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:10.077Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:10.078Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:10.960Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:10.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:10.964Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:10.964Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:40:11.064Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:11.065Z||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-05-24T11:40:11.065Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:11.081Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:11.083Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:11.965Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:11.965Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:11.968Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:11.968Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:12.068Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:40:12.068Z||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-05-24T11:40:12.069Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:12.152Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:12.160Z||pool-6-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:12.969Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:12.969Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:12.971Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:12.974Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:40:13.071Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-24T11:40:13.072Z||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-05-24T11:40:13.073Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:13.087Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:13.088Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:13.974Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:13.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:13.977Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:13.977Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:40:14.077Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:14.078Z||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-05-24T11:40:14.078Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:14.093Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:14.094Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:14.978Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:40:14.979Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:14.981Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:14.982Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:40:15.082Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:15.083Z||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-05-24T11:40:15.083Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:15.098Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:15.099Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:15.984Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "serviceName": "vFW 2022-05-24 11-38-35",
  "serviceVersion": "1.0",
  "serviceUUID": "72c25c07-babe-47c7-8c5f-aef6f5d3153b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc8a22c2-7c95-4caf-97e5-9ef6b5af5761",
  "resources": [
    {
      "resourceInstanceName": "vFW feb08452-8180 0",
      "resourceCustomizationUUID": "d06bedf0-2cbf-420e-b437-6ab14be37135",
      "resourceName": "vFW feb08452-8180",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cbf3f514-dc43-46ca-ab67-0e5815a9461d",
      "resourceInvariantUUID": "2c86e3e4-b2ad-4732-933d-05b7a932794f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfeb0845281800_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
          "artifactChecksum": "OTk3ZWEzN2UwNWIzNDM3YjM1NjAwNmE5ZDJiZDM1MjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb39caaf-c53e-4e16-b15a-9a75972b4c9e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c521fbb9-fa82-437e-839d-ab69ff51477e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6ef4626f-6da4-40af-ba34-4af5daade4ca",
            "generatedFromUUID": "c521fbb9-fa82-437e-839d-ab69ff51477e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6ef4626f-6da4-40af-ba34-4af5daade4ca",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220524113835-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
      "artifactChecksum": "NWY4OTk1ODg0Mzk5MDU0ZTE5MGZiYWNiZWUxODU0Mjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b299e51-2ba7-45d1-a299-8184e673b51c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-24T11:40:15.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T11:40:15.987Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 72c25c07-babe-47c7-8c5f-aef6f5d3153b ASDC
2022-05-24T11:40:16.060Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:30d85772-7817-470e-b919-a02b23df4bba
ServiceName:vFW 2022-05-24 11-38-35
ServiceVersion:1.0
ServiceUUID:72c25c07-babe-47c7-8c5f-aef6f5d3153b
ServiceInvariantUUID:bc8a22c2-7c95-4caf-97e5-9ef6b5af5761
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220524113835-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar
ArtifactUUID:4b299e51-2ba7-45d1-a299-8184e673b51c
ArtifactChecksum:NWY4OTk1ODg0Mzk5MDU0ZTE5MGZiYWNiZWUxODU0Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW feb08452-8180 0
ResourceCustomizationUUID:d06bedf0-2cbf-420e-b437-6ab14be37135
ResourceInvariantUUID:2c86e3e4-b2ad-4732-933d-05b7a932794f
ResourceName:vFW feb08452-8180
ResourceType:VF
ResourceUUID:cbf3f514-dc43-46ca-ab67-0e5815a9461d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfeb0845281800_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json
ArtifactUUID:fb39caaf-c53e-4e16-b15a-9a75972b4c9e
ArtifactChecksum:OTk3ZWEzN2UwNWIzNDM3YjM1NjAwNmE5ZDJiZDM1MjM=
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/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml
ArtifactUUID:c521fbb9-fa82-437e-839d-ab69ff51477e
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/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
ArtifactUUID:6ef4626f-6da4-40af-ba34-4af5daade4ca
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/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
ArtifactUUID:6ef4626f-6da4-40af-ba34-4af5daade4ca
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-24T11:40:16.061Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72c25c07-babe-47c7-8c5f-aef6f5d3153b 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-05-24T11:40:16.234Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:40:16.235Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:40:16.236Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:40:16.236Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4b299e51-2ba7-45d1-a299-8184e673b51c from URL: /sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:16.236Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:40:16.237Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:16.537Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:40:16.549Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar 4b299e51-2ba7-45d1-a299-8184e673b51c 99001
2022-05-24T11:40:16.551Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar ASDC sendASDCNotification
2022-05-24T11:40:16.551Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:16.551Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:40:16.552Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:16.553Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:16.553Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392416549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:40:16.654Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:16.655Z||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-05-24T11:40:16.656Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:16.670Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:16.671Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:17.557Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:40:17.558Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:40:17.559Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4b299e51-2ba7-45d1-a299-8184e673b51c, URL: /sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar to file: /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:17.561Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220524113835-csar.csar
2022-05-24T11:40:17.642Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:17.642Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:18.033Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9658007042602466472/Definitions/service-Vfw20220524113835-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-24T11:40:20.126Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T11:40:20.131Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.133Z|30d85772-7817-470e-b919-a02b23df4bba|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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW feb08452-8180 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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|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-Vfw20220524113835-csar.csar
2022-05-24T11:40:20.134Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-24T11:40:20.139Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.140Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.142Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:20.143Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-24T11:40:20.144Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.145Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.148Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.148Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:20.148Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:20.148Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.149Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.150Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T11:40:20.151Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.151Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:20.151Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:20.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.153Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fecb1890-2e9d-4687-a310-221ab98fd290
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:20.154Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.155Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=663bd0f0-39d2-41d2-937a-f1a59cebaf6a
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.156Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=edf53ee9-1344-4116-8cf1-812268c77e3e
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.157Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.158Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.158Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:20.158Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:20.158Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-24 11-38-35
Description:catalog service description
Model UUID:72c25c07-babe-47c7-8c5f-aef6f5d3153b
Model Version:NULL
Model InvariantUuid:bc8a22c2-7c95-4caf-97e5-9ef6b5af5761
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW feb08452-8180
Model UUID:26ea05ed-c179-4317-b384-b473e521483a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c86e3e4-b2ad-4732-933d-05b7a932794f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d06bedf0-2cbf-420e-b437-6ab14be37135
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2c62c451-3eca-4265-90d6-4880411a6c28
ModelName:VfwFeb084528180..base_vfw..module-0
ModelUuid:fed1d698-a3bb-459e-b235-38197ee4698d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fecb1890-2e9d-4687-a310-221ab98fd290
ModelInvariantUuid:dee07964-36cf-4453-86ba-705987efc79e
ModelName:vFW feb08452-8180-nodes.vfwCvfc
ModelUuid:004701a0-a946-47aa-9d61-ead92fa241ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d4124efa-09d6-49d4-89b4-ac735f53db4e
ModelInvariantUuid:d7dfd2c8-b653-4e89-afb6-8a3fb1c461ec
ModelName:VfwFeb084528180.compute.nodes.heat.vfw
ModelUuid:b27648d0-a7cd-409a-99c6-9e21054df04b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:663bd0f0-39d2-41d2-937a-f1a59cebaf6a
ModelInvariantUuid:5075069e-0a4f-41c0-8ba5-d01a6a09aea0
ModelName:vFW feb08452-8180-nodes.vsnCvfc
ModelUuid:c0c00e4a-8bac-4b96-9503-1beebb5425e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9817c7b-3e72-4fc7-98f4-9e49577afa8e
ModelInvariantUuid:b984c4de-b7aa-405b-ab03-6440c6c3da34
ModelName:VfwFeb084528180.compute.nodes.heat.vsn
ModelUuid:8ffb3527-2ba5-4d73-b4f8-19320da917dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:edf53ee9-1344-4116-8cf1-812268c77e3e
ModelInvariantUuid:c695b945-99e1-4e7e-b933-efb2df580008
ModelName:vFW feb08452-8180-nodes.vpgCvfc
ModelUuid:a65c8a03-87bb-409a-99ba-511ce9fa76bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:28fd46ee-f213-4f24-aa70-95c96612b7a4
ModelInvariantUuid:d76f171c-e9fa-4cd1-a415-3e88292535f4
ModelName:VfwFeb084528180.compute.nodes.heat.vpg
ModelUuid:d0b0e6b4-af7c-47b0-91bf-381f8b03330e
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-05-24T11:40:20.186Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cbf3f514-dc43-46ca-ab67-0e5815a9461d
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-05-24T11:40:20.251Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||vFW feb08452-8180 0
2022-05-24T11:40:20.255Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbf3f514-dc43-46ca-ab67-0e5815a9461d
2022-05-24T11:40:20.255Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb39caaf-c53e-4e16-b15a-9a75972b4c9e from URL: /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json
2022-05-24T11:40:20.256Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:40:20.256Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json
2022-05-24T11:40:21.409Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:40:21.409Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json fb39caaf-c53e-4e16-b15a-9a75972b4c9e 785
2022-05-24T11:40:21.410Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json ASDC sendASDCNotification
2022-05-24T11:40:21.410Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json
2022-05-24T11:40:21.410Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:40:21.410Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:21.414Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:21.414Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392421410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:40:21.514Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:21.515Z||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-05-24T11:40:21.515Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:21.529Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:21.530Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:22.415Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFeb084528180..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2c62c451-3eca-4265-90d6-4880411a6c28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fed1d698-a3bb-459e-b235-38197ee4698d",
    "vfModuleModelCustomizationUUID": "19051a09-d751-4d55-87b8-fbc25b580e18",
    "isBase": true,
    "artifacts": [
      "c521fbb9-fa82-437e-839d-ab69ff51477e",
      "6ef4626f-6da4-40af-ba34-4af5daade4ca"
    ],
    "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-05-24T11:40:22.432Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFeb084528180..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fed1d698-a3bb-459e-b235-38197ee4698d
VfModuleModelInvariantUUID:2c62c451-3eca-4265-90d6-4880411a6c28
VfModuleModelDescription:NULL
Artifacts UUID List:{
c521fbb9-fa82-437e-839d-ab69ff51477e
,
6ef4626f-6da4-40af-ba34-4af5daade4ca

}
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-05-24T11:40:22.435Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFeb084528180..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2c62c451-3eca-4265-90d6-4880411a6c28",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fed1d698-a3bb-459e-b235-38197ee4698d",
    "vfModuleModelCustomizationUUID": "19051a09-d751-4d55-87b8-fbc25b580e18",
    "isBase": true,
    "artifacts": [
      "c521fbb9-fa82-437e-839d-ab69ff51477e",
      "6ef4626f-6da4-40af-ba34-4af5daade4ca"
    ],
    "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-05-24T11:40:22.436Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFeb084528180..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fed1d698-a3bb-459e-b235-38197ee4698d
VfModuleModelInvariantUUID:2c62c451-3eca-4265-90d6-4880411a6c28
VfModuleModelDescription:NULL
Artifacts UUID List:{
c521fbb9-fa82-437e-839d-ab69ff51477e
,
6ef4626f-6da4-40af-ba34-4af5daade4ca

}
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-05-24T11:40:22.436Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c521fbb9-fa82-437e-839d-ab69ff51477e from URL: /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml
2022-05-24T11:40:22.436Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:40:22.436Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml
2022-05-24T11:40:23.533Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:40:23.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml c521fbb9-fa82-437e-839d-ab69ff51477e 20368
2022-05-24T11:40:23.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T11:40:23.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml
2022-05-24T11:40:23.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:40:23.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:23.536Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:23.536Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392423534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:40:23.637Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:23.638Z||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-05-24T11:40:23.638Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:23.668Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:23.668Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:24.537Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ef4626f-6da4-40af-ba34-4af5daade4ca from URL: /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
2022-05-24T11:40:24.537Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:40:24.538Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
2022-05-24T11:40:25.117Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:40:25.118Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env 6ef4626f-6da4-40af-ba34-4af5daade4ca 2098
2022-05-24T11:40:25.118Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T11:40:25.119Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
2022-05-24T11:40:25.119Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:40:25.119Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:25.123Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:25.123Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392425118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:40:25.223Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:25.224Z||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-05-24T11:40:25.224Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:25.241Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:25.242Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:26.123Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 72c25c07-babe-47c7-8c5f-aef6f5d3153b
2022-05-24T11:40:26.124Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW feb08452-8180 0 cbf3f514-dc43-46ca-ab67-0e5815a9461d 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-05-24T11:40:26.152Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fd0b656, org.onap.sdc.toscaparser.api.parameters.Input@1f5c8b5b, org.onap.sdc.toscaparser.api.parameters.Input@4d2365f0, org.onap.sdc.toscaparser.api.parameters.Input@3baf03a, org.onap.sdc.toscaparser.api.parameters.Input@79a2841d]
2022-05-24T11:40:26.171Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.171Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.172Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-24T11:40:26.172Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d06bedf0-2cbf-420e-b437-6ab14be37135
2022-05-24T11:40:26.172Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d06bedf0-2cbf-420e-b437-6ab14be37135 matches Tosca VF Customization UUID: d06bedf0-2cbf-420e-b437-6ab14be37135
2022-05-24T11:40:26.172Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d06bedf0-2cbf-420e-b437-6ab14be37135  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-05-24T11:40:26.180Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.180Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.181Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d06bedf0-2cbf-420e-b437-6ab14be37135: {\"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-05-24T11:40:26.181Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@244552be
2022-05-24T11:40:26.182Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.182Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T11:40:26.182Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19051a09-d751-4d55-87b8-fbc25b580e18
2022-05-24T11:40:26.183Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19051a09-d751-4d55-87b8-fbc25b580e18
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-05-24T11:40:26.188Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.188Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.188Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:26.188Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.189Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:40:26.190Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.190Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fecb1890-2e9d-4687-a310-221ab98fd290
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-05-24T11:40:26.196Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.196Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.196Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.197Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.198Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=663bd0f0-39d2-41d2-937a-f1a59cebaf6a
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-05-24T11:40:26.200Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.200Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.200Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is not matching search criteria
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T11:40:26.204Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=edf53ee9-1344-4116-8cf1-812268c77e3e
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-05-24T11:40:26.206Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.206Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.206Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:40:26.207Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.207Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Node template vFW feb08452-8180 0 is matching search criteria
2022-05-24T11:40:26.207Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW feb08452-8180 0] matching following query criteria: sdcType=VF, customizationUUID=d06bedf0-2cbf-420e-b437-6ab14be37135
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-05-24T11:40:26.209Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.209Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 72c25c07-babe-47c7-8c5f-aef6f5d3153b: vFW feb08452-8180
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.211Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:40:26.211Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:40:26.211Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-24 11-38-35 
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-05-24T11:40:26.445Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW feb08452-8180 cbf3f514-dc43-46ca-ab67-0e5815a9461d 1 ASDC deployResourceStructure
2022-05-24T11:40:26.445Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json ASDC sendASDCNotification
2022-05-24T11:40:26.445Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json
2022-05-24T11:40:26.445Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:40:26.445Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:26.447Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:26.447Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392426445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:40:26.547Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:26.548Z||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-05-24T11:40:26.549Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:26.560Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:26.560Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:40:27.448Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T11:40:27.448Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml
2022-05-24T11:40:27.449Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:40:27.449Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:27.450Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:27.451Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392427448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-24T11:40:27.551Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:40:27.551Z||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-05-24T11:40:27.552Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:27.569Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:27.569Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:28.452Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T11:40:28.453Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env
2022-05-24T11:40:28.453Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:40:28.453Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:28.455Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:28.456Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392428451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-24T11:40:28.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:40:28.556Z||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-05-24T11:40:28.556Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:28.574Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:28.574Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:29.457Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar ASDC sendASDCNotification
2022-05-24T11:40:29.457Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar
2022-05-24T11:40:29.457Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:40:29.457Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:40:29.459Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:40:29.460Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392429457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:40:29.560Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:40:29.562Z||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-05-24T11:40:29.562Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:40:29.582Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:40:29.583Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:40:30.462Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:40:30.499Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:40:30.502Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:40:30.502Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:40:30.502Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:41:00.503Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:41:00.516Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:41:00.519Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:41:00.520Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:41:00.520Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:41:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:41:08.287Z||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-05-24T11:41:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:41:08.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:41:08.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:41:08.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:41:08.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:41:30.520Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:41:30.531Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:41:30.533Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:41:30.533Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:41:30.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:42:00.534Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:42:00.547Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:42:00.549Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:42:00.549Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:42:00.550Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:42:08.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:42:08.287Z||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-05-24T11:42:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:42:08.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:42:08.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:42:08.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:42:08.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:42:30.550Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:42:30.565Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:42:30.568Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:42:30.568Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:42:30.568Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:43:00.569Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:43:00.580Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:43:00.582Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:43:00.582Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:43:00.582Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:43:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:43:08.287Z||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-05-24T11:43:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:43:08.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:43:08.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392398758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392401838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392408359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392409653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392404158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392410741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392404313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392404676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392411796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392405447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392412112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392412859,
  "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-05-24T11:43:08.840Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:08.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392413322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392413122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392413867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392408284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "cds",
  "timestamp": 1653392414343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-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-05-24T11:43:08.855Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.855Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:08.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "policy-id",
  "timestamp": 1653392414127,
  "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-05-24T11:43:08.869Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.869Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:08.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392416549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392417111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392419124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "clamp",
  "timestamp": 1653392420129,
  "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-05-24T11:43:08.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:08.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392421410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392414764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392423534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392423479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392425118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392426445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/vfwfeb0845281800_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392425179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392427448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "aai-ml",
  "timestamp": 1653392426185,
  "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-05-24T11:43:08.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.897Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392428451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/resourceInstances/vfwfeb0845281800/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392429457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392428528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524113835/1.0/artifacts/service-Vfw20220524113835-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:43:08.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392429533,
  "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-05-24T11:43:08.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30d85772-7817-470e-b919-a02b23df4bba
2022-05-24T11:43:08.908Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:43:30.583Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:43:30.596Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba
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-05-24T11:43:30.599Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:43:30.599Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:43:30.600Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:43:30.605Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T11:44:00.606Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30d85772-7817-470e-b919-a02b23df4bba 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-05-24T11:44:00.628Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30d85772-7817-470e-b919-a02b23df4bba and serviceModelVersionId: 72c25c07-babe-47c7-8c5f-aef6f5d3153b
2022-05-24T11:44:00.628Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc8a22c2-7c95-4caf-97e5-9ef6b5af5761
2022-05-24T11:44:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:08.287Z||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-05-24T11:44:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:09.473Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?depth=0
2022-05-24T11:44:09.568Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T11:44:09.942Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?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-05-24T11:44:09.945Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?depth=0|INFO|500||Invoke
2022-05-24T11:44:10.034Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-24T11:44:10.199Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?depth=0|INFO|500||InvokeReturn
2022-05-24T11:44:10.199Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc8a22c2-7c95-4caf-97e5-9ef6b5af5761/model-vers/model-ver/72c25c07-babe-47c7-8c5f-aef6f5d3153b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220524-11:44:09:461-62434], vertex-id=[163968], Content-Length=[0], Date=[Tue, 24 May 2022 11:44:09 GMT], Content-Type=[application/json]}
2022-05-24T11:44:10.200Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-24T11:44:10.203Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T11:44:10.203Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:10.209Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:10.210Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30d85772-7817-470e-b919-a02b23df4bba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T11:44:10.211Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T11:44:10.211Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:44:10.213Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:44:10.213Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392650210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:44:10.313Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:44:10.314Z||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-05-24T11:44:10.315Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:10.329Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:44:10.330Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:44:10.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:44:10.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:44:10.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30d85772-7817-470e-b919-a02b23df4bba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392650210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:44:10.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-05-24T11:44:11.225Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:11.226Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:11.226Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:21.836Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:44:21.837Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:21.838Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:21.838Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:31.388Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:44:31.389Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:31.390Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:31.390Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:40.964Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:44:40.964Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:40.965Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:44:40.965Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:44:50.544Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:45:08.284Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:45:08.286Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:45:08.286Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:45:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:45:08.287Z||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-05-24T11:45:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:45:17.837Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:45:17.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:46:08.284Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:46:08.285Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:46:08.285Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:46:08.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:46:08.287Z||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-05-24T11:46:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:46:17.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:46:17.845Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:08.284Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:47:08.285Z|30d85772-7817-470e-b919-a02b23df4bba|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-05-24T11:47:08.285Z|30d85772-7817-470e-b919-a02b23df4bba|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:47:08.287Z||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-05-24T11:47:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:08.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:08.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653392804158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392801838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392804760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392804312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392814805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392814547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392814710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392815552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392816017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "policy-id",
  "timestamp": 1653392816555,
  "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=?
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-05-24T11:47:08.465Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:47:08.465Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392817076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392810447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392818104,
  "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-05-24T11:47:08.479Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:47:08.480Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392818251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392818071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653392819108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "cds",
  "timestamp": 1653392819265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-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-05-24T11:47:08.489Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:47:08.489Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:47:08.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653392819080,
  "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-05-24T11:47:08.499Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:47:08.499Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392818758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392826516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:08.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:47:08.920Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:08.921Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T11:47:08.921Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86","serviceName":"vFW 2022-05-24 11-45-39","serviceVersion":"1.0","serviceUUID":"c188b997-8f1c-4274-949b-74bd316f25a6","serviceDescription":"catalog service description","serviceInvariantUUID":"20fa364b-2ec3-4556-aee4-0c10af4e82ab","resources":[{"resourceInstanceName":"vFW 1a95e3b9-58fe 0","resourceName":"vFW 1a95e3b9-58fe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec65bee0-723d-44ab-b8fd-f94101895d11","resourceInvariantUUID":"025cb84c-e337-4135-8b2e-097fbfbb5c25","resourceCustomizationUUID":"b62cfd29-4e52-4edb-9f9b-61f77a2a1f58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ2ZmU0N2FiMGUxYmY1MmQxOTMzMjY3OTk2ZDYyODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72f88dfe-7965-4bd8-a79a-96b14e06df8d","artifactVersion":"1"},{"artifactName":"vfw1a95e3b958fe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json","artifactChecksum":"OTc2NWI3MGU3Mjk5YWFiOWY1ZjgxYTQ0M2MxMjBhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf7761d6-d5c4-44ef-91f1-12c6158f3a59","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2195d772-d87a-4130-b4ae-359233bea3a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml","artifactChecksum":"NWU5NDc3ODEzYWY0ZGM1ZWZiM2EyNzRkMDM1M2U2NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"977abb1d-7320-486f-96a6-b0897dc96d7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1723b6a8-a257-425c-94ca-4e2114a85932","artifactVersion":"2","generatedFromUUID":"2195d772-d87a-4130-b4ae-359233bea3a9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220524114539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml","artifactChecksum":"ZGFiN2NiZjljMWJhNjkyMWFmZWYwMDcyYmY0OTBiNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"080bff4c-dd84-4912-a151-5f48ffc125ce","artifactVersion":"1"},{"artifactName":"service-Vfw20220524114539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar","artifactChecksum":"ZmNmMWI3MzQyMjdjOTI5NTg1NjlmODg0YWNjZjg0M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa8934f7-965e-4795-a74e-b785b0624228","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T11:47:08.924Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:08.924Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:08.926Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:08.926Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:09.027Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-24T11:47:09.028Z||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-05-24T11:47:09.028Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:09.061Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:09.062Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:09.927Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:09.928Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:09.932Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:09.932Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:47:10.032Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:47:10.033Z||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-05-24T11:47:10.033Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:10.047Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:10.048Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:10.933Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:10.935Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:10.939Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:10.940Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:47:11.039Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-24T11:47:11.040Z||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-05-24T11:47:11.041Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:11.056Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:11.056Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:11.941Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:11.942Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:11.945Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:11.945Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:12.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:12.046Z||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-05-24T11:47:12.047Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:12.097Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:12.097Z||pool-22-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:12.946Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:12.947Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:12.949Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:12.950Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:47:13.050Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:13.051Z||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-05-24T11:47:13.051Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:13.067Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:13.067Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:13.950Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:13.951Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:13.953Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:13.953Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:47:14.053Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:14.054Z||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-05-24T11:47:14.055Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:14.069Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:14.069Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:47:14.954Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:47:14.955Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:14.957Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:14.957Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:47:15.058Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:15.058Z||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-05-24T11:47:15.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:15.076Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:15.077Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:47:15.959Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "serviceName": "vFW 2022-05-24 11-45-39",
  "serviceVersion": "1.0",
  "serviceUUID": "c188b997-8f1c-4274-949b-74bd316f25a6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20fa364b-2ec3-4556-aee4-0c10af4e82ab",
  "resources": [
    {
      "resourceInstanceName": "vFW 1a95e3b9-58fe 0",
      "resourceCustomizationUUID": "b62cfd29-4e52-4edb-9f9b-61f77a2a1f58",
      "resourceName": "vFW 1a95e3b9-58fe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec65bee0-723d-44ab-b8fd-f94101895d11",
      "resourceInvariantUUID": "025cb84c-e337-4135-8b2e-097fbfbb5c25",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1a95e3b958fe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
          "artifactChecksum": "OTc2NWI3MGU3Mjk5YWFiOWY1ZjgxYTQ0M2MxMjBhZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cf7761d6-d5c4-44ef-91f1-12c6158f3a59",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2195d772-d87a-4130-b4ae-359233bea3a9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1723b6a8-a257-425c-94ca-4e2114a85932",
            "generatedFromUUID": "2195d772-d87a-4130-b4ae-359233bea3a9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1723b6a8-a257-425c-94ca-4e2114a85932",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220524114539-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
      "artifactChecksum": "ZmNmMWI3MzQyMjdjOTI5NTg1NjlmODg0YWNjZjg0M2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa8934f7-965e-4795-a74e-b785b0624228"
    }
  ],
  "workloadContext": "Production"
}
2022-05-24T11:47:15.959Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T11:47:15.959Z|30d85772-7817-470e-b919-a02b23df4bba|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c188b997-8f1c-4274-949b-74bd316f25a6 ASDC
2022-05-24T11:47:15.960Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
ServiceName:vFW 2022-05-24 11-45-39
ServiceVersion:1.0
ServiceUUID:c188b997-8f1c-4274-949b-74bd316f25a6
ServiceInvariantUUID:20fa364b-2ec3-4556-aee4-0c10af4e82ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220524114539-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar
ArtifactUUID:aa8934f7-965e-4795-a74e-b785b0624228
ArtifactChecksum:ZmNmMWI3MzQyMjdjOTI5NTg1NjlmODg0YWNjZjg0M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1a95e3b9-58fe 0
ResourceCustomizationUUID:b62cfd29-4e52-4edb-9f9b-61f77a2a1f58
ResourceInvariantUUID:025cb84c-e337-4135-8b2e-097fbfbb5c25
ResourceName:vFW 1a95e3b9-58fe
ResourceType:VF
ResourceUUID:ec65bee0-723d-44ab-b8fd-f94101895d11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1a95e3b958fe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json
ArtifactUUID:cf7761d6-d5c4-44ef-91f1-12c6158f3a59
ArtifactChecksum:OTc2NWI3MGU3Mjk5YWFiOWY1ZjgxYTQ0M2MxMjBhZmY=
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/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml
ArtifactUUID:2195d772-d87a-4130-b4ae-359233bea3a9
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/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
ArtifactUUID:1723b6a8-a257-425c-94ca-4e2114a85932
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/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
ArtifactUUID:1723b6a8-a257-425c-94ca-4e2114a85932
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-24T11:47:15.960Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c188b997-8f1c-4274-949b-74bd316f25a6 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-05-24T11:47:15.987Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:47:15.988Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:47:15.988Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:47:15.988Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa8934f7-965e-4795-a74e-b785b0624228 from URL: /sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:15.988Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:47:15.989Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:16.229Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:47:16.233Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar aa8934f7-965e-4795-a74e-b785b0624228 98964
2022-05-24T11:47:16.233Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar ASDC sendASDCNotification
2022-05-24T11:47:16.233Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:16.233Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:47:16.234Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:16.235Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:16.235Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392836233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:16.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-24T11:47:16.337Z||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-05-24T11:47:16.337Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:16.352Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:16.352Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:47:17.236Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:47:17.237Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-24T11:47:17.237Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: aa8934f7-965e-4795-a74e-b785b0624228, URL: /sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar to file: /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:17.238Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220524114539-csar.csar
2022-05-24T11:47:17.238Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:17.238Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:17.342Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11310183523367134964/Definitions/service-Vfw20220524114539-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-05-24T11:47:18.806Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.807Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1a95e3b9-58fe 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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-Vfw20220524114539-csar.csar
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-24T11:47:18.808Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:18.809Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T11:47:18.810Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.811Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf50713c-dc8d-4f8e-9ee0-5e859b0ab2b5
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.812Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b141c7e9-a8d8-43fc-8d23-9f4288493f22
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2ebae31-90e8-4555-b7b3-c8e9e1ec0a6d
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.813Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.814Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.814Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:18.814Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:18.814Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-24 11-45-39
Description:catalog service description
Model UUID:c188b997-8f1c-4274-949b-74bd316f25a6
Model Version:NULL
Model InvariantUuid:20fa364b-2ec3-4556-aee4-0c10af4e82ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1a95e3b9-58fe
Model UUID:dec49c76-99f3-440d-a10d-e74383b3187f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:025cb84c-e337-4135-8b2e-097fbfbb5c25
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b62cfd29-4e52-4edb-9f9b-61f77a2a1f58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cf58243d-e98f-4931-97b3-1b9c873b319b
ModelName:Vfw1a95e3b958fe..base_vfw..module-0
ModelUuid:72ce12c4-f238-452d-8f6a-ec79df59f4a7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf50713c-dc8d-4f8e-9ee0-5e859b0ab2b5
ModelInvariantUuid:984e4552-7684-4501-8628-e96642cc4c2e
ModelName:vFW 1a95e3b9-58fe-nodes.vfwCvfc
ModelUuid:d2aac89d-6df1-463f-9bf5-1c1d383a9a70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5f87e271-e8f2-49a5-b2e8-2a2c80e7765e
ModelInvariantUuid:8741aadb-068a-4d64-99d5-2d50ef1b7cbf
ModelName:Vfw1a95e3b958fe.compute.nodes.heat.vfw
ModelUuid:065e93da-6ea0-4645-a79c-c982bbb5306b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b141c7e9-a8d8-43fc-8d23-9f4288493f22
ModelInvariantUuid:b396f638-3b08-4153-8f08-46d570f559a5
ModelName:vFW 1a95e3b9-58fe-nodes.vsnCvfc
ModelUuid:62c4e592-e1d1-4799-9185-fa6a598b572a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9dab36bd-5219-468d-b444-b49b36892b37
ModelInvariantUuid:ea582e44-8118-4a70-bcc4-f6baf50a58bc
ModelName:Vfw1a95e3b958fe.compute.nodes.heat.vsn
ModelUuid:91bde70a-623a-480a-a9f1-2889b0c12e02
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b2ebae31-90e8-4555-b7b3-c8e9e1ec0a6d
ModelInvariantUuid:6c495d4c-0a9d-4c6c-a081-24dbb8442068
ModelName:vFW 1a95e3b9-58fe-nodes.vpgCvfc
ModelUuid:f18c5bdc-9ecb-48f8-a640-5b9395e61ae5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:58c8611f-b93d-403c-9f8a-2f31a56d48b3
ModelInvariantUuid:dd5a2b61-e3ae-47cd-8938-d3da5cba7f04
ModelName:Vfw1a95e3b958fe.compute.nodes.heat.vpg
ModelUuid:cb93a704-f177-43b9-8408-46cdc05b87f3
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-05-24T11:47:18.822Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ec65bee0-723d-44ab-b8fd-f94101895d11
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-05-24T11:47:18.825Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||vFW 1a95e3b9-58fe 0
2022-05-24T11:47:18.826Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec65bee0-723d-44ab-b8fd-f94101895d11
2022-05-24T11:47:18.826Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cf7761d6-d5c4-44ef-91f1-12c6158f3a59 from URL: /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json
2022-05-24T11:47:18.826Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:47:18.826Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json
2022-05-24T11:47:18.933Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:47:18.933Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json cf7761d6-d5c4-44ef-91f1-12c6158f3a59 785
2022-05-24T11:47:18.934Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json ASDC sendASDCNotification
2022-05-24T11:47:18.934Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json
2022-05-24T11:47:18.934Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:47:18.934Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:18.936Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:18.936Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392838934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:19.036Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:19.037Z||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-05-24T11:47:19.038Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:19.057Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:19.058Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:19.936Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a95e3b958fe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cf58243d-e98f-4931-97b3-1b9c873b319b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72ce12c4-f238-452d-8f6a-ec79df59f4a7",
    "vfModuleModelCustomizationUUID": "f8aeeefe-69c4-4268-b11f-4e29fe66ead0",
    "isBase": true,
    "artifacts": [
      "2195d772-d87a-4130-b4ae-359233bea3a9",
      "1723b6a8-a257-425c-94ca-4e2114a85932"
    ],
    "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-05-24T11:47:19.941Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a95e3b958fe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72ce12c4-f238-452d-8f6a-ec79df59f4a7
VfModuleModelInvariantUUID:cf58243d-e98f-4931-97b3-1b9c873b319b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2195d772-d87a-4130-b4ae-359233bea3a9
,
1723b6a8-a257-425c-94ca-4e2114a85932

}
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-05-24T11:47:19.944Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a95e3b958fe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cf58243d-e98f-4931-97b3-1b9c873b319b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72ce12c4-f238-452d-8f6a-ec79df59f4a7",
    "vfModuleModelCustomizationUUID": "f8aeeefe-69c4-4268-b11f-4e29fe66ead0",
    "isBase": true,
    "artifacts": [
      "2195d772-d87a-4130-b4ae-359233bea3a9",
      "1723b6a8-a257-425c-94ca-4e2114a85932"
    ],
    "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-05-24T11:47:19.944Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a95e3b958fe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72ce12c4-f238-452d-8f6a-ec79df59f4a7
VfModuleModelInvariantUUID:cf58243d-e98f-4931-97b3-1b9c873b319b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2195d772-d87a-4130-b4ae-359233bea3a9
,
1723b6a8-a257-425c-94ca-4e2114a85932

}
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-05-24T11:47:19.944Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2195d772-d87a-4130-b4ae-359233bea3a9 from URL: /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml
2022-05-24T11:47:19.944Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:47:19.944Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml
2022-05-24T11:47:20.923Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:47:20.924Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml 2195d772-d87a-4130-b4ae-359233bea3a9 20368
2022-05-24T11:47:20.925Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T11:47:20.925Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml
2022-05-24T11:47:20.926Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:47:20.926Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:20.928Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:20.928Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392840925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:21.028Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:47:21.029Z||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-05-24T11:47:21.029Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:21.044Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:21.045Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:21.929Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1723b6a8-a257-425c-94ca-4e2114a85932 from URL: /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
2022-05-24T11:47:21.930Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-24T11:47:21.930Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
2022-05-24T11:47:23.267Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-24T11:47:23.268Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env 1723b6a8-a257-425c-94ca-4e2114a85932 2098
2022-05-24T11:47:23.268Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T11:47:23.268Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
2022-05-24T11:47:23.268Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:47:23.269Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:23.271Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:23.271Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392843268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:47:23.371Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:23.372Z||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-05-24T11:47:23.372Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:23.387Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:23.388Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:24.273Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c188b997-8f1c-4274-949b-74bd316f25a6
2022-05-24T11:47:24.273Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1a95e3b9-58fe 0 ec65bee0-723d-44ab-b8fd-f94101895d11 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-24T11:47:24.291Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28f6ae7, org.onap.sdc.toscaparser.api.parameters.Input@690d22f2, org.onap.sdc.toscaparser.api.parameters.Input@64de1e5c, org.onap.sdc.toscaparser.api.parameters.Input@19330bba, org.onap.sdc.toscaparser.api.parameters.Input@60929229]
2022-05-24T11:47:24.292Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.293Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.293Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-24T11:47:24.293Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b62cfd29-4e52-4edb-9f9b-61f77a2a1f58
2022-05-24T11:47:24.293Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b62cfd29-4e52-4edb-9f9b-61f77a2a1f58 matches Tosca VF Customization UUID: b62cfd29-4e52-4edb-9f9b-61f77a2a1f58
2022-05-24T11:47:24.293Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b62cfd29-4e52-4edb-9f9b-61f77a2a1f58  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-05-24T11:47:24.296Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.296Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.296Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b62cfd29-4e52-4edb-9f9b-61f77a2a1f58: {\"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-05-24T11:47:24.296Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75df532f
2022-05-24T11:47:24.297Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.297Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T11:47:24.297Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8aeeefe-69c4-4268-b11f-4e29fe66ead0
2022-05-24T11:47:24.297Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8aeeefe-69c4-4268-b11f-4e29fe66ead0
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-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.299Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.300Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf50713c-dc8d-4f8e-9ee0-5e859b0ab2b5
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-05-24T11:47:24.302Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.302Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.302Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:24.302Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.303Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.304Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b141c7e9-a8d8-43fc-8d23-9f4288493f22
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-05-24T11:47:24.306Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.306Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.306Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:24.306Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.307Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T11:47:24.308Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2ebae31-90e8-4555-b7b3-c8e9e1ec0a6d
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-05-24T11:47:24.310Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.310Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.310Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T11:47:24.310Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.311Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Node template vFW 1a95e3b9-58fe 0 is matching search criteria
2022-05-24T11:47:24.311Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1a95e3b9-58fe 0] matching following query criteria: sdcType=VF, customizationUUID=b62cfd29-4e52-4edb-9f9b-61f77a2a1f58
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-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c188b997-8f1c-4274-949b-74bd316f25a6: vFW 1a95e3b9-58fe
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-24 11-45-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:47:24.314Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-24 11-45-39 
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-05-24T11:47:24.472Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1a95e3b9-58fe ec65bee0-723d-44ab-b8fd-f94101895d11 1 ASDC deployResourceStructure
2022-05-24T11:47:24.473Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json ASDC sendASDCNotification
2022-05-24T11:47:24.473Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json
2022-05-24T11:47:24.473Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:47:24.473Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:24.475Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:24.475Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392844473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:24.576Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-24T11:47:24.577Z||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-05-24T11:47:24.577Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:24.598Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:24.599Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:25.477Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T11:47:25.477Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml
2022-05-24T11:47:25.477Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:47:25.477Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:25.479Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:25.479Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392845476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:25.579Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:25.580Z||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-05-24T11:47:25.580Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:25.601Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:25.601Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:26.480Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T11:47:26.480Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env
2022-05-24T11:47:26.480Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:47:26.481Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:26.484Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:26.484Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392846480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:26.584Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:26.585Z||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-05-24T11:47:26.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:26.598Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:26.598Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:27.484Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar ASDC sendASDCNotification
2022-05-24T11:47:27.485Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar
2022-05-24T11:47:27.485Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:47:27.486Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:47:27.488Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:47:27.488Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392847484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:47:27.588Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:47:27.589Z||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-05-24T11:47:27.590Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:47:27.607Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:47:27.607Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:47:28.489Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:47:28.500Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:47:28.502Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:47:28.502Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:47:28.502Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:47:58.503Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:47:58.513Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:47:58.515Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:47:58.515Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:47:58.515Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:48:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:48:08.288Z||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-05-24T11:48:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:48:08.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:48:08.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:48:08.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:48:08.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:48:28.515Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:48:28.527Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:48:28.529Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:48:28.529Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:48:28.530Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:48:58.530Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:48:58.548Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:48:58.554Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:48:58.554Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:48:58.554Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:49:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:49:08.288Z||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-05-24T11:49:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:49:08.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:49:08.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-24T11:49:08.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392824676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392833481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392828284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "aai-ml",
  "timestamp": 1653392834486,
  "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-05-24T11:49:08.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:49:08.835Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:49:08.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392836233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:49:08.846Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392838934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392840925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392840176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392842187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392843268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:49:08.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "clamp",
  "timestamp": 1653392843191,
  "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-05-24T11:49:08.852Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
2022-05-24T11:49:08.852Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:49:08.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392844473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/vfw1a95e3b958fe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392845476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392846480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/resourceInstances/vfw1a95e3b958fe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392847484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220524114539/1.0/artifacts/service-Vfw20220524114539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:49:08.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:49:28.555Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:49:28.568Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86
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-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:49:28.570Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:49:28.574Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T11:49:58.574Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 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-05-24T11:49:58.584Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 and serviceModelVersionId: c188b997-8f1c-4274-949b-74bd316f25a6
2022-05-24T11:49:58.585Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20fa364b-2ec3-4556-aee4-0c10af4e82ab
2022-05-24T11:49:58.587Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?depth=0
2022-05-24T11:49:58.592Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T11:49:58.629Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?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-05-24T11:49:58.631Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?depth=0|INFO|500||Invoke
2022-05-24T11:49:58.655Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-24T11:49:58.751Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?depth=0|INFO|500||InvokeReturn
2022-05-24T11:49:58.752Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20fa364b-2ec3-4556-aee4-0c10af4e82ab/model-vers/model-ver/c188b997-8f1c-4274-949b-74bd316f25a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220524-11:49:58:080-69206], vertex-id=[180352], Content-Length=[0], Date=[Tue, 24 May 2022 11:49:58 GMT], Content-Type=[application/json]}
2022-05-24T11:49:58.752Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-24T11:49:58.753Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T11:49:58.753Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:49:58.761Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:49:58.762Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T11:49:58.762Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T11:49:58.763Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:49:58.766Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:49:58.766Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392998762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:49:58.866Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:49:58.867Z||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-05-24T11:49:58.867Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:49:58.887Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:49:58.888Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"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-05-24T11:49:59.778Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:49:59.779Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:49:59.779Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:50:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:50:08.287Z||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-05-24T11:50:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:50:08.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:50:08.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T11:50:08.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653392998762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:50:08.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:50:10.067Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:50:10.068Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:50:10.068Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:50:10.068Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:50:19.617Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:50:19.617Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:50:19.618Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:50:19.618Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:50:29.202Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:51:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:51:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T11:51:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:51:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:51:08.287Z||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-05-24T11:51:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:51:17.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:51:17.918Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:52:08.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:52:08.285Z||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-05-24T11:52:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:52:08.288Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:52:08.289Z||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-05-24T11:52:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:52:17.839Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:52:17.853Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:53:08.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:53:08.285Z||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-05-24T11:53:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:53:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:53:08.287Z||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-05-24T11:53:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:53:17.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:53:17.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:54:08.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:54:08.285Z||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-05-24T11:54:08.285Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:54:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:54:08.287Z||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-05-24T11:54:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:54:17.859Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:54:17.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:08.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:55:08.286Z||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-05-24T11:55:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:08.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:55:08.287Z||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-05-24T11:55:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:15.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:15.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T11:55:15.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"857ac863-d2f2-4b3e-993d-b134f2d98469","serviceName":"Demo_pNF_fDk9EVkgx9sMSOjDjVpG","serviceVersion":"1.0","serviceUUID":"00687a4d-926e-4c4a-b2d1-01c46cbfcf95","serviceDescription":"catalog service description","serviceInvariantUUID":"0c669af3-0c00-443b-8027-ecb9e6ca6b11","resources":[{"resourceInstanceName":"pNF 0691e12c-ffce 0","resourceName":"pNF 0691e12c-ffce","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"53875ba3-833f-4c4e-af25-f25066557433","resourceInvariantUUID":"3562a49a-3e10-4795-b486-7811b6ad7b9d","resourceCustomizationUUID":"74a2260e-aa3d-4001-b225-9d2dc3a17a84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4NjgxZmZkZGUwNTVmYjU4OWI0OGZlZTQxMDRiN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85955d80-ffba-48de-860d-58bf730dc359","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar","artifactChecksum":"OTc2M2RmNWI3ZGYyYTM4ZWIwODE3ODE4OGQ0ZDFjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6d80722-ebce-425f-a1ea-714209d9a31c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5cfc7b4-9c12-40e7-8f47-9c48ef78a235","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml","artifactChecksum":"NjM1YmE0NTExYmFjY2Q1NTMwMWQzMjQ5YjdhNTcwZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b4610a3-f88b-4a9c-bf04-b2479637f7fc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcd2ca49-85d8-46ea-ba1e-75d51aea930b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b17ecc0a-940a-469a-bc0a-524efb0624d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml","artifactChecksum":"M2VmY2FjNzc5NDAzOWM2MGNhMDk1OTliOWQyMDY2NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1b98800-364a-4030-8632-2f46a7147506","artifactVersion":"1"},{"artifactName":"service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar","artifactChecksum":"NDc4MjM0MmYxZGE0ODg1YTM2MDM3YmU3MzI3ODJiYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d35f8b5-66a3-4144-bb4a-b65f7e2bb526","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T11:55:15.070Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:15.070Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:15.073Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:15.073Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:15.173Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:15.174Z||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-05-24T11:55:15.174Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:15.188Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:15.188Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-24T11:55:15.309Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:55:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:15.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:55:15.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:55:15.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:15.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:55:16.074Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:16.076Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:16.078Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:16.078Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:16.178Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:16.180Z||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-05-24T11:55:16.180Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:16.194Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:16.194Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:17.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:17.080Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:17.082Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:17.082Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:17.182Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:17.183Z||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-05-24T11:55:17.183Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:17.197Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:17.197Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:18.083Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:18.084Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:18.086Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:18.086Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:18.186Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:55:18.187Z||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-05-24T11:55:18.187Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:18.204Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:18.204Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:19.087Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:19.088Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:19.089Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:19.089Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:19.190Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:19.191Z||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-05-24T11:55:19.191Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:19.217Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:19.218Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:20.090Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:20.091Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:20.093Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:20.093Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:20.194Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:20.195Z||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-05-24T11:55:20.195Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:20.211Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:20.212Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:21.094Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:21.095Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:21.097Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:21.097Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:55:21.197Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:21.199Z||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-05-24T11:55:21.199Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:21.214Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:21.215Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:22.098Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T11:55:22.099Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:22.102Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:22.102Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:55:22.202Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T11:55:22.203Z||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-05-24T11:55:22.204Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:22.238Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:22.238Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:23.103Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "serviceName": "Demo_pNF_fDk9EVkgx9sMSOjDjVpG",
  "serviceVersion": "1.0",
  "serviceUUID": "00687a4d-926e-4c4a-b2d1-01c46cbfcf95",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c669af3-0c00-443b-8027-ecb9e6ca6b11",
  "resources": [
    {
      "resourceInstanceName": "pNF 0691e12c-ffce 0",
      "resourceCustomizationUUID": "74a2260e-aa3d-4001-b225-9d2dc3a17a84",
      "resourceName": "pNF 0691e12c-ffce",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "53875ba3-833f-4c4e-af25-f25066557433",
      "resourceInvariantUUID": "3562a49a-3e10-4795-b486-7811b6ad7b9d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
      "artifactChecksum": "NDc4MjM0MmYxZGE0ODg1YTM2MDM3YmU3MzI3ODJiYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d35f8b5-66a3-4144-bb4a-b65f7e2bb526"
    }
  ],
  "workloadContext": "Production"
}
2022-05-24T11:55:23.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T11:55:23.104Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00687a4d-926e-4c4a-b2d1-01c46cbfcf95 ASDC
2022-05-24T11:55:23.105Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:857ac863-d2f2-4b3e-993d-b134f2d98469
ServiceName:Demo_pNF_fDk9EVkgx9sMSOjDjVpG
ServiceVersion:1.0
ServiceUUID:00687a4d-926e-4c4a-b2d1-01c46cbfcf95
ServiceInvariantUUID:0c669af3-0c00-443b-8027-ecb9e6ca6b11
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
ArtifactUUID:4d35f8b5-66a3-4144-bb4a-b65f7e2bb526
ArtifactChecksum:NDc4MjM0MmYxZGE0ODg1YTM2MDM3YmU3MzI3ODJiYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0691e12c-ffce 0
ResourceCustomizationUUID:74a2260e-aa3d-4001-b225-9d2dc3a17a84
ResourceInvariantUUID:3562a49a-3e10-4795-b486-7811b6ad7b9d
ResourceName:pNF 0691e12c-ffce
ResourceType:PNF
ResourceUUID:53875ba3-833f-4c4e-af25-f25066557433
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-24T11:55:23.105Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00687a4d-926e-4c4a-b2d1-01c46cbfcf95 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-05-24T11:55:23.152Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:55:23.153Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-24T11:55:23.153Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-24T11:55:23.154Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d35f8b5-66a3-4144-bb4a-b65f7e2bb526 from URL: /sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:23.154Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-24T11:55:23.154Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:24.168Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-24T11:55:24.172Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar 4d35f8b5-66a3-4144-bb4a-b65f7e2bb526 82645
2022-05-24T11:55:24.172Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar ASDC sendASDCNotification
2022-05-24T11:55:24.173Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:24.173Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T11:55:24.173Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:24.175Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:24.176Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393324172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:55:24.283Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-05-24T11:55:24.284Z||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-05-24T11:55:24.284Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:24.299Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:24.300Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:25.176Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T11:55:25.177Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-24T11:55:25.177Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4d35f8b5-66a3-4144-bb4a-b65f7e2bb526, URL: /sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar to file: /app/ASDC/1/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.177Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.178Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.178Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.319Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17932004452461200154/Definitions/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0691e12c-ffce 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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:25.935Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-24T11:55:25.936Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.936Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.936Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Node template pNF 0691e12c-ffce 0 is matching search criteria
2022-05-24T11:55:25.936Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-24T11:55:25.936Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0691e12c-ffce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Node template pNF 0691e12c-ffce 0 is matching search criteria
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0691e12c-ffce 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.937Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fDk9EVkgx9sMSOjDjVpG
Description:catalog service description
Model UUID:00687a4d-926e-4c4a-b2d1-01c46cbfcf95
Model Version:NULL
Model InvariantUuid:0c669af3-0c00-443b-8027-ecb9e6ca6b11
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-05-24T11:55:25.946Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 53875ba3-833f-4c4e-af25-f25066557433
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-05-24T11:55:25.951Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||pNF 0691e12c-ffce 0
2022-05-24T11:55:25.951Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 53875ba3-833f-4c4e-af25-f25066557433
2022-05-24T11:55:25.952Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 00687a4d-926e-4c4a-b2d1-01c46cbfcf95
2022-05-24T11:55:25.952Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 00687a4d-926e-4c4a-b2d1-01c46cbfcf95
2022-05-24T11:55:25.952Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0691e12c-ffce 0 53875ba3-833f-4c4e-af25-f25066557433 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-05-24T11:55:25.957Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@794cc205, org.onap.sdc.toscaparser.api.parameters.Input@568e74cb, org.onap.sdc.toscaparser.api.parameters.Input@10a88687, org.onap.sdc.toscaparser.api.parameters.Input@2c859aaa, org.onap.sdc.toscaparser.api.parameters.Input@334629d5]
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 00687a4d-926e-4c4a-b2d1-01c46cbfcf95: pNF 0691e12c-ffce
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Processing PNF resource: 53875ba3-833f-4c4e-af25-f25066557433
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fDk9EVkgx9sMSOjDjVpG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T11:55:25.958Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||Resource customization UUID: 74a2260e-aa3d-4001-b225-9d2dc3a17a84 is the same as notified resource customizationUUID: 74a2260e-aa3d-4001-b225-9d2dc3a17a84
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-05-24T11:55:26.018Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0691e12c-ffce 53875ba3-833f-4c4e-af25-f25066557433 0 ASDC deployResourceStructure
2022-05-24T11:55:26.019Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar ASDC sendASDCNotification
2022-05-24T11:55:26.019Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar
2022-05-24T11:55:26.019Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T11:55:26.020Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:55:26.023Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:55:26.023Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393326019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:55:26.123Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:55:26.124Z||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-05-24T11:55:26.125Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:55:26.138Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:55:26.138Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T11:55:27.024Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:55:27.037Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:55:27.040Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:55:27.041Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:55:27.041Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:55:57.041Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:55:57.053Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:55:57.057Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:55:57.057Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:55:57.057Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:56:08.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:56:08.287Z||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-05-24T11:56:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:56:08.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:56:08.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:56:08.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:56:08.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:56:27.057Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:56:27.070Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:56:27.072Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:56:27.072Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:56:27.072Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:56:57.072Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:56:57.085Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:56:57.089Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:56:57.089Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:56:57.089Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:57:08.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:57:08.287Z||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-05-24T11:57:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:57:08.312Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:57:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:57:08.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:57:08.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:57:27.090Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:57:27.099Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:57:27.102Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:57:27.102Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:57:27.102Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:57:57.102Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:57:57.114Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:57:57.116Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:57:57.116Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T11:57:57.116Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T11:58:08.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:58:08.287Z||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-05-24T11:58:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:58:08.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:58:08.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393304676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393308284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393305447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393304312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393314760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393322970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393323430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393324172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393323975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "cds",
  "timestamp": 1653393324446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-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-05-24T11:58:08.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.829Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:08.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393324347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "policy-id",
  "timestamp": 1653393324979,
  "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-05-24T11:58:08.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:08.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393326019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393326262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653393327265,
  "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-05-24T11:58:08.865Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.865Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:08.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653393321838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393324159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393332935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393332252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393334048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653393335052,
  "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-05-24T11:58:08.888Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.889Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393334262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/resourceInstances/pnf0691e12cffce0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "clamp",
  "timestamp": 1653393335269,
  "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-05-24T11:58:08.903Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:08.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-24T11:58:08.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "NOTIFIED"
}
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393337560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393341147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFdk9evkgx9smsojdjvpg/1.0/artifacts/service-DemoPnfFdk9evkgx9smsojdjvpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T11:58:08.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "aai-ml",
  "timestamp": 1653393342152,
  "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-05-24T11:58:08.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 857ac863-d2f2-4b3e-993d-b134f2d98469
2022-05-24T11:58:08.917Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:27.116Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:58:27.128Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469
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-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.132Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.133Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.133Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.133Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.133Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-24T11:58:27.133Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-05-24T11:58:27.140Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T11:58:57.140Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 857ac863-d2f2-4b3e-993d-b134f2d98469 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-05-24T11:58:57.151Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 857ac863-d2f2-4b3e-993d-b134f2d98469 and serviceModelVersionId: 00687a4d-926e-4c4a-b2d1-01c46cbfcf95
2022-05-24T11:58:57.151Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c669af3-0c00-443b-8027-ecb9e6ca6b11
2022-05-24T11:58:57.152Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?depth=0
2022-05-24T11:58:57.157Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T11:58:57.200Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?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-05-24T11:58:57.201Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?depth=0|INFO|500||Invoke
2022-05-24T11:58:57.224Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-24T11:58:57.345Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?depth=0|INFO|500||InvokeReturn
2022-05-24T11:58:57.345Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c669af3-0c00-443b-8027-ecb9e6ca6b11/model-vers/model-ver/00687a4d-926e-4c4a-b2d1-01c46cbfcf95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220524-11:58:56:649-75881], vertex-id=[209056], Content-Length=[0], Date=[Tue, 24 May 2022 11:58:56 GMT], Content-Type=[application/json]}
2022-05-24T11:58:57.346Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-24T11:58:57.346Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T11:58:57.346Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-05-24T11:58:57.362Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||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-05-24T11:58:57.362Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 857ac863-d2f2-4b3e-993d-b134f2d98469 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T11:58:57.362Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T11:58:57.363Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-24T11:58:57.365Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T11:58:57.365Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393537362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:58:57.465Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T11:58:57.467Z||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-05-24T11:58:57.467Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cj0LjhHInLCAHO0v) ...
2022-05-24T11:58:57.487Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:58:57.488Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 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-05-24T11:58:58.378Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:58:58.379Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T11:58:58.379Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:59:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:08.287Z||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-05-24T11:59:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:59:08.770Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:59:08.771Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:08.772Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T11:59:08.772Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:59:08.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:59:08.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-24T11:59:08.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "857ac863-d2f2-4b3e-993d-b134f2d98469",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653393537362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T11:59:08.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T11:59:18.341Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:59:18.341Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:18.342Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T11:59:18.342Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:59:27.916Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T11:59:27.918Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:27.920Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T11:59:27.920Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T11:59:37.494Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:00:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:00:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:00:08.287Z||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-05-24T12:00:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:00:08.287Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:00:08.287Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:00:17.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:00:17.919Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:01:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:01:08.286Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:01:08.286Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:01:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:01:08.287Z||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-05-24T12:01:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:01:17.886Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:01:17.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:02:08.284Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:02:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:02:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:02:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:02:08.287Z||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-05-24T12:02:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:02:17.846Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:02:17.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:03:08.284Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:03:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:03:08.286Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:03:08.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:03:08.288Z||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-05-24T12:03:08.288Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:03:17.864Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:03:17.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:04:08.284Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:04:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:04:08.285Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:04:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:04:08.287Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:04:08.287Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:04:17.838Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:04:17.838Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:05:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:05:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:05:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:05:08.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:05:08.289Z||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-05-24T12:05:08.289Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:05:17.899Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:05:17.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:06:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:06:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:06:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:06:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:06:08.286Z||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-05-24T12:06:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:06:17.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:06:17.846Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:07:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:07:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:07:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:07:08.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:07:08.287Z||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-05-24T12:07:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:07:17.844Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:07:17.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:08:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:08:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:08:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:08:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:08:08.287Z||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-05-24T12:08:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:08:17.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:08:17.843Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:09:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:09:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:09:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:09:08.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:09:08.287Z||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-05-24T12:09:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:09:17.843Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:09:17.854Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:10:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:10:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:10:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:10:08.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:10:08.292Z||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-05-24T12:10:08.292Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:10:17.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:10:17.890Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:11:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:11:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:11:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:11:08.286Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:11:08.287Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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-05-24T12:11:08.287Z|857ac863-d2f2-4b3e-993d-b134f2d98469|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:11:17.873Z|857ac863-d2f2-4b3e-993d-b134f2d98469|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:11:17.915Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:12:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:12:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:12:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:12:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:12:08.286Z||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-05-24T12:12:08.286Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:12:17.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:12:17.892Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:13:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:13:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:13:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:13:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:13:08.286Z||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-05-24T12:13:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:13:17.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:13:17.887Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:14:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:14:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:14:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:14:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:14:08.286Z||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-05-24T12:14:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:14:17.866Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:14:17.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:15:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:15:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:15:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:08.287Z||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-05-24T12:15:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:15:17.924Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:15:17.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:16:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:16:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:16:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:16:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:16:08.286Z||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-05-24T12:16:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:16:17.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:16:17.836Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:17:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:17:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:17:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:17:08.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:17:08.287Z||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-05-24T12:17:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:17:17.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:17:17.842Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:18:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:18:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:18:08.286Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:18:08.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:18:08.287Z||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-05-24T12:18:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:18:17.842Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:18:17.869Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:19:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:19:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:19:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:19:08.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:19:08.287Z||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-05-24T12:19:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:19:17.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:19:17.847Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:20:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:20:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:20:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:20:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:20:08.287Z||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-05-24T12:20:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:20:17.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:20:17.842Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:21:08.284Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:21:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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-05-24T12:21:08.285Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:21:08.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:21:08.286Z||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-05-24T12:21:08.287Z||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 Cj0LjhHInLCAHO0v) ...
2022-05-24T12:21:17.840Z|ea56ceb0-eb09-4af5-a1d1-beb0c4a9cb86|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-24T12:21:17.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK