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)

2021-08-12T11:16:39.982Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-sts2h with PID 14 (/app/app.jar started by so in /app)
2021-08-12T11:16:39.988Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-12T11:16:39.989Z||main|||||INFO|500||The following profiles are active: basic
2021-08-12T11:16:46.400Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-12T11:16:46.401Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-12T11:16:46.476Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-12T11:16:47.727Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-12T11:16:47.859Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-12T11:16:48.200Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-12T11:16:48.206Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-12T11:16:48.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-12T11:16:48.365Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-12T11:16:48.691Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-12T11:16:49.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T11:16:51.115Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T11:16:51.157Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-12T11:16:51.667Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-12T11:16:51.869Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-12T11:16:52.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-12T11:16:53.650Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-12T11:16:53.667Z||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$$cc877900.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-12T11:16:53.667Z||main|||||WARN|500||The sdc end point is not alive
2021-08-12T11:16:55.494Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-12T11:16:57.583Z||main|||||WARN|500||---
2021-08-12T11:16:57.584Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-12T11:16:57.584Z||main|||||WARN|500||---
2021-08-12T11:16:57.944Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-12T11:17:00.696Z||main|||||INFO|500||Started Application in 22.322 seconds (JVM running for 23.237)
2021-08-12T11:17:00.696Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T11:17:00.696Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T11:17:00.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T11:17:00.771Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T11:17:00.804Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b76cac4-fac1-4d03-9785-85b9321f7ee1 url= /sdc/v1/artifactTypes
2021-08-12T11:17:00.804Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T11:17:01.926Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.25.224] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-12T11:17:01.932Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7489c2be
2021-08-12T11:17:01.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-12T11:17:01.942Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-12T11:17:01.977Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-12T11:17:01.979Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-12T11:17:50.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-12T11:17:50.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-12T11:17:50.691Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-12T11:17:50.697Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-12T11:17:50.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a70fa847-d30a-4b80-a915-bf0d53f62842 url= /sdc/v1/artifactTypes
2021-08-12T11:17:50.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-12T11:17:50.871Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-12T11:17:50.880Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-12T11:17:50.900Z||scheduling-1|||||DEBUG|500||create keys
2021-08-12T11:17:50.906Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-12T11:17:50.932Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:17:50.948Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6bedcd8b-18ae-4e6c-be23-57f775d5b135 url= /sdc/v1/registerForDistribution
2021-08-12T11:17:51.163Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6bedcd8b-18ae-4e6c-be23-57f775d5b135 url= /sdc/v1/registerForDistribution
2021-08-12T11:17:51.163Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-12T11:17:51.175Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:17:51.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:17:51.178Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-12T11:17:51.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:17:51.181Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:17:51.182Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:17:51.182Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:18:01.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:18:01.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:18:51.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:18:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:18:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:18:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:18:51.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:18:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:19:00.735Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:19:00.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:19:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:19:51.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:19:51.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:19:51.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:19:51.192Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:20:00.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:20:00.736Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:20:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:20:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:20:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:20:51.174Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:20:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:20:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:21:00.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:21:00.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:21:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:21:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:21:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:21:51.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:21:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:21:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:22:00.733Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:22:00.733Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:22:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:22:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:22:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:22:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:22:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:22:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:23:00.726Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:23:00.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:23:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:23:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:23:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:23:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:23:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:23:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:24:00.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:24:00.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:24:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:24:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:24:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:24:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:24:51.176Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:24:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:25:00.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:25:00.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:25:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:25:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:25:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:25:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:25:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:26:00.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:26:00.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:26:47.127Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-12T11:26:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:26:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:26:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:26:51.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:26:51.175Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:26:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:27:00.726Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:27:00.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:27:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:27:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:27:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:27:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:27:51.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:27:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:28:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:28:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:28:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:28:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:28:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:28:51.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:28:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:29:00.726Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:29:00.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:29:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:29:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:29:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:29:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:29:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:29:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:30:00.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:30:00.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:30:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:30:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:30:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:30:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:30:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:30:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:31:00.723Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:31:00.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:31:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:31:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:31:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:31:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:31:51.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:32:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:32:00.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:32:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:32:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:32:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:32:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:32:51.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:32:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:33:00.728Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:33:00.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:33:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:33:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:33:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:33:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:33:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:33:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:34:00.730Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:34:00.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:34:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:34:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:34:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:34:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:34:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:34:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:35:00.725Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:35:00.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:35:51.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:35:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:35:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:35:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:35:51.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:36:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:36:00.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:36:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:36:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:36:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:36:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:36:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:36:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:37:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:37:00.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:37:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:37:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:37:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:37:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:37:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:37:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:38:00.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:38:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:38:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:38:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:38:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:38:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:38:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:38:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:39:00.747Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:39:00.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:39:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:39:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:39:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:39:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:39:51.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:39:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:40:00.729Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:40:00.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:40:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:40:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:40:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:40:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:40:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:40:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:41:00.723Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:41:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:41:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:41:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:41:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:41:51.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:41:51.176Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:41:51.177Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:42:00.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:42:00.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:42:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:42:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:42:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:42:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:42:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:42:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:43:00.725Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:43:00.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:43:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:43:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:43:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:43:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:43:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:43:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:44:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:44:00.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:44:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:44:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:44:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:44:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:44:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:44:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:45:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:45:00.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:45:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:45:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:45:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:45:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:45:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:45:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:46:00.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:46:00.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:46:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:46:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:46:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:46:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:46:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:46:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:47:00.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:47:00.727Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:47:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:47:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:47:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:47:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:47:51.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:48:00.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:48:00.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:48:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:48:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:48:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:48:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:48:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:48:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:49:00.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:49:00.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:49:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:49:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:49:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:49:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:49:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:49:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:50:00.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:50:00.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:50:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:50:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:50:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:50:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:50:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:50:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:51:00.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:51:00.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:51:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:51:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:51:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:51:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:51:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:51:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:52:00.726Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:52:00.728Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:52:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:52:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:52:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:52:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:52:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:52:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:53:00.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:53:00.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:53:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:53:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:53:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:53:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:53:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:53:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:54:00.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:54:00.729Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:54:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:54:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:54:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:54:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:54:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:54:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:55:00.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:55:00.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:55:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:55:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:55:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:55:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:55:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:55:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:56:00.727Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:56:00.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:56:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:56:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:56:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:56:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:56:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:56:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:57:00.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:57:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:57:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:57:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:57:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:57:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:57:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:57:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T11:58:00.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:58:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:58:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:58:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:58:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:58:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:58:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:58:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:59:00.721Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:59:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T11:59:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:59:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:59:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T11:59:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T11:59:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T11:59:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:00:00.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:00:00.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:00:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:00:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:00:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:00:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:00:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:00:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:01:00.716Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:01:00.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:01:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:01:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:01:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:01:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:01:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:01:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:02:00.726Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:02:00.731Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:02:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:02:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:02:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:02:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:02:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:02:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:03:00.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:03:00.728Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:03:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:03:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:03:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:03:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:03:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:03:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:04:00.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:04:00.731Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:04:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:04:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:04:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:04:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:04:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:04:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:05:00.723Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:05:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:05:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:05:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:05:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:05:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:05:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:05:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:06:00.733Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:06:00.734Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:06:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:06:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:06:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:06:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:06:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:06:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:07:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:07:00.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:07:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:07:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:07:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:07:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:07:51.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:07:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:08:00.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:08:00.735Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:08:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:08:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:08:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:08:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:08:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:08:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:09:00.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:09:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:09:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:09:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:09:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:09:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:09:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:09:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:10:00.718Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:10:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:10:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:10:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:10:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:10:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:10:51.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:10:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:11:00.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:11:00.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:11:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:11:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:11:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:11:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:11:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:11:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:12:00.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:12:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:12:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:12:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:12:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:12:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:12:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:12:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:13:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:13:00.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:13:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:13:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:13:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:13:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:13:51.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:13:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:14:00.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:14:00.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:14:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:14:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:14:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:14:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:14:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:14:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:15:00.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:15:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:15:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:15:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:15:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:15:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:15:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:15:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:16:00.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:16:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:16:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:16:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:16:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:16:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:16:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:16:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:17:00.716Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:17:00.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:17:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:17:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:17:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:17:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:17:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:17:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:18:00.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:18:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:18:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:18:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:18:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:18:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:18:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:18:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:19:00.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:19:00.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:19:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:19:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:19:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:19:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:19:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:20:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:20:00.729Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:20:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:20:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:20:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:20:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:20:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:20:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:21:00.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:21:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:21:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:21:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:21:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:21:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:21:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:21:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:22:00.723Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:22:00.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:22:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:22:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:22:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:22:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:22:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:22:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:23:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:23:00.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:23:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:23:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:23:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:23:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:23:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:23:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:24:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:24:00.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:24:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:24:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:24:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:24:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:24:51.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:24:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:25:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:25:00.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:25:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:25:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:25:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:25:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:25:51.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:26:00.755Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:26:00.755Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:26:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:26:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:26:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:26:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:26:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:26:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:27:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:27:00.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:27:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:27:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:27:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:27:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:27:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:27:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:28:00.721Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:28:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:28:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:28:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:28:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:28:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:28:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:29:00.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:29:00.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:29:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:29:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:29:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:29:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:29:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:29:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:30:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:30:00.733Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:30:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:30:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:30:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:30:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:30:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:30:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:31:00.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:31:00.718Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:31:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:31:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:31:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:31:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:31:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:32:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:32:00.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:32:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:32:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:32:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:32:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:32:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:32:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:33:00.722Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:33:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:33:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:33:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:33:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:33:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:33:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:33:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:34:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:34:00.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:34:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:34:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:34:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:34:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:34:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:34:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:35:00.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:35:00.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:35:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:35:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:35:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:35:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:35:51.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:36:00.718Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:36:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:36:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:36:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:36:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:36:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:36:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:36:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:37:00.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:37:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:37:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:37:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:37:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:37:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:37:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:37:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:38:00.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:38:00.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:38:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:38:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:38:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:38:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:38:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:38:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:39:00.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:39:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:39:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:39:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:39:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:39:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:39:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:39:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:40:00.723Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:40:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:40:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:40:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:40:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:40:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:40:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:40:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:41:00.718Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:41:00.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:41:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:41:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:41:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:41:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:41:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:41:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:42:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:42:00.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:42:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:42:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:42:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:42:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:42:51.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:42:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:43:00.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:43:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:43:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:43:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:43:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:43:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:43:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:43:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:44:00.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:44:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:44:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:44:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:44:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:44:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:44:51.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:44:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:45:00.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:45:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:45:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:45:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:45:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:45:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:45:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:45:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:46:00.717Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:46:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:46:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:46:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:46:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:46:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:46:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:46:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:47:00.732Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:47:00.733Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:47:51.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:47:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:47:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:47:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:47:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:48:00.721Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:48:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:48:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:48:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:48:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:48:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:48:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:48:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:49:00.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:49:00.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:49:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:49:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:49:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:49:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:49:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:49:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:50:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:50:00.720Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:50:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:50:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:50:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:50:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:50:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:50:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:51:00.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:51:00.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:51:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:51:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:51:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:51:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:51:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:51:51.175Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:52:00.716Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:52:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:52:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:52:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:52:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:52:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:52:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:52:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:53:00.720Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:53:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:53:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:53:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:53:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:53:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:53:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:53:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:54:00.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:54:00.718Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:54:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:54:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:54:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:54:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:54:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:54:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:55:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:55:00.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:55:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:55:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:55:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:55:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:55:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:55:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:56:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:56:00.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:56:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:56:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:56:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:56:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:56:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:56:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:57:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:57:00.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:57:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:57:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:57:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:57:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:57:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:57:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:58:00.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:58:00.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:58:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:58:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:58:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:58:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:58:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:58:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T12:59:00.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:59:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T12:59:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:59:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:59:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T12:59:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T12:59:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T12:59:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:00:00.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:00:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:00:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:00:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:00:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:00:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:00:51.175Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:00:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:01:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:01:00.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:01:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:01:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:01:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:01:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:01:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:01:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:02:00.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:02:00.718Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:02:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:02:51.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:02:51.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:02:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:02:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:02:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:03:00.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:03:00.715Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:03:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:03:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:03:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:03:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:03:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:03:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:04:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:04:00.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:04:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:04:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:04:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:04:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:04:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:04:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:05:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:05:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:05:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:05:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:05:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:05:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:05:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:05:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:06:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:06:00.721Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:06:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:06:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:06:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:06:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:06:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:06:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:07:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:07:00.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:07:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:07:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:07:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:07:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:07:51.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:07:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:08:00.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:08:00.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:08:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:08:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:08:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:08:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:08:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:08:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:09:00.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:09:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:09:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:09:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:09:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:09:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:09:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:09:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:10:00.718Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:10:00.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:10:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:10:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:10:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:10:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:10:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:10:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:11:00.715Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:11:00.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:11:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:11:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:11:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:11:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:11:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:11:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:12:00.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:12:00.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:12:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:12:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:12:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:12:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:12:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:12:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:13:00.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:13:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:13:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:13:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:13:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:13:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:13:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:13:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:14:00.724Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:14:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:14:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:14:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:14:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:14:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:14:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:14:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:15:00.720Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:15:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:15:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:15:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:15:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:15:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:15:51.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:15:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:16:00.717Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:16:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:16:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:16:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:16:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:16:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:16:51.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:16:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:17:00.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:17:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:17:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:17:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:17:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:17:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:17:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:17:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:18:00.720Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:18:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:18:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:18:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:18:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:18:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:18:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:18:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:19:00.727Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:19:00.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:19:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:19:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:19:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:19:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:19:51.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:19:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:20:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:20:00.725Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:20:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:20:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:20:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:20:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:20:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:20:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:21:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:21:00.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:21:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:21:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:21:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:21:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:21:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:21:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:22:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:22:00.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:22:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:22:51.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:22:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:22:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:22:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:22:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:23:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:23:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:23:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:23:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:23:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:23:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:23:51.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:23:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:24:00.719Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:24:00.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:24:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:24:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:24:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:24:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:24:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:24:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:25:00.717Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:25:00.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:25:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:25:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:25:51.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:25:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:25:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:26:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:26:00.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:26:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:26:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:26:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:26:51.174Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:26:51.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:26:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:27:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:27:00.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:27:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:27:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:27:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:27:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:27:51.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:27:51.176Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:28:00.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:28:00.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:28:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:28:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:28:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:28:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:28:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:29:00.716Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:29:00.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:29:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:29:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:29:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:29:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:29:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:29:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:30:00.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:30:00.715Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:30:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:30:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:30:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:30:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:30:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:30:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:31:00.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:31:00.717Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:31:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:31:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:31:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:31:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:31:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:31:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:32:00.715Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:32:00.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:32:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:32:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:32:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:32:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:32:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:32:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:33:00.717Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:33:00.721Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:33:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:33:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:33:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:33:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:33:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:33:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:34:00.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:34:00.722Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:34:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:34:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:34:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:34:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:34:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:34:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:35:00.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:35:00.720Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:35:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:35:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:35:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:35:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:35:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:35:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:36:00.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:36:00.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:36:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:36:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:36:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:36:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:36:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:36:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:37:00.714Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:37:00.726Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:37:51.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:37:51.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:37:51.173Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:37:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:37:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:37:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:38:00.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:38:00.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:38:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:38:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:38:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:38:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:38:51.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:38:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:39:00.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:39:00.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:39:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:39:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:39:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:39:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:39:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:39:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:40:00.719Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:40:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:40:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:40:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:40:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:40:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:40:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:40:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:41:00.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:41:00.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:41:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:41:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:41:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:41:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:41:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:41:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:42:00.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:42:00.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:42:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:42:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:42:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:42:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:42:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:42:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:00.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:00.721Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:51.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:43:51.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:43:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:43:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:43:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:51.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:43:51.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:43:51.799Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:51.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:43:51.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa59b139-45d3-4fd6-a254-680fc5c4f11d","serviceName":"vFW 2021-08-12 13-41-46","serviceVersion":"1.0","serviceUUID":"9704ff0f-c541-4491-9595-93362921e8bc","serviceDescription":"catalog service description","serviceInvariantUUID":"a8810d8c-54b4-4cef-b090-ddae8c0f76e2","resources":[{"resourceInstanceName":"vFW bfee2244-0dc4 0","resourceName":"vFW bfee2244-0dc4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9eb5f1e3-71b1-4431-8802-d7aba7f4eef9","resourceInvariantUUID":"6d6ef13a-9721-4cfc-ad0d-b403c32bc95c","resourceCustomizationUUID":"68463640-fa89-4e7e-bae2-d48ce7404964","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml","artifactChecksum":"YzFlM2Q1ZjdiMThjM2ZhNmUzOTU4ZDJjZTRkYjVmOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc356453-cd7e-43c0-80ae-6263df8475f6","artifactVersion":"1"},{"artifactName":"vfwbfee22440dc40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json","artifactChecksum":"MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29921b38-e464-4b08-90ad-dc952eef6a0a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml","artifactChecksum":"YjYyZGY3YjQxMGJmYTFmMDE3ZmYxODMyOTcxODdlZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fb34850-fa21-40ae-a117-7bf3fed7a46e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04cc1b1b-3b0a-4b34-b276-039b2c3ec34c","artifactVersion":"2","generatedFromUUID":"e3b1b7e9-acbf-456b-90d4-df5df8a65b2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210812134146-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml","artifactChecksum":"YjYzZjFhYzliZDdiZmE1YjE0ZjhmZmJhZjM4ZmFiZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"439022ec-1bc3-4514-8c1f-5e52af2e8e0e","artifactVersion":"1"},{"artifactName":"service-Vfw20210812134146-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar","artifactChecksum":"NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89cacc19-9981-4d4e-bb91-2fe8347383ca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:43:51.809Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:51.818Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:51.828Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:51.828Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:51.928Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-12T13:43:51.934Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:51.935Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:51.947Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:51.949Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:52.832Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:52.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:52.834Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:52.834Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:43:52.934Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:52.935Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:52.935Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:52.946Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:52.946Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:53.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:53.836Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:53.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:53.838Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:43:53.938Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:53.939Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:53.939Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:53.952Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:53.952Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:43:54.839Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:54.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:54.842Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:54.843Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:54.943Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:54.944Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:54.944Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:54.957Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:54.958Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:55.843Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:55.845Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:55.847Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:55.847Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T13:43:55.948Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:55.948Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:55.949Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:55.959Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:55.959Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:56.848Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:56.849Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:56.853Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:56.853Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:43:56.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:56.954Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:56.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:56.964Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:56.965Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:57.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:43:57.854Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:57.858Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:57.859Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:43:57.959Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:43:57.959Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:57.959Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:57.972Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:57.973Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:43:58.861Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "serviceName": "vFW 2021-08-12 13-41-46",
  "serviceVersion": "1.0",
  "serviceUUID": "9704ff0f-c541-4491-9595-93362921e8bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a8810d8c-54b4-4cef-b090-ddae8c0f76e2",
  "resources": [
    {
      "resourceInstanceName": "vFW bfee2244-0dc4 0",
      "resourceCustomizationUUID": "68463640-fa89-4e7e-bae2-d48ce7404964",
      "resourceName": "vFW bfee2244-0dc4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9eb5f1e3-71b1-4431-8802-d7aba7f4eef9",
      "resourceInvariantUUID": "6d6ef13a-9721-4cfc-ad0d-b403c32bc95c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbfee22440dc40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
          "artifactChecksum": "MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "29921b38-e464-4b08-90ad-dc952eef6a0a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c",
            "generatedFromUUID": "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210812134146-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
      "artifactChecksum": "NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89cacc19-9981-4d4e-bb91-2fe8347383ca"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T13:43:58.862Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:43:58.863Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9704ff0f-c541-4491-9595-93362921e8bc ASDC
2021-08-12T13:43:58.942Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fa59b139-45d3-4fd6-a254-680fc5c4f11d
ServiceName:vFW 2021-08-12 13-41-46
ServiceVersion:1.0
ServiceUUID:9704ff0f-c541-4491-9595-93362921e8bc
ServiceInvariantUUID:a8810d8c-54b4-4cef-b090-ddae8c0f76e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210812134146-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
ArtifactUUID:89cacc19-9981-4d4e-bb91-2fe8347383ca
ArtifactChecksum:NDJiNGRmM2EwYjkwMGIyNGE3NjE5ZDYwYzFmZDQ0MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bfee2244-0dc4 0
ResourceCustomizationUUID:68463640-fa89-4e7e-bae2-d48ce7404964
ResourceInvariantUUID:6d6ef13a-9721-4cfc-ad0d-b403c32bc95c
ResourceName:vFW bfee2244-0dc4
ResourceType:VF
ResourceUUID:9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbfee22440dc40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
ArtifactUUID:29921b38-e464-4b08-90ad-dc952eef6a0a
ArtifactChecksum:MjNmMmEwMTU2ODcyMmM5YzUzNGE0OGQxYTE3M2ZkYzk=
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
ArtifactUUID:e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
ArtifactUUID:04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
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/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
ArtifactUUID:04cc1b1b-3b0a-4b34-b276-039b2c3ec34c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T13:43:58.942Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9704ff0f-c541-4491-9595-93362921e8bc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:43:59.116Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:43:59.116Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 89cacc19-9981-4d4e-bb91-2fe8347383ca from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.117Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:43:59.118Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.324Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:43:59.346Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar 89cacc19-9981-4d4e-bb91-2fe8347383ca 98717
2021-08-12T13:43:59.347Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar ASDC sendASDCNotification
2021-08-12T13:43:59.347Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:43:59.348Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:43:59.349Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:43:59.350Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:43:59.350Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775839346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:43:59.451Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:43:59.452Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:43:59.452Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:43:59.463Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:43:59.463Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:00.351Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:44:00.352Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:44:00.353Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 89cacc19-9981-4d4e-bb91-2fe8347383ca, URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar to file: /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.353Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.532Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.532Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:00.947Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18359763232892853383/Definitions/service-Vfw20210812134146-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-08-12T13:44:03.204Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.208Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bfee2244-0dc4 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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||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-Vfw20210812134146-csar.csar
2021-08-12T13:44:03.209Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:44:03.215Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.216Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.219Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.220Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:44:03.221Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:44:03.223Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.224Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.228Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.229Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.230Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:44:03.241Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:03.242Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.243Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80e63c1a-f5ca-4f08-b65c-1fdbe8626903
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.244Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae7ce749-9784-4505-97ee-e05e98e20f3d
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:03.245Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46357245-c93b-44c7-b206-3797eebad1f5
2021-08-12T13:44:03.246Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:03.247Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-12 13-41-46
Description:catalog service description
Model UUID:9704ff0f-c541-4491-9595-93362921e8bc
Model Version:NULL
Model InvariantUuid:a8810d8c-54b4-4cef-b090-ddae8c0f76e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bfee2244-0dc4
Model UUID:e7dc7ce6-f587-4847-908b-4943a20998b1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d6ef13a-9721-4cfc-ad0d-b403c32bc95c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68463640-fa89-4e7e-bae2-d48ce7404964
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6db95834-7ebe-4ab5-95ff-5ac367571f04
ModelName:VfwBfee22440dc4..base_vfw..module-0
ModelUuid:94c9a9d0-2a11-4b57-9434-5a29ed25db86
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80e63c1a-f5ca-4f08-b65c-1fdbe8626903
ModelInvariantUuid:1cc1af8b-7a2f-4053-99b2-6c5cd3d7396f
ModelName:vFW bfee2244-0dc4-nodes.vfwCvfc
ModelUuid:455b5c61-552a-4aeb-ab87-51f71e4d9d51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7b6d1cf8-5e8f-4cc6-8437-9fb746eabca2
ModelInvariantUuid:d3f7924e-aaa2-49f4-b602-4b55197ad356
ModelName:VfwBfee22440dc4.compute.nodes.heat.vfw
ModelUuid:87a722ae-35ca-4239-99a0-e4b73e8e1a1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ae7ce749-9784-4505-97ee-e05e98e20f3d
ModelInvariantUuid:a7a42a74-faaa-4d6a-92d5-624cdbaef24d
ModelName:vFW bfee2244-0dc4-nodes.vsnCvfc
ModelUuid:7f70a492-0623-4600-a88d-a00ac9b3cdb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:18d267fb-3ca0-4b0b-aab8-d0150a3c3f39
ModelInvariantUuid:fc14918e-79d9-4d7a-9fe8-9723c3cb3fdb
ModelName:VfwBfee22440dc4.compute.nodes.heat.vsn
ModelUuid:505a22b2-9ba1-4f61-8995-e130e82b6a56
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:46357245-c93b-44c7-b206-3797eebad1f5
ModelInvariantUuid:607b364a-e079-4fe9-a29e-fc593c4a937b
ModelName:vFW bfee2244-0dc4-nodes.vpgCvfc
ModelUuid:c199d7cb-272d-4590-8009-1d8b9b7a365d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:949bf84a-af84-41ab-ac87-9d3949bac280
ModelInvariantUuid:db367e9e-9233-4fb8-ac2c-aa139adf38ee
ModelName:VfwBfee22440dc4.compute.nodes.heat.vpg
ModelUuid:952ccaa3-8ea3-4895-980d-5434efdc6745
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T13:44:03.269Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:44:03.376Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||vFW bfee2244-0dc4 0
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 29921b38-e464-4b08-90ad-dc952eef6a0a from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:03.381Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json 29921b38-e464-4b08-90ad-dc952eef6a0a 785
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json ASDC sendASDCNotification
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:04.457Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:04.459Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:04.459Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775844457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:44:04.559Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:04.561Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:04.561Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:04.571Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:04.571Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:44:05.460Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBfee22440dc4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6db95834-7ebe-4ab5-95ff-5ac367571f04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94c9a9d0-2a11-4b57-9434-5a29ed25db86",
    "vfModuleModelCustomizationUUID": "35dd6a47-09ec-4700-a08d-310fa5241d36",
    "isBase": true,
    "artifacts": [
      "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
      "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T13:44:05.484Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBfee22440dc4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94c9a9d0-2a11-4b57-9434-5a29ed25db86
VfModuleModelInvariantUUID:6db95834-7ebe-4ab5-95ff-5ac367571f04
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
,
04cc1b1b-3b0a-4b34-b276-039b2c3ec34c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T13:44:05.486Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBfee22440dc4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6db95834-7ebe-4ab5-95ff-5ac367571f04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "94c9a9d0-2a11-4b57-9434-5a29ed25db86",
    "vfModuleModelCustomizationUUID": "35dd6a47-09ec-4700-a08d-310fa5241d36",
    "isBase": true,
    "artifacts": [
      "e3b1b7e9-acbf-456b-90d4-df5df8a65b2e",
      "04cc1b1b-3b0a-4b34-b276-039b2c3ec34c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBfee22440dc4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94c9a9d0-2a11-4b57-9434-5a29ed25db86
VfModuleModelInvariantUUID:6db95834-7ebe-4ab5-95ff-5ac367571f04
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3b1b7e9-acbf-456b-90d4-df5df8a65b2e
,
04cc1b1b-3b0a-4b34-b276-039b2c3ec34c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e3b1b7e9-acbf-456b-90d4-df5df8a65b2e from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:05.487Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:07.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:07.550Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml e3b1b7e9-acbf-456b-90d4-df5df8a65b2e 20368
2021-08-12T13:44:07.550Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:07.551Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:07.554Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:07.554Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775847550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:44:07.654Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:07.655Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:07.656Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:07.666Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:07.666Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:44:08.555Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 04cc1b1b-3b0a-4b34-b276-039b2c3ec34c from URL: /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.555Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:44:08.556Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.995Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env 04cc1b1b-3b0a-4b34-b276-039b2c3ec34c 2098
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:08.996Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:44:08.997Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:08.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:08.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775848996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:44:09.099Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:09.100Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:09.100Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:09.110Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:09.111Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:09.999Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9704ff0f-c541-4491-9595-93362921e8bc
2021-08-12T13:44:10.001Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bfee2244-0dc4 0 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.051Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 68463640-fa89-4e7e-bae2-d48ce7404964
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68463640-fa89-4e7e-bae2-d48ce7404964 matches Tosca VF Customization UUID: 68463640-fa89-4e7e-bae2-d48ce7404964
2021-08-12T13:44:10.052Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 68463640-fa89-4e7e-bae2-d48ce7404964  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T13:44:10.059Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.059Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 68463640-fa89-4e7e-bae2-d48ce7404964: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ff5a01a
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:44:10.061Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35dd6a47-09ec-4700-a08d-310fa5241d36
2021-08-12T13:44:10.062Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35dd6a47-09ec-4700-a08d-310fa5241d36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.066Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.067Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.068Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80e63c1a-f5ca-4f08-b65c-1fdbe8626903
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.079Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.080Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae7ce749-9784-4505-97ee-e05e98e20f3d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.082Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.084Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-12T13:44:10.085Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46357245-c93b-44c7-b206-3797eebad1f5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Node template vFW bfee2244-0dc4 0 is matching search criteria
2021-08-12T13:44:10.087Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bfee2244-0dc4 0] matching following query criteria: sdcType=VF, customizationUUID=68463640-fa89-4e7e-bae2-d48ce7404964
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9704ff0f-c541-4491-9595-93362921e8bc: vFW bfee2244-0dc4
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.089Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-08-12 13-41-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:44:10.090Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-08-12 13-41-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:44:10.386Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bfee2244-0dc4 9eb5f1e3-71b1-4431-8802-d7aba7f4eef9 1 ASDC deployResourceStructure
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json ASDC sendASDCNotification
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:10.387Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:10.388Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:10.388Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775850387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:44:10.489Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T13:44:10.490Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:10.490Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:10.500Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:10.500Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml
2021-08-12T13:44:11.390Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:11.391Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:11.393Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:11.393Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775851390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T13:44:11.493Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:11.495Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:11.495Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:11.503Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:11.503Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:12.394Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:12.395Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:12.397Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:12.397Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775852394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-12T13:44:12.497Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:12.498Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:12.498Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:12.507Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:12.507Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:13.398Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar ASDC sendASDCNotification
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:44:13.399Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:44:13.401Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:44:13.401Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775853398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:44:13.501Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:44:13.502Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:44:13.502Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:13.513Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:13.514Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:44:14.404Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:44:14.429Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:44:14.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:44:44.431Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:44:44.447Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:44:44.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:44:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:44:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:44:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:44:51.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:44:51.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:44:51.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:44:51.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:45:14.451Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:45:14.463Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:45:14.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:45:44.466Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:45:44.478Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:45:44.481Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:45:44.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:45:44.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:45:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:45:51.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:45:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:45:51.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:45:51.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:45:51.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:45:51.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:14.482Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:46:14.491Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:46:14.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:46:44.494Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:46:44.505Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:46:44.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:46:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:46:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:46:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:46:51.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:46:51.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775821074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "dcae-sch",
  "timestamp": 1628775825584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775826552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775820254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775836929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775836915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775836957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "cds",
  "timestamp": 1628775837942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775837920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775838167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775838731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "policy-id",
  "timestamp": 1628775838923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.252Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.252Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775839346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775839379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775840601,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.269Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T13:46:51.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775841604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775844457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775838946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775840254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775847550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775848190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775848583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775848996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "cds",
  "timestamp": 1628775849198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.300Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.300Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775849586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775850387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/vfwbfee22440dc40_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "policy-id",
  "timestamp": 1628775850588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.316Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775851390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "dcae-sch",
  "timestamp": 1628775845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775852394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/resourceInstances/vfwbfee22440dc40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775853398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775855489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775855579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775855646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "aai-ml",
  "timestamp": 1628775856493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.333Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.333Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775857294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775851075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775858477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775858915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775859500,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.350Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T13:46:51.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "cds",
  "timestamp": 1628775859919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.376Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775860325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775860503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775861330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.398Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628775855960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775863049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775865059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210812134146/1.0/artifacts/service-Vfw20210812134146-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775865473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "clamp",
  "timestamp": 1628775866063,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.417Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa59b139-45d3-4fd6-a254-680fc5c4f11d
2021-08-12T13:46:51.417Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa59b139-45d3-4fd6-a254-680fc5c4f11d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775860254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775868507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775869510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775869892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "policy-id",
  "timestamp": 1628775870512,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.437Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775872035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "dcae-sch",
  "timestamp": 1628775865584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775873037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.452Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775866553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775873271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "aai-ml",
  "timestamp": 1628775874275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775875554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775876961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775878137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775879151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.481Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775880040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775846088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628775880154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775881320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775875280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775883042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775883337,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775883674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "clamp",
  "timestamp": 1628775884046,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.493Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a85bb840-c0c6-4666-b250-584c0c05e872
2021-08-12T13:46:51.493Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a85bb840-c0c6-4666-b250-584c0c05e872 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628775884339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.506Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.506Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775888273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "aai-ml",
  "timestamp": 1628775889277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:46:51.520Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:46:51.520Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775846666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:46:51.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:47:14.508Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:47:14.525Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:47:14.529Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:47:14.530Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:47:14.536Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:47:44.537Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T13:47:44.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa59b139-45d3-4fd6-a254-680fc5c4f11d and serviceModelVersionId: 9704ff0f-c541-4491-9595-93362921e8bc
2021-08-12T13:47:44.548Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8810d8c-54b4-4cef-b090-ddae8c0f76e2
2021-08-12T13:47:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:47:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:47:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775897043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DOWNLOADED"
}
2021-08-12T13:47:51.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:47:51.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775898046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DEPLOYED"
}
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:47:51.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "clamp",
  "timestamp": 1628775899050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:47:51.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550bff93-7989-4c17-879a-b61406f7319e
2021-08-12T13:47:51.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550bff93-7989-4c17-879a-b61406f7319e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:47:54.307Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0
2021-08-12T13:47:54.468Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:47:54.982Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|INFO|500||Invoke
2021-08-12T13:47:54.989Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5dff14bb-b43d-4479-a6f9-abac296db4e1], X-ECOMP-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], X-TransactionId=[], X-ONAP-RequestID=[fa59b139-45d3-4fd6-a254-680fc5c4f11d], Content-Type=[application/merge-patch+json]}
2021-08-12T13:47:55.101Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T13:47:55.562Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-13:47:55:111-1085], vertex-id=[340184], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:47:55 GMT], Content-Type=[application/json]}
2021-08-12T13:47:55.563Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:47:55.564Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a8810d8c-54b4-4cef-b090-ddae8c0f76e2/model-vers/model-ver/9704ff0f-c541-4491-9595-93362921e8bc?depth=0|INFO|500||InvokeReturn
2021-08-12T13:47:55.567Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:47:55.567Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:47:55.571Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:47:55.576Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa59b139-45d3-4fd6-a254-680fc5c4f11d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:47:55.577Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:47:55.577Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:55.579Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:55.579Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776075576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:47:55.679Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:55.680Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:47:55.680Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:55.690Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:55.691Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:47:56.593Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a85bb840-c0c6-4666-b250-584c0c05e872","serviceName":"basic_onboard_somnXR","serviceVersion":"1.0","serviceUUID":"780246f5-9ea5-438d-b145-1489ac7fb2b4","serviceDescription":"service","serviceInvariantUUID":"64975edd-f758-460f-9eff-cfdb473da70d","resources":[{"resourceInstanceName":"basic_onboard_somnXR 0","resourceName":"basic_onboard_somnXR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e3b3b3-26e6-4294-b6e2-01e31a649e4e","resourceInvariantUUID":"b2572e56-6344-48ee-89db-50ee79ad6b26","resourceCustomizationUUID":"0f9ac23e-da23-4777-bf43-b21a4d1707b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml","artifactChecksum":"YmRmNDE4OTNlOGIzZTkzYzIzMWRkODc1N2Q2MmI4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d9e6253-8e91-4a3b-98fd-30482d9a76cf","artifactVersion":"1"},{"artifactName":"basic_onboard_somnxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json","artifactChecksum":"YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f73e70ea-0c87-4e54-afcb-b9d2e61547ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464955e3-6c29-417c-9568-97be495b7660","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd60a66c-5ceb-490d-ac68-95b134571533","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db623e63-a7b2-4e4a-b921-01c670f4bd1b","artifactVersion":"2","generatedFromUUID":"464955e3-6c29-417c-9568-97be495b7660"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSomnxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml","artifactChecksum":"ZWMwOTNjZTRkZTYwZmM3YzI4NGJjZGJjZjZjOWNmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308873e5-3431-42ab-80cf-922850bcfc83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSomnxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar","artifactChecksum":"MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b23186c-5a45-4446-8d33-afc438b389f4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:56.594Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:56.596Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:56.596Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:47:56.696Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:56.697Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:47:56.697Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:56.705Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:56.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:57.597Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:57.597Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:57.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:57.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:47:57.699Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:57.700Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:47:57.700Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:57.709Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:57.709Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:58.599Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:58.600Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:58.602Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:58.602Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:47:58.702Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:58.704Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:47:58.704Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:58.712Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:58.712Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:47:59.603Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:47:59.604Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:47:59.606Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:47:59.607Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:47:59.707Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:47:59.709Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:47:59.709Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:47:59.717Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:47:59.717Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:00.608Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:00.608Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:00.610Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:00.611Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:48:00.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:00.712Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:00.712Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:00.721Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:00.722Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:01.611Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:01.613Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:01.615Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:01.615Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:01.718Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-12T13:48:01.719Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:01.719Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:01.730Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:01.731Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:02.616Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:02.617Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:02.620Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:02.620Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:48:02.720Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:02.721Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:02.721Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:02.731Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:02.731Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "serviceName": "basic_onboard_somnXR",
  "serviceVersion": "1.0",
  "serviceUUID": "780246f5-9ea5-438d-b145-1489ac7fb2b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64975edd-f758-460f-9eff-cfdb473da70d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_somnXR 0",
      "resourceCustomizationUUID": "0f9ac23e-da23-4777-bf43-b21a4d1707b1",
      "resourceName": "basic_onboard_somnXR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "97e3b3b3-26e6-4294-b6e2-01e31a649e4e",
      "resourceInvariantUUID": "b2572e56-6344-48ee-89db-50ee79ad6b26",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_somnxr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
          "artifactChecksum": "YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f73e70ea-0c87-4e54-afcb-b9d2e61547ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "464955e3-6c29-417c-9568-97be495b7660",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
            "generatedFromUUID": "464955e3-6c29-417c-9568-97be495b7660"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSomnxr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
      "artifactChecksum": "MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b23186c-5a45-4446-8d33-afc438b389f4"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:48:03.622Z|fa59b139-45d3-4fd6-a254-680fc5c4f11d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC
2021-08-12T13:48:03.623Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a85bb840-c0c6-4666-b250-584c0c05e872
ServiceName:basic_onboard_somnXR
ServiceVersion:1.0
ServiceUUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
ServiceInvariantUUID:64975edd-f758-460f-9eff-cfdb473da70d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSomnxr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
ArtifactUUID:1b23186c-5a45-4446-8d33-afc438b389f4
ArtifactChecksum:MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_somnXR 0
ResourceCustomizationUUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
ResourceInvariantUUID:b2572e56-6344-48ee-89db-50ee79ad6b26
ResourceName:basic_onboard_somnXR
ResourceType:VF
ResourceUUID:97e3b3b3-26e6-4294-b6e2-01e31a649e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_somnxr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
ArtifactUUID:f73e70ea-0c87-4e54-afcb-b9d2e61547ae
ArtifactChecksum:YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:464955e3-6c29-417c-9568-97be495b7660
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T13:48:03.623Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:48:03.662Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:03.663Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:04.665Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:04.667Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar 1b23186c-5a45-4446-8d33-afc438b389f4 71368
2021-08-12T13:48:04.667Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:04.668Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:04.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:04.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776084667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:04.770Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:04.771Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:04.771Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:04.782Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:04.783Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:05.670Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:05.671Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:05.671Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4, URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.672Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:05.821Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5710116275253996502/Definitions/service-BasicOnboardSomnxr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-12T13:48:07.021Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:48:07.021Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_somnXR 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.022Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:48:07.023Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.024Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:07.025Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_somnXR
Description:service
Model UUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
Model Version:NULL
Model InvariantUuid:64975edd-f758-460f-9eff-cfdb473da70d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_somnXR
Model UUID:f3e0ca35-be03-4b05-8c6c-8b7c2604c88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2572e56-6344-48ee-89db-50ee79ad6b26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
ModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
ModelUuid:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
ModelInvariantUuid:38c69117-54d0-4f5f-9c54-42133df35b9d
ModelName:basic_onboard_somnXR-nodes.ubuntu18Cvfc
ModelUuid:7eced4f9-226e-4eb2-8b05-0f433dabac40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:373f0113-d9b4-4b8a-9d7c-db312ffbc3c4
ModelInvariantUuid:b1d4a9fe-de1c-407f-9ee3-f825cfc05c33
ModelName:BasicOnboardSomnxr.compute.nodes.heat.ubuntu18
ModelUuid:d9ad092e-9ab7-4a37-8239-e5af9129ea89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T13:48:07.031Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||basic_onboard_somnXR 0
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f73e70ea-0c87-4e54-afcb-b9d2e61547ae from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:07.041Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:08.189Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:08.190Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json f73e70ea-0c87-4e54-afcb-b9d2e61547ae 798
2021-08-12T13:48:08.190Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json ASDC sendASDCNotification
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:08.191Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:08.196Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:08.196Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776088190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:08.296Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:08.297Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:08.297Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:08.304Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:08.305Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:09.197Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSomnxr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2dc48ec9-db40-4450-b3b5-2feca8f02dd2",
    "vfModuleModelCustomizationUUID": "128784c9-a907-41cb-971c-8e2a1352429e",
    "isBase": true,
    "artifacts": [
      "464955e3-6c29-417c-9568-97be495b7660",
      "db623e63-a7b2-4e4a-b921-01c670f4bd1b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T13:48:09.201Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
VfModuleModelInvariantUUID:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
464955e3-6c29-417c-9568-97be495b7660
,
db623e63-a7b2-4e4a-b921-01c670f4bd1b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T13:48:09.203Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSomnxr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2dc48ec9-db40-4450-b3b5-2feca8f02dd2",
    "vfModuleModelCustomizationUUID": "128784c9-a907-41cb-971c-8e2a1352429e",
    "isBase": true,
    "artifacts": [
      "464955e3-6c29-417c-9568-97be495b7660",
      "db623e63-a7b2-4e4a-b921-01c670f4bd1b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
VfModuleModelInvariantUUID:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
464955e3-6c29-417c-9568-97be495b7660
,
db623e63-a7b2-4e4a-b921-01c670f4bd1b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 464955e3-6c29-417c-9568-97be495b7660 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:09.204Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml 464955e3-6c29-417c-9568-97be495b7660 5033
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:09.893Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:09.895Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:09.895Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776089893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:09.995Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:09.996Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:09.996Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:10.007Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:10.007Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:10.896Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db623e63-a7b2-4e4a-b921-01c670f4bd1b from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:10.896Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:10.897Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:11.845Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:11.845Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env db623e63-a7b2-4e4a-b921-01c670f4bd1b 909
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:11.846Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:11.847Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:11.848Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776091846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:11.948Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:11.949Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:11.949Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:11.958Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:11.958Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:12.848Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:48:12.849Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_somnXR 0 97e3b3b3-26e6-4294-b6e2-01e31a649e4e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-12T13:48:12.866Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0f9ac23e-da23-4777-bf43-b21a4d1707b1
2021-08-12T13:48:12.867Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1 matches Tosca VF Customization UUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1
2021-08-12T13:48:12.867Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0f9ac23e-da23-4777-bf43-b21a4d1707b1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.869Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0f9ac23e-da23-4777-bf43-b21a4d1707b1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fb6808c
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 128784c9-a907-41cb-971c-8e2a1352429e
2021-08-12T13:48:12.870Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 128784c9-a907-41cb-971c-8e2a1352429e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.872Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:48:12.873Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:48:12.875Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=0f9ac23e-da23-4777-bf43-b21a4d1707b1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 780246f5-9ea5-438d-b145-1489ac7fb2b4: basic_onboard_somnXR
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.877Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:48:12.878Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:48:12.879Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_somnXR 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_somnXR 97e3b3b3-26e6-4294-b6e2-01e31a649e4e 1 ASDC deployResourceStructure
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json ASDC sendASDCNotification
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
2021-08-12T13:48:12.951Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:12.952Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:12.953Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:12.953Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776092951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:13.054Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:13.055Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:13.055Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:13.065Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:13.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
2021-08-12T13:48:13.955Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:13.956Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:13.959Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:13.959Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776093954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:14.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:14.059Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:14.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:14.070Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:14.070Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:14.961Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:14.962Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:14.964Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:14.964Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776094961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:15.064Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:15.065Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:15.065Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:15.073Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:15.074Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:15.966Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:48:15.967Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:15.970Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:15.970Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776095965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:16.071Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:48:16.071Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:16.071Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:16.082Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:16.083Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:16.972Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:48:16.985Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.989Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:48:16.990Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:48:16.995Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:48:46.995Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a85bb840-c0c6-4666-b250-584c0c05e872 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T13:48:47.001Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a85bb840-c0c6-4666-b250-584c0c05e872 and serviceModelVersionId: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:48:47.001Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64975edd-f758-460f-9eff-cfdb473da70d
2021-08-12T13:48:47.002Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0
2021-08-12T13:48:47.006Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:48:47.036Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||Invoke
2021-08-12T13:48:47.036Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59a1305b-9670-42f5-ab76-27e9475841ce], X-ECOMP-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], X-TransactionId=[], X-ONAP-RequestID=[a85bb840-c0c6-4666-b250-584c0c05e872], Content-Type=[application/merge-patch+json]}
2021-08-12T13:48:47.060Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T13:48:47.409Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-13:48:47:068-41490], vertex-id=[344280], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:48:47 GMT], Content-Type=[application/json]}
2021-08-12T13:48:47.410Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||InvokeReturn
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:48:47.411Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:48:47.415Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a85bb840-c0c6-4666-b250-584c0c05e872 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:48:47.416Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:47.418Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:47.419Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776127416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:47.519Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:47.520Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:47.520Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:47.531Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:47.532Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:48:48.434Z|a85bb840-c0c6-4666-b250-584c0c05e872|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:48:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:48:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:51.798Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:51.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa59b139-45d3-4fd6-a254-680fc5c4f11d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776075576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628775831172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776084667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776088190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776089893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776091846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:48:51.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776092951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776093954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776094961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776095965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a85bb840-c0c6-4666-b250-584c0c05e872",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776127416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:48:51.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:48:52.740Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:52.742Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T13:48:52.743Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"550bff93-7989-4c17-879a-b61406f7319e","serviceName":"basic_onboard_somnXR","serviceVersion":"1.0","serviceUUID":"780246f5-9ea5-438d-b145-1489ac7fb2b4","serviceDescription":"service","serviceInvariantUUID":"64975edd-f758-460f-9eff-cfdb473da70d","resources":[{"resourceInstanceName":"basic_onboard_somnXR 0","resourceName":"basic_onboard_somnXR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97e3b3b3-26e6-4294-b6e2-01e31a649e4e","resourceInvariantUUID":"b2572e56-6344-48ee-89db-50ee79ad6b26","resourceCustomizationUUID":"0f9ac23e-da23-4777-bf43-b21a4d1707b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml","artifactChecksum":"YmRmNDE4OTNlOGIzZTkzYzIzMWRkODc1N2Q2MmI4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d9e6253-8e91-4a3b-98fd-30482d9a76cf","artifactVersion":"1"},{"artifactName":"basic_onboard_somnxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json","artifactChecksum":"YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f73e70ea-0c87-4e54-afcb-b9d2e61547ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464955e3-6c29-417c-9568-97be495b7660","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd60a66c-5ceb-490d-ac68-95b134571533","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db623e63-a7b2-4e4a-b921-01c670f4bd1b","artifactVersion":"2","generatedFromUUID":"464955e3-6c29-417c-9568-97be495b7660"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSomnxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml","artifactChecksum":"ZWMwOTNjZTRkZTYwZmM3YzI4NGJjZGJjZjZjOWNmMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308873e5-3431-42ab-80cf-922850bcfc83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSomnxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar","artifactChecksum":"MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b23186c-5a45-4446-8d33-afc438b389f4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:48:52.746Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:52.746Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:52.748Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:52.749Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:52.849Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:52.850Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:52.850Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:52.862Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:52.863Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:53.749Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:53.750Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:53.752Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:53.752Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:48:53.852Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:53.853Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:53.854Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:53.864Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:53.865Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:54.753Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:54.754Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:54.756Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:54.757Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:48:54.857Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:54.858Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:54.858Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:54.870Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:54.871Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:55.757Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:55.758Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:55.761Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:55.761Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:55.861Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:55.862Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:55.862Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:55.872Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:55.873Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:56.762Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:56.763Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:56.765Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:56.766Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:48:56.866Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:56.867Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:56.867Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:56.878Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:56.879Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:57.766Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:57.768Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:57.770Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:57.770Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:48:57.871Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T13:48:57.872Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:57.872Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:57.884Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:57.884Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:48:58.771Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:48:58.772Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:58.775Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:58.775Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:48:58.875Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:48:58.876Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:48:58.876Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:48:58.886Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:48:58.886Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "serviceName": "basic_onboard_somnXR",
  "serviceVersion": "1.0",
  "serviceUUID": "780246f5-9ea5-438d-b145-1489ac7fb2b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64975edd-f758-460f-9eff-cfdb473da70d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_somnXR 0",
      "resourceCustomizationUUID": "0f9ac23e-da23-4777-bf43-b21a4d1707b1",
      "resourceName": "basic_onboard_somnXR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "97e3b3b3-26e6-4294-b6e2-01e31a649e4e",
      "resourceInvariantUUID": "b2572e56-6344-48ee-89db-50ee79ad6b26",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_somnxr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
          "artifactChecksum": "YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f73e70ea-0c87-4e54-afcb-b9d2e61547ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "464955e3-6c29-417c-9568-97be495b7660",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
            "generatedFromUUID": "464955e3-6c29-417c-9568-97be495b7660"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "db623e63-a7b2-4e4a-b921-01c670f4bd1b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSomnxr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
      "artifactChecksum": "MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b23186c-5a45-4446-8d33-afc438b389f4"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:48:59.777Z|a85bb840-c0c6-4666-b250-584c0c05e872|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC
2021-08-12T13:48:59.778Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:550bff93-7989-4c17-879a-b61406f7319e
ServiceName:basic_onboard_somnXR
ServiceVersion:1.0
ServiceUUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
ServiceInvariantUUID:64975edd-f758-460f-9eff-cfdb473da70d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSomnxr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
ArtifactUUID:1b23186c-5a45-4446-8d33-afc438b389f4
ArtifactChecksum:MTU4NjNjOWExMTFhNjRmYmRjM2E3NTFiMzg0ODMyNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_somnXR 0
ResourceCustomizationUUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
ResourceInvariantUUID:b2572e56-6344-48ee-89db-50ee79ad6b26
ResourceName:basic_onboard_somnXR
ResourceType:VF
ResourceUUID:97e3b3b3-26e6-4294-b6e2-01e31a649e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_somnxr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json
ArtifactUUID:f73e70ea-0c87-4e54-afcb-b9d2e61547ae
ArtifactChecksum:YzUwMDdhYWJiMzI4YzNkM2IxZWNiZjFkN2E5YTNhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:464955e3-6c29-417c-9568-97be495b7660
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env
ArtifactUUID:db623e63-a7b2-4e4a-b921-01c670f4bd1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T13:48:59.778Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 780246f5-9ea5-438d-b145-1489ac7fb2b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:48:59.814Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 from URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.815Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-12T13:48:59.815Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.981Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-12T13:48:59.987Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar 1b23186c-5a45-4446-8d33-afc438b389f4 71368
2021-08-12T13:48:59.987Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:48:59.988Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:48:59.990Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:48:59.991Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776139987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:49:00.091Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:00.092Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:49:00.092Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:00.179Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:00.180Z||pool-42-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:00.991Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1b23186c-5a45-4446-8d33-afc438b389f4, URL: /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.993Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.994Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:00.994Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.144Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6311238124154385538/Definitions/service-BasicOnboardSomnxr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-12T13:49:01.930Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_somnXR 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||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-BasicOnboardSomnxr-csar.csar
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.931Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:49:01.932Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_somnXR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_somnXR 0 is not matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T13:49:01.933Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_somnXR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:49:01.934Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_somnXR
Description:service
Model UUID:780246f5-9ea5-438d-b145-1489ac7fb2b4
Model Version:NULL
Model InvariantUuid:64975edd-f758-460f-9eff-cfdb473da70d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_somnXR
Model UUID:f3e0ca35-be03-4b05-8c6c-8b7c2604c88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2572e56-6344-48ee-89db-50ee79ad6b26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f9ac23e-da23-4777-bf43-b21a4d1707b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a6e1d57-1e3a-434f-a8f2-ce3b72cd0d3a
ModelName:BasicOnboardSomnxr..base_ubuntu18..module-0
ModelUuid:2dc48ec9-db40-4450-b3b5-2feca8f02dd2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac6c08f4-91c4-4233-aa0c-8aaab3ba3526
ModelInvariantUuid:38c69117-54d0-4f5f-9c54-42133df35b9d
ModelName:basic_onboard_somnXR-nodes.ubuntu18Cvfc
ModelUuid:7eced4f9-226e-4eb2-8b05-0f433dabac40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:373f0113-d9b4-4b8a-9d7c-db312ffbc3c4
ModelInvariantUuid:b1d4a9fe-de1c-407f-9ee3-f825cfc05c33
ModelName:BasicOnboardSomnxr.compute.nodes.heat.ubuntu18
ModelUuid:d9ad092e-9ab7-4a37-8239-e5af9129ea89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:49:01.950Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar(Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists)
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T13:49:01.953Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:01.954Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:01.954Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776141951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists"
}
2021-08-12T13:49:02.054Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:02.055Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:49:02.055Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:02.064Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:02.064Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:02.955Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar ASDC sendASDCNotification
2021-08-12T13:49:02.956Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar(Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists)
2021-08-12T13:49:02.956Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T13:49:02.957Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:02.959Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:02.959Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776142955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists"
}
2021-08-12T13:49:03.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:03.060Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:49:03.060Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:03.069Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:03.070Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:49:03.960Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:49:03.970Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:49:03.973Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:49:03.973Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:49:03.974Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:49:03.979Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:49:33.979Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550bff93-7989-4c17-879a-b61406f7319e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T13:49:33.985Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550bff93-7989-4c17-879a-b61406f7319e and serviceModelVersionId: 780246f5-9ea5-438d-b145-1489ac7fb2b4
2021-08-12T13:49:33.986Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64975edd-f758-460f-9eff-cfdb473da70d
2021-08-12T13:49:33.986Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0
2021-08-12T13:49:33.992Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:49:34.016Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||Invoke
2021-08-12T13:49:34.017Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1293b6b-a5b2-41ad-9d23-8bd15f8eaa86], X-ECOMP-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], X-TransactionId=[], X-ONAP-RequestID=[550bff93-7989-4c17-879a-b61406f7319e], Content-Type=[application/merge-patch+json]}
2021-08-12T13:49:34.032Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T13:49:34.463Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-13:49:34:040-19776], vertex-id=[344280], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:49:34 GMT], Content-Type=[application/json]}
2021-08-12T13:49:34.464Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:49:34.465Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64975edd-f758-460f-9eff-cfdb473da70d/model-vers/model-ver/780246f5-9ea5-438d-b145-1489ac7fb2b4?depth=0|INFO|500||InvokeReturn
2021-08-12T13:49:34.465Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:49:34.466Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:49:34.470Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550bff93-7989-4c17-879a-b61406f7319e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:49:34.471Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:49:34.473Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:49:34.474Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776174471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:49:34.574Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:49:34.577Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:49:34.577Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:34.589Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:34.590Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:49:35.486Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:35.487Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:49:35.487Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:45.034Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:45.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:45.035Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:49:45.035Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:51.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:49:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:49:51.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/basic_onboard_somnxr0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T13:49:51.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/resourceInstances/basic_onboard_somnxr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776128434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:49:51.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776139987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776141951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1b23186c-5a45-4446-8d33-afc438b389f4 already exists"
}
2021-08-12T13:49:51.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776142955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSomnxr/1.0/artifacts/service-BasicOnboardSomnxr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 97e3b3b3-26e6-4294-b6e2-01e31a649e4e already exists"
}
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "550bff93-7989-4c17-879a-b61406f7319e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776174471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:49:51.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:49:54.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:49:54.578Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:49:54.578Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:49:54.578Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:04.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:50:04.121Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:04.121Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:50:04.122Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:13.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:50:13.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:13.667Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:50:13.667Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:23.211Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:50:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:51.173Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:50:51.173Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:50:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:51:00.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:51:00.718Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:51:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:51:51.173Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:51:51.173Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:51:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:51:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:51:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:52:00.719Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:52:00.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:52:51.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:52:51.172Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:52:51.173Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:52:51.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:52:51.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:52:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:53:00.717Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:53:00.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:53:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:53:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:53:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:53:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:53:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:53:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:54:00.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:54:00.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:54:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:54:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:54:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:54:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:54:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:54:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:55:00.717Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:55:00.725Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:55:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:55:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:55:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:55:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:55:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:55:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:00.714Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:00.718Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:51.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:56:51.173Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:56:51.173Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:56:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:56:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.796Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:51.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cee1b627-2397-49cd-9fab-f7a1c754f101","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b3a55040-e3f3-4063-9477-10445472b825","serviceDescription":"service","serviceInvariantUUID":"504a521e-a050-4820-ad09-9fcbcb0e3062","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aabe2d28-5e26-4b4e-a0d6-6047c39c9f25","resourceInvariantUUID":"9dca17ad-0442-4c12-abc9-8d5608caa2b6","resourceCustomizationUUID":"fac2ad27-cb24-4fd9-81a5-8b68e9cab603","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OTdjMGQ1NmUxOTk3NTc0MmZlZTQ3OTE4YzBlZmY2ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06618379-1703-4994-ad03-e1fa9d5c2a1a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"769eafb8-69b6-47be-bd4e-305d6b20a77f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:56:51.799Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:56:51.800Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:51.800Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:51.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776566088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776566552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "cds",
  "timestamp": 1628776571074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "clamp",
  "timestamp": 1628776566666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.802Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.802Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776611172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776575960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "cds",
  "timestamp": 1628776571074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776566552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "clamp",
  "timestamp": 1628776566666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776566088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776575960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "cds",
  "timestamp": 1628776578209,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776578217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "cds",
  "timestamp": 1628776579213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.817Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776579629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776580632,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:56:51.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "policy-id",
  "timestamp": 1628776580253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "aai-ml",
  "timestamp": 1628776580810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "policy-id",
  "timestamp": 1628776580253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "aai-ml",
  "timestamp": 1628776580810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "policy-id",
  "timestamp": 1628776583467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "aai-ml",
  "timestamp": 1628776584082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "clamp",
  "timestamp": 1628776584163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "policy-id",
  "timestamp": 1628776584472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "clamp",
  "timestamp": 1628776585180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "policy-id",
  "timestamp": 1628776585474,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:56:51.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.844Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "clamp",
  "timestamp": 1628776586183,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:56:51.856Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.856Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "dcae-sch",
  "timestamp": 1628776585584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "dcae-sch",
  "timestamp": 1628776585584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:56:51.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "aai-ml",
  "timestamp": 1628776587953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:56:51.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "aai-ml",
  "timestamp": 1628776588956,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:56:51.870Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cee1b627-2397-49cd-9fab-f7a1c754f101
2021-08-12T13:56:51.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cee1b627-2397-49cd-9fab-f7a1c754f101 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:56:51.903Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:56:51.903Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:56:51.903Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:51.911Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:51.912Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:52.803Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:56:52.804Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:52.806Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:52.807Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776611172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:56:52.907Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:56:52.907Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:56:52.907Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:52.916Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:52.916Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:53.807Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b3a55040-e3f3-4063-9477-10445472b825",
  "serviceDescription": "service",
  "serviceInvariantUUID": "504a521e-a050-4820-ad09-9fcbcb0e3062",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fac2ad27-cb24-4fd9-81a5-8b68e9cab603",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "aabe2d28-5e26-4b4e-a0d6-6047c39c9f25",
      "resourceInvariantUUID": "9dca17ad-0442-4c12-abc9-8d5608caa2b6",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "769eafb8-69b6-47be-bd4e-305d6b20a77f"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T13:56:53.808Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:56:53.808Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3a55040-e3f3-4063-9477-10445472b825 ASDC
2021-08-12T13:56:53.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cee1b627-2397-49cd-9fab-f7a1c754f101
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b3a55040-e3f3-4063-9477-10445472b825
ServiceInvariantUUID:504a521e-a050-4820-ad09-9fcbcb0e3062
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:769eafb8-69b6-47be-bd4e-305d6b20a77f
ArtifactChecksum:N2NmNGUxMjYyMDk0NGFkODA3MjNhZjBiMTFkODM2MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fac2ad27-cb24-4fd9-81a5-8b68e9cab603
ResourceInvariantUUID:9dca17ad-0442-4c12-abc9-8d5608caa2b6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aabe2d28-5e26-4b4e-a0d6-6047c39c9f25
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-12T13:56:53.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a55040-e3f3-4063-9477-10445472b825 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:56:53.838Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:56:53.839Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:53.839Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 769eafb8-69b6-47be-bd4e-305d6b20a77f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T13:56:53.840Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:55.551Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T13:56:55.556Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 769eafb8-69b6-47be-bd4e-305d6b20a77f 52173
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:56:55.557Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:55.559Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:55.560Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776615557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:56:55.660Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:56:55.660Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:56:55.661Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:55.670Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:55.670Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:56:56.560Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:56:56.562Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:56:56.562Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 769eafb8-69b6-47be-bd4e-305d6b20a77f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.563Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.639Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18150908154991517439/Definitions/service-BasicNetwork-template.yml
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|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-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.934Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:56:56.935Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.936Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b3a55040-e3f3-4063-9477-10445472b825
Model Version:NULL
Model InvariantUuid:504a521e-a050-4820-ad09-9fcbcb0e3062
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9dca17ad-0442-4c12-abc9-8d5608caa2b6
Model UUID:ede03947-8fdb-4fe8-a733-6ec3e09cdf4a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fac2ad27-cb24-4fd9-81a5-8b68e9cab603
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T13:56:56.942Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: aabe2d28-5e26-4b4e-a0d6-6047c39c9f25
2021-08-12T13:56:56.942Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||No resources found for Service: b3a55040-e3f3-4063-9477-10445472b825
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b3a55040-e3f3-4063-9477-10445472b825
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3a55040-e3f3-4063-9477-10445472b825
2021-08-12T13:56:56.945Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-12T13:56:56.946Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.951Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3a55040-e3f3-4063-9477-10445472b825: Generic NeutronNet
2021-08-12T13:56:56.952Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.952Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.952Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.952Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:56:56.985Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-12T13:56:57.059Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-12T13:56:57.059Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-12T13:56:57.059Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-12T13:56:57.059Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:56:57.059Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:56:57.061Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:56:57.061Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776617059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:56:57.161Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:56:57.162Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:56:57.162Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:56:57.172Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:56:57.172Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T13:56:58.061Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cee1b627-2397-49cd-9fab-f7a1c754f101
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:56:58.075Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cee1b627-2397-49cd-9fab-f7a1c754f101
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:56:58.078Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:56:58.078Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:56:58.078Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:56:58.079Z|cee1b627-2397-49cd-9fab-f7a1c754f101|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=?
2021-08-12T13:56:58.086Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:57:28.086Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cee1b627-2397-49cd-9fab-f7a1c754f101 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T13:57:28.090Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cee1b627-2397-49cd-9fab-f7a1c754f101 and serviceModelVersionId: b3a55040-e3f3-4063-9477-10445472b825
2021-08-12T13:57:28.091Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 504a521e-a050-4820-ad09-9fcbcb0e3062
2021-08-12T13:57:28.091Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0
2021-08-12T13:57:28.095Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:57:28.121Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|INFO|500||Invoke
2021-08-12T13:57:28.122Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cee1b627-2397-49cd-9fab-f7a1c754f101], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f0746a8-ccd3-479e-95f5-12bc39de6826], X-ECOMP-RequestID=[cee1b627-2397-49cd-9fab-f7a1c754f101], X-TransactionId=[], X-ONAP-RequestID=[cee1b627-2397-49cd-9fab-f7a1c754f101], Content-Type=[application/merge-patch+json]}
2021-08-12T13:57:28.138Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T13:57:28.317Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-13:57:28:146-10605], vertex-id=[213104], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:57:28 GMT], Content-Type=[application/json]}
2021-08-12T13:57:28.317Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:57:28.318Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/504a521e-a050-4820-ad09-9fcbcb0e3062/model-vers/model-ver/b3a55040-e3f3-4063-9477-10445472b825?depth=0|INFO|500||InvokeReturn
2021-08-12T13:57:28.318Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:57:28.318Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:57:28.322Z|cee1b627-2397-49cd-9fab-f7a1c754f101|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)
2021-08-12T13:57:28.322Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cee1b627-2397-49cd-9fab-f7a1c754f101 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:57:28.323Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:57:28.323Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:28.325Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:28.325Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776648323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:57:28.425Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:28.426Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:28.426Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:28.442Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:28.442Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:57:51.172Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:57:51.173Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:57:51.173Z|cee1b627-2397-49cd-9fab-f7a1c754f101|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:57:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:57:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:51.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:51.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:57:51.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776611172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:51.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:57:51.795Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:51.796Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T13:57:51.796Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"831d0ef3-738b-4042-afb1-250e04d1f7e1","serviceName":"Demo_pNF_8lZHkEW9pzr4oIk2IV8U","serviceVersion":"1.0","serviceUUID":"cf63ffbc-1aad-4c8b-87fc-c6df5564db0b","serviceDescription":"catalog service description","serviceInvariantUUID":"4f5bb1a7-0227-456b-8d63-3c0ef0a975e7","resources":[{"resourceInstanceName":"pNF f75d277b-ed0a 0","resourceName":"pNF f75d277b-ed0a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0301bce4-fd7b-41d1-8a43-a8a80f73e88e","resourceInvariantUUID":"2690963d-903e-4a38-bf0e-adbeeacd5305","resourceCustomizationUUID":"71f58cf1-6eff-4cc3-b56a-6ba3ebfd5ecb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDgxYTczMWRlYzUyY2IxOWM2ZGNmY2MyNmEwODM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"648bd0e8-f3bf-4f8f-8812-3b45d7fc0085","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar","artifactChecksum":"NzE3MjUzOGUwYjE4N2QxNjA0OWY2MDgwMGVjNDBkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc970455-47c1-4aec-8a1b-7af3dd1d28f7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e53fb7a-fa59-433d-b6b8-1b5f8d517657","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJlMTFmNWU3NGIyMzYyMjFlMjZmMjc3MjE2NDA3NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80144551-27cc-4eda-8e2a-7cd24e908526","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"432786d2-eb20-47e5-8a19-c46d694af99a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce5ac35-613c-4958-9e1f-b0f773fdf89f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml","artifactChecksum":"OGE3OWEwZWQwYWE1NjczNjJhZmI4N2VjZDEzOTNiZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c70ab82f-76e6-4915-a348-dcebcc5a9bdd","artifactVersion":"1"},{"artifactName":"service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar","artifactChecksum":"MmNjODMxYWI4OTE5ZmFhNGI2ZmZhNTg1ZDg5MjFiYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f83c91b-ea27-4fef-bef5-8a67e23c261a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T13:57:51.798Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:51.799Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:51.801Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:51.801Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:51.901Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:51.902Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:51.902Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:51.911Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:51.911Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:52.801Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:52.802Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:52.805Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:52.805Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:52.905Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:52.906Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:52.906Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:52.916Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:52.916Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:53.805Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:53.806Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:53.808Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:53.808Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:53.909Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T13:57:53.909Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:53.910Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:53.919Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:53.920Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:54.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:54.809Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:54.811Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:54.812Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:54.912Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:54.912Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:54.912Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:54.920Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:54.920Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:55.812Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:55.814Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:55.817Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:55.817Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:55.917Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:55.918Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:55.918Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:55.928Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:55.929Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:56.818Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:56.819Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:56.821Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:56.822Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:56.921Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T13:57:56.922Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:56.922Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:56.932Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:56.932Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:57.822Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:57.823Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:57.825Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:57.826Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:57:57.926Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:57.926Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:57.927Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:57.935Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:57.936Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:58.826Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T13:57:58.827Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:57:58.830Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:57:58.830Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:57:58.930Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:57:58.930Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:57:58.930Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:57:58.942Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:57:58.942Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:57:59.831Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "serviceName": "Demo_pNF_8lZHkEW9pzr4oIk2IV8U",
  "serviceVersion": "1.0",
  "serviceUUID": "cf63ffbc-1aad-4c8b-87fc-c6df5564db0b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4f5bb1a7-0227-456b-8d63-3c0ef0a975e7",
  "resources": [
    {
      "resourceInstanceName": "pNF f75d277b-ed0a 0",
      "resourceCustomizationUUID": "71f58cf1-6eff-4cc3-b56a-6ba3ebfd5ecb",
      "resourceName": "pNF f75d277b-ed0a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0301bce4-fd7b-41d1-8a43-a8a80f73e88e",
      "resourceInvariantUUID": "2690963d-903e-4a38-bf0e-adbeeacd5305",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
      "artifactChecksum": "MmNjODMxYWI4OTE5ZmFhNGI2ZmZhNTg1ZDg5MjFiYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f83c91b-ea27-4fef-bef5-8a67e23c261a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T13:57:59.831Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T13:57:59.832Z|cee1b627-2397-49cd-9fab-f7a1c754f101|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf63ffbc-1aad-4c8b-87fc-c6df5564db0b ASDC
2021-08-12T13:57:59.832Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:831d0ef3-738b-4042-afb1-250e04d1f7e1
ServiceName:Demo_pNF_8lZHkEW9pzr4oIk2IV8U
ServiceVersion:1.0
ServiceUUID:cf63ffbc-1aad-4c8b-87fc-c6df5564db0b
ServiceInvariantUUID:4f5bb1a7-0227-456b-8d63-3c0ef0a975e7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
ArtifactUUID:2f83c91b-ea27-4fef-bef5-8a67e23c261a
ArtifactChecksum:MmNjODMxYWI4OTE5ZmFhNGI2ZmZhNTg1ZDg5MjFiYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f75d277b-ed0a 0
ResourceCustomizationUUID:71f58cf1-6eff-4cc3-b56a-6ba3ebfd5ecb
ResourceInvariantUUID:2690963d-903e-4a38-bf0e-adbeeacd5305
ResourceName:pNF f75d277b-ed0a
ResourceType:PNF
ResourceUUID:0301bce4-fd7b-41d1-8a43-a8a80f73e88e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-12T13:57:59.832Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf63ffbc-1aad-4c8b-87fc-c6df5564db0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f83c91b-ea27-4fef-bef5-8a67e23c261a from URL: /sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T13:57:59.858Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:00.041Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T13:58:00.049Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar 2f83c91b-ea27-4fef-bef5-8a67e23c261a 82541
2021-08-12T13:58:00.050Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar ASDC sendASDCNotification
2021-08-12T13:58:00.050Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:00.050Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T13:58:00.050Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:58:00.052Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:58:00.052Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776680050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:00.152Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:58:00.153Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:58:00.154Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:58:00.166Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:58:00.166Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:58:01.052Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T13:58:01.054Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T13:58:01.054Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2f83c91b-ea27-4fef-bef5-8a67e23c261a, URL: /sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar to file: /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.054Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.055Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.055Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.127Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP514819398534114345/Definitions/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f75d277b-ed0a 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-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.646Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Node template pNF f75d277b-ed0a 0 is matching search criteria
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f75d277b-ed0a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Node template pNF f75d277b-ed0a 0 is matching search criteria
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f75d277b-ed0a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.647Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.648Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8lZHkEW9pzr4oIk2IV8U
Description:catalog service description
Model UUID:cf63ffbc-1aad-4c8b-87fc-c6df5564db0b
Model Version:NULL
Model InvariantUuid:4f5bb1a7-0227-456b-8d63-3c0ef0a975e7
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T13:58:01.654Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0301bce4-fd7b-41d1-8a43-a8a80f73e88e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:58:01.657Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||pNF f75d277b-ed0a 0
2021-08-12T13:58:01.657Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0301bce4-fd7b-41d1-8a43-a8a80f73e88e
2021-08-12T13:58:01.657Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cf63ffbc-1aad-4c8b-87fc-c6df5564db0b
2021-08-12T13:58:01.657Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cf63ffbc-1aad-4c8b-87fc-c6df5564db0b
2021-08-12T13:58:01.657Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f75d277b-ed0a 0 0301bce4-fd7b-41d1-8a43-a8a80f73e88e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:58:01.666Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.666Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.666Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cf63ffbc-1aad-4c8b-87fc-c6df5564db0b: pNF f75d277b-ed0a
2021-08-12T13:58:01.667Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Processing PNF resource: 0301bce4-fd7b-41d1-8a43-a8a80f73e88e
2021-08-12T13:58:01.667Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T13:58:01.667Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_8lZHkEW9pzr4oIk2IV8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T13:58:01.667Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||Resource customization UUID: 71f58cf1-6eff-4cc3-b56a-6ba3ebfd5ecb is the same as notified resource customizationUUID: 71f58cf1-6eff-4cc3-b56a-6ba3ebfd5ecb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-08-12T13:58:01.729Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f75d277b-ed0a 0301bce4-fd7b-41d1-8a43-a8a80f73e88e 0 ASDC deployResourceStructure
2021-08-12T13:58:01.729Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar ASDC sendASDCNotification
2021-08-12T13:58:01.729Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar
2021-08-12T13:58:01.729Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T13:58:01.729Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:58:01.731Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:58:01.731Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776681729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:01.831Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:58:01.832Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:58:01.832Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:58:01.841Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:58:01.841Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T13:58:02.731Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:58:02.743Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:58:02.748Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:58:02.748Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:58:02.748Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:58:32.748Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:58:32.759Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:58:32.761Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:58:32.761Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T13:58:32.761Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T13:58:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:58:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:58:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:58:51.201Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:58:51.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776611172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776615557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776617059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776626666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1628776625584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776631074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776626088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776626552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776643388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776643394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776635960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "cds",
  "timestamp": 1628776644392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:58:51.222Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.222Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776645091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776646094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:58:51.235Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.235Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776646400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776647599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776640253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776648172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cee1b627-2397-49cd-9fab-f7a1c754f101",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776648323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776640809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776648603,
  "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=?
2021-08-12T13:58:51.248Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.248Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 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 (?, ?, ?, ?, ?)
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776649197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776649677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776649990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "clamp",
  "timestamp": 1628776650200,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:58:51.259Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.259Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:58:51.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776650680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "policy-id",
  "timestamp": 1628776651682,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:58:51.271Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.272Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:58:51.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776655353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:58:51.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:58:51.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T13:58:51.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "aai-ml",
  "timestamp": 1628776656357,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T13:58:51.283Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 831d0ef3-738b-4042-afb1-250e04d1f7e1
2021-08-12T13:58:51.284Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831d0ef3-738b-4042-afb1-250e04d1f7e1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T13:59:02.762Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:59:02.772Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.776Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.777Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.777Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T13:59:02.777Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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=?
2021-08-12T13:59:02.781Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T13:59:32.781Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T13:59:32.786Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 831d0ef3-738b-4042-afb1-250e04d1f7e1 and serviceModelVersionId: cf63ffbc-1aad-4c8b-87fc-c6df5564db0b
2021-08-12T13:59:32.786Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f5bb1a7-0227-456b-8d63-3c0ef0a975e7
2021-08-12T13:59:32.786Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0
2021-08-12T13:59:32.790Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T13:59:32.813Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|INFO|500||Invoke
2021-08-12T13:59:32.813Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[831d0ef3-738b-4042-afb1-250e04d1f7e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe56f13d-4cbf-4515-86eb-4f3323300510], X-ECOMP-RequestID=[831d0ef3-738b-4042-afb1-250e04d1f7e1], X-TransactionId=[], X-ONAP-RequestID=[831d0ef3-738b-4042-afb1-250e04d1f7e1], Content-Type=[application/merge-patch+json]}
2021-08-12T13:59:32.836Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T13:59:33.460Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210812-13:59:32:845-38306], vertex-id=[184448], Content-Length=[0], Date=[Thu, 12 Aug 2021 13:59:32 GMT], Content-Type=[application/json]}
2021-08-12T13:59:33.460Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T13:59:33.461Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5bb1a7-0227-456b-8d63-3c0ef0a975e7/model-vers/model-ver/cf63ffbc-1aad-4c8b-87fc-c6df5564db0b?depth=0|INFO|500||InvokeReturn
2021-08-12T13:59:33.461Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T13:59:33.462Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T13:59:33.466Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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)
2021-08-12T13:59:33.466Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 831d0ef3-738b-4042-afb1-250e04d1f7e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T13:59:33.466Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T13:59:33.466Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T13:59:33.468Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T13:59:33.468Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776773466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T13:59:33.569Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T13:59:33.569Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T13:59:33.569Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T13:59:33.580Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:59:33.581Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T13:59:34.480Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:59:34.480Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:59:34.480Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:59:44.020Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:59:51.172Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:59:51.173Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:59:51.173Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:59:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T13:59:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T13:59:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T13:59:51.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T13:59:51.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/resourceInstances/pnff75d277bed0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T13:59:51.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776671172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776680050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776681729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lzhkew9pzr4oik2iv8u/1.0/artifacts/service-DemoPnf8lzhkew9pzr4oik2iv8u-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T13:59:51.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:00:00.718Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:51.172Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:00:51.173Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:00:51.173Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:00:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:00:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:00:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831d0ef3-738b-4042-afb1-250e04d1f7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776773466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:00:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:00:51.802Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:51.803Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T14:00:51.804Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6228a600-4a8a-4c65-87b1-213a09c1f5c4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"27d4c551-6885-48c0-bc66-a7bccda8b2b5","serviceDescription":"service","serviceInvariantUUID":"47c2233c-dc24-4657-96bc-101884b8d9b8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea415254-60f7-4a9a-8f77-1ca332bc4ac8","resourceInvariantUUID":"d75c6ca5-f81f-4470-8361-7879e727c1f3","resourceCustomizationUUID":"13e8c891-fa57-452d-a027-50275cdbc4b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Zjk3NmI3OTgzMDA2NWFhOWVkNzU1OGFiNmY1NzEzMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45bc2ff2-a286-4c14-b204-f1159a2be2d5","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjUwZWRjNWRkYzVkNTljNDhkMDNiNGE5MWVjMWZiZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4a65de4-51b8-43e9-8455-da979ea176f8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b6850fac-4979-42fc-96b5-a8ced9ab810f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"506537a7-c761-46d5-bcca-6127f398d511","artifactVersion":"2","generatedFromUUID":"0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MWE0YmEwM2QyODNjOGFhM2E0ZmVjMDBlZTJiMDJhODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bcba79f1-8dfc-4a87-844f-b1edc853709d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZTk0MWE0OGY3MDJmMTg5ZmE0OWIxNDI1ZWI3NGQ4NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0163b009-783e-4fb0-a13e-fd2d5f48e45f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmY5ZWNiYTE3ZTlkOGI0NGYxYWNjMTA5OGFkMzQ3ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c3e5e90-f912-41f1-afd3-c105af56ab6c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T14:00:51.806Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:51.806Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:51.808Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:51.808Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:00:51.908Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:51.909Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:51.909Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:51.919Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:51.919Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:00:52.809Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:52.810Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:52.812Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:52.812Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:00:52.912Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:52.913Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:52.913Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:52.923Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:52.924Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:00:53.813Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:53.814Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:53.816Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:53.817Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:00:53.916Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:00:53.917Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:53.917Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:53.927Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:53.928Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:00:54.817Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:54.818Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:54.821Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:54.821Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:00:54.921Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:54.922Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:54.922Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:54.933Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:54.934Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:00:55.821Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:55.823Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:55.825Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:55.825Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:00:55.925Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:55.926Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:55.927Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:55.935Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:55.935Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:00:56.826Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:56.827Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:56.829Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:56.829Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:00:56.929Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:56.930Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:56.930Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:56.939Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:56.939Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:00:57.830Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:57.831Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:57.832Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:57.833Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:00:57.933Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:57.933Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:57.933Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:57.943Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:57.943Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:00:58.833Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:00:58.834Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:00:58.837Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:00:58.837Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:00:58.937Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:00:58.937Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:00:58.938Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:00:58.947Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:00:58.947Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:00:59.838Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "27d4c551-6885-48c0-bc66-a7bccda8b2b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47c2233c-dc24-4657-96bc-101884b8d9b8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "13e8c891-fa57-452d-a027-50275cdbc4b9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea415254-60f7-4a9a-8f77-1ca332bc4ac8",
      "resourceInvariantUUID": "d75c6ca5-f81f-4470-8361-7879e727c1f3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZjUwZWRjNWRkYzVkNTljNDhkMDNiNGE5MWVjMWZiZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4a65de4-51b8-43e9-8455-da979ea176f8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "506537a7-c761-46d5-bcca-6127f398d511",
            "generatedFromUUID": "0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "506537a7-c761-46d5-bcca-6127f398d511",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmY5ZWNiYTE3ZTlkOGI0NGYxYWNjMTA5OGFkMzQ3ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c3e5e90-f912-41f1-afd3-c105af56ab6c"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T14:00:59.839Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T14:00:59.839Z|831d0ef3-738b-4042-afb1-250e04d1f7e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27d4c551-6885-48c0-bc66-a7bccda8b2b5 ASDC
2021-08-12T14:00:59.839Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6228a600-4a8a-4c65-87b1-213a09c1f5c4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:27d4c551-6885-48c0-bc66-a7bccda8b2b5
ServiceInvariantUUID:47c2233c-dc24-4657-96bc-101884b8d9b8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:8c3e5e90-f912-41f1-afd3-c105af56ab6c
ArtifactChecksum:ZmY5ZWNiYTE3ZTlkOGI0NGYxYWNjMTA5OGFkMzQ3ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:13e8c891-fa57-452d-a027-50275cdbc4b9
ResourceInvariantUUID:d75c6ca5-f81f-4470-8361-7879e727c1f3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ea415254-60f7-4a9a-8f77-1ca332bc4ac8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:f4a65de4-51b8-43e9-8455-da979ea176f8
ArtifactChecksum:ZjUwZWRjNWRkYzVkNTljNDhkMDNiNGE5MWVjMWZiZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:506537a7-c761-46d5-bcca-6127f398d511
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:506537a7-c761-46d5-bcca-6127f398d511
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T14:00:59.839Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27d4c551-6885-48c0-bc66-a7bccda8b2b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:00:59.865Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:00:59.865Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:00:59.865Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:00:59.865Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c3e5e90-f912-41f1-afd3-c105af56ab6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T14:00:59.865Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:00:59.866Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T14:01:00.032Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:01:00.037Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8c3e5e90-f912-41f1-afd3-c105af56ab6c 78569
2021-08-12T14:01:00.038Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-12T14:01:00.038Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T14:01:00.038Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:01:00.038Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:00.041Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:00.041Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776860038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:00.141Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:01:00.142Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:00.142Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:00.151Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:00.152Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:01.041Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:01:01.042Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:01:01.042Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8c3e5e90-f912-41f1-afd3-c105af56ab6c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.043Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.043Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.043Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.155Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10432179271294865503/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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-BasicVmMacro-csar.csar
2021-08-12T14:01:01.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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-BasicVmMacro-csar.csar
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:01:01.971Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:01.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ded9a7fa-91b1-4623-b503-69445ce9c849
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:01.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:27d4c551-6885-48c0-bc66-a7bccda8b2b5
Model Version:NULL
Model InvariantUuid:47c2233c-dc24-4657-96bc-101884b8d9b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4b977ff4-58d2-4f31-a4a9-d090e45666a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d75c6ca5-f81f-4470-8361-7879e727c1f3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:13e8c891-fa57-452d-a027-50275cdbc4b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9b0a426-efd8-4270-aa06-b7b065ef6cd5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7314cf0f-1d26-4b06-afb0-983f1e554bb5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ded9a7fa-91b1-4623-b503-69445ce9c849
ModelInvariantUuid:c061ac1a-4ac0-4319-ae07-c69ce336ed0b
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:af3971d6-4275-4869-9651-0b18e623fe04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:579d8ee3-6cbe-4ac1-a841-64fdf2dcae76
ModelInvariantUuid:60ed0f83-3d24-448e-88aa-f77d04618c20
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:ae315402-79f6-44ab-bea3-28f3c1ba3012
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T14:01:01.979Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ea415254-60f7-4a9a-8f77-1ca332bc4ac8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:01:01.981Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-08-12T14:01:01.981Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea415254-60f7-4a9a-8f77-1ca332bc4ac8
2021-08-12T14:01:01.981Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f4a65de4-51b8-43e9-8455-da979ea176f8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-12T14:01:01.981Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:01:01.981Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-12T14:01:02.677Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:01:02.678Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f4a65de4-51b8-43e9-8455-da979ea176f8 792
2021-08-12T14:01:02.678Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-08-12T14:01:02.678Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-12T14:01:02.678Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:01:02.678Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:02.680Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:02.681Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776862678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:02.780Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:01:02.781Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:02.781Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:02.791Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:02.791Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:03.681Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d9b0a426-efd8-4270-aa06-b7b065ef6cd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7314cf0f-1d26-4b06-afb0-983f1e554bb5",
    "vfModuleModelCustomizationUUID": "6109e95f-e43c-462a-856c-06e3bee6a885",
    "isBase": true,
    "artifacts": [
      "0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d",
      "506537a7-c761-46d5-bcca-6127f398d511"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:01:03.684Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7314cf0f-1d26-4b06-afb0-983f1e554bb5
VfModuleModelInvariantUUID:d9b0a426-efd8-4270-aa06-b7b065ef6cd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d
,
506537a7-c761-46d5-bcca-6127f398d511

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:01:03.687Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d9b0a426-efd8-4270-aa06-b7b065ef6cd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7314cf0f-1d26-4b06-afb0-983f1e554bb5",
    "vfModuleModelCustomizationUUID": "6109e95f-e43c-462a-856c-06e3bee6a885",
    "isBase": true,
    "artifacts": [
      "0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d",
      "506537a7-c761-46d5-bcca-6127f398d511"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:01:03.687Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7314cf0f-1d26-4b06-afb0-983f1e554bb5
VfModuleModelInvariantUUID:d9b0a426-efd8-4270-aa06-b7b065ef6cd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d
,
506537a7-c761-46d5-bcca-6127f398d511

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:01:03.687Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-12T14:01:03.687Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:01:03.687Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-12T14:01:04.868Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:01:04.868Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0d66c07b-cdfb-4482-a6ac-fffbb10e4d3d 5033
2021-08-12T14:01:04.869Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T14:01:04.869Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-12T14:01:04.869Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:01:04.869Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:04.872Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:04.872Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776864869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:04.972Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:01:04.972Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:04.973Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:04.982Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:04.982Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:05.874Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 506537a7-c761-46d5-bcca-6127f398d511 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-12T14:01:05.874Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:01:05.874Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-12T14:01:07.945Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:01:07.945Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 506537a7-c761-46d5-bcca-6127f398d511 903
2021-08-12T14:01:07.945Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T14:01:07.945Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-12T14:01:07.945Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:01:07.946Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:07.948Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:07.948Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776867945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:08.048Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:01:08.049Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:08.049Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:08.058Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:08.059Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:08.949Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 27d4c551-6885-48c0-bc66-a7bccda8b2b5
2021-08-12T14:01:08.950Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ea415254-60f7-4a9a-8f77-1ca332bc4ac8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:01:08.965Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.965Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.966Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T14:01:08.966Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 13e8c891-fa57-452d-a027-50275cdbc4b9
2021-08-12T14:01:08.966Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13e8c891-fa57-452d-a027-50275cdbc4b9 matches Tosca VF Customization UUID: 13e8c891-fa57-452d-a027-50275cdbc4b9
2021-08-12T14:01:08.966Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 13e8c891-fa57-452d-a027-50275cdbc4b9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T14:01:08.968Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.968Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.969Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 13e8c891-fa57-452d-a027-50275cdbc4b9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-12T14:01:08.969Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38911754
2021-08-12T14:01:08.969Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:01:08.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6109e95f-e43c-462a-856c-06e3bee6a885
2021-08-12T14:01:08.970Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6109e95f-e43c-462a-856c-06e3bee6a885
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T14:01:08.972Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:01:08.973Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T14:01:08.974Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ded9a7fa-91b1-4623-b503-69445ce9c849
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T14:01:08.975Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.976Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:08.976Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:01:08.976Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.976Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-12T14:01:08.976Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=13e8c891-fa57-452d-a027-50275cdbc4b9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 27d4c551-6885-48c0-bc66-a7bccda8b2b5: basic_vm_macro
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.978Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.979Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.979Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:01:08.979Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:01:08.979Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:01:09.039Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ea415254-60f7-4a9a-8f77-1ca332bc4ac8 1 ASDC deployResourceStructure
2021-08-12T14:01:09.040Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-08-12T14:01:09.040Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-12T14:01:09.040Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:01:09.040Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:09.041Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:09.041Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776869040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:09.142Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:01:09.143Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:09.143Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:09.153Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:09.153Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:10.049Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T14:01:10.049Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-12T14:01:10.049Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:01:10.050Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:10.052Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:10.052Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776870049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:10.152Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:01:10.153Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:10.153Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:10.162Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:10.163Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:11.054Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T14:01:11.054Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-12T14:01:11.055Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:01:11.055Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:11.057Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:11.058Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776871054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:11.158Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:01:11.159Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:11.159Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:11.170Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:11.170Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:12.058Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-12T14:01:12.059Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-12T14:01:12.059Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:01:12.059Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:01:12.061Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:01:12.062Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776872058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:12.162Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:01:12.162Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:01:12.162Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:12.171Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:12.172Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:01:13.062Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:01:13.074Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:01:13.076Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:01:13.076Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:01:13.076Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:01:43.076Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:01:43.088Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:01:43.091Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:01:43.091Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:01:43.091Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:01:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:01:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:01:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:01:51.198Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:01:51.200Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.200Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.201Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.201Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.202Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.203Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.204Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.205Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.206Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.207Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.208Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.209Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628776835960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776836666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776836088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.210Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776840253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776848498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:51.211Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776841074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776849601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776850464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776850467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776850604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:01:51.212Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:02:13.092Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:02:13.103Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:02:13.105Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:02:13.105Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:02:13.106Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:02:43.106Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:02:43.115Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:02:43.116Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:02:43.117Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:02:43.117Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:02:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:02:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:02:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:02:51.219Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:02:51.220Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:02:51.220Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:02:51.220Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:13.117Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:03:13.125Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:03:13.126Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:03:13.126Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:03:13.126Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:03:43.127Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:03:43.135Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:03:43.137Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:03:43.138Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:03:43.138Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:03:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:03:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:03:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:03:51.698Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:03:51.699Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.699Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.700Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628776851470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.707Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.707Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:03:51.715Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.715Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "policy-id",
  "timestamp": 1628776851606,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.719Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.719Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:03:51.727Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.727Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.728Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.729Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "cds",
  "timestamp": 1628776852581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.734Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.734Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:03:51.743Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.743Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.743Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.743Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.743Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "dcae-sch",
  "timestamp": 1628776845584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.744Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776846553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776856608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.745Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776857965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776850809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776858656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776851172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776859133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.746Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776859635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776860038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.747Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776860153,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.752Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.752Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628776861155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776861207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.758Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "clamp",
  "timestamp": 1628776862210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.763Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.763Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:03:51.772Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776862678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776864869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776867685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776867945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.773Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "aai-ml",
  "timestamp": 1628776868689,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:03:51.778Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6228a600-4a8a-4c65-87b1-213a09c1f5c4
2021-08-12T14:03:51.779Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776869040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776870049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.787Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776871054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.788Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:03:51.788Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-12T14:03:51.788Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628776872058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:03:51.788Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:04:13.138Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:04:13.148Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.150Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.151Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:04:13.151Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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=?
2021-08-12T14:04:13.155Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T14:04:43.155Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T14:04:43.161Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and serviceModelVersionId: 27d4c551-6885-48c0-bc66-a7bccda8b2b5
2021-08-12T14:04:43.161Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47c2233c-dc24-4657-96bc-101884b8d9b8
2021-08-12T14:04:43.162Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0
2021-08-12T14:04:43.166Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T14:04:43.197Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-12T14:04:43.198Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0|INFO|500||Invoke
2021-08-12T14:04:43.217Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T14:04:43.562Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0|INFO|500||InvokeReturn
2021-08-12T14:04:43.562Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/47c2233c-dc24-4657-96bc-101884b8d9b8/model-vers/model-ver/27d4c551-6885-48c0-bc66-a7bccda8b2b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210812-14:04:43:225-24740], vertex-id=[249968], Content-Length=[0], Date=[Thu, 12 Aug 2021 14:04:43 GMT], Content-Type=[application/json]}
2021-08-12T14:04:43.563Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T14:04:43.563Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T14:04:43.563Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:04:43.568Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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)
2021-08-12T14:04:43.568Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6228a600-4a8a-4c65-87b1-213a09c1f5c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T14:04:43.568Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T14:04:43.568Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:43.571Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:43.571Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777083568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:04:43.671Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:43.672Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:43.672Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:43.687Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:43.687Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 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=?
2021-08-12T14:04:44.584Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:04:44.585Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:04:44.585Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:50.699Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:50.700Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T14:04:50.700Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c41c2ee-3412-4609-a7be-75bfb696ca4b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6553bb26-e8b4-40ff-af10-42c1a7bf73c6","serviceDescription":"service","serviceInvariantUUID":"b926265f-8491-4faf-9fca-7eb10f76a740","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdffe36b-2b14-4dd9-b310-6799ab972f98","resourceInvariantUUID":"bdc33564-1ef3-4e7d-b788-9aa9fd31b284","resourceCustomizationUUID":"7a0a8517-d2b2-4035-8218-3c6d75fa17f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGVjNzUzYjA1ZTFmOTEzM2E4MzM4YTgzNTdlZGY2ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"758520cd-2389-4081-8a5f-7a2c816687a5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30c434c8-0621-4f00-b96d-bbc021bcde78","artifactVersion":"2","generatedFromUUID":"64818ac9-cd71-4e6a-a3e7-f207eded4145"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64818ac9-cd71-4e6a-a3e7-f207eded4145","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTc3OTIwMGMyNjYxZmNjODE1NjhhNDVhZmVkNWU0MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f507af2-48f3-4acf-9460-ff52fd48d7f7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e02ecc9c-b022-474d-8e3a-b156046f6beb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c12b08f-7f1a-4dfa-a982-f2b9ea661004","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cdbdb638-7d04-432e-9d44-9ec8d64d25da","artifactVersion":"2","generatedFromUUID":"e02ecc9c-b022-474d-8e3a-b156046f6beb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmFjMTVkZTdiOTUzZDc0NmIyMzNhMTAxZmEzOWFkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d85b2f4f-652c-4565-bf48-ac0956f79b66","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDg1YzJhM2ZiOTk1NTFjZGE2MmI1MTM3YjkyNzliMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2152ead-5d21-47b9-aa6b-e43ecb05390c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T14:04:50.702Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:50.702Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:50.704Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:50.704Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:50.804Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:50.805Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:50.805Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:50.815Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:50.815Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:04:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:04:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:51.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:04:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6228a600-4a8a-4c65-87b1-213a09c1f5c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777083568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:51.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:51.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:04:51.705Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:51.706Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:51.709Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:51.709Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-12T14:04:51.811Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:04:51.811Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:51.811Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:51.822Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:51.823Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:52.710Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:52.711Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:52.714Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:52.714Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-12T14:04:52.814Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:52.815Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:52.815Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:52.825Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:52.825Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:53.715Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:53.716Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:53.718Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:53.719Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:04:53.818Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:04:53.819Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:53.819Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:53.829Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:53.830Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:54.719Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:54.720Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:54.722Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:54.722Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:04:54.822Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:54.823Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:54.823Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:54.834Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:54.834Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:55.723Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:55.724Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:55.726Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:55.726Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:55.826Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:55.827Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:55.827Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:55.836Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:55.836Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:56.727Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:56.727Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:56.729Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:56.729Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-12T14:04:56.829Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:56.830Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:56.830Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:56.838Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:56.838Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:57.729Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:57.730Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:57.733Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:57.733Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:04:57.833Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:57.833Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:57.833Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:57.841Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:57.841Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:58.733Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:04:58.734Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:04:58.736Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:04:58.736Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:04:58.837Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:04:58.837Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:04:58.837Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:04:58.849Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:04:58.849Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:04:59.738Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6553bb26-e8b4-40ff-af10-42c1a7bf73c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b926265f-8491-4faf-9fca-7eb10f76a740",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7a0a8517-d2b2-4035-8218-3c6d75fa17f6",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cdffe36b-2b14-4dd9-b310-6799ab972f98",
      "resourceInvariantUUID": "bdc33564-1ef3-4e7d-b788-9aa9fd31b284",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "30c434c8-0621-4f00-b96d-bbc021bcde78",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "64818ac9-cd71-4e6a-a3e7-f207eded4145",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MTc3OTIwMGMyNjYxZmNjODE1NjhhNDVhZmVkNWU0MTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f507af2-48f3-4acf-9460-ff52fd48d7f7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e02ecc9c-b022-474d-8e3a-b156046f6beb",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cdbdb638-7d04-432e-9d44-9ec8d64d25da",
            "generatedFromUUID": "e02ecc9c-b022-474d-8e3a-b156046f6beb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cdbdb638-7d04-432e-9d44-9ec8d64d25da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDg1YzJhM2ZiOTk1NTFjZGE2MmI1MTM3YjkyNzliMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2152ead-5d21-47b9-aa6b-e43ecb05390c"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T14:04:59.738Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T14:04:59.739Z|6228a600-4a8a-4c65-87b1-213a09c1f5c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6553bb26-e8b4-40ff-af10-42c1a7bf73c6 ASDC
2021-08-12T14:04:59.739Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7c41c2ee-3412-4609-a7be-75bfb696ca4b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6553bb26-e8b4-40ff-af10-42c1a7bf73c6
ServiceInvariantUUID:b926265f-8491-4faf-9fca-7eb10f76a740
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:e2152ead-5d21-47b9-aa6b-e43ecb05390c
ArtifactChecksum:NDg1YzJhM2ZiOTk1NTFjZGE2MmI1MTM3YjkyNzliMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7a0a8517-d2b2-4035-8218-3c6d75fa17f6
ResourceInvariantUUID:bdc33564-1ef3-4e7d-b788-9aa9fd31b284
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cdffe36b-2b14-4dd9-b310-6799ab972f98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:30c434c8-0621-4f00-b96d-bbc021bcde78
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:64818ac9-cd71-4e6a-a3e7-f207eded4145
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:7f507af2-48f3-4acf-9460-ff52fd48d7f7
ArtifactChecksum:MTc3OTIwMGMyNjYxZmNjODE1NjhhNDVhZmVkNWU0MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:e02ecc9c-b022-474d-8e3a-b156046f6beb
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cdbdb638-7d04-432e-9d44-9ec8d64d25da
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cdbdb638-7d04-432e-9d44-9ec8d64d25da
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T14:04:59.739Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6553bb26-e8b4-40ff-af10-42c1a7bf73c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:04:59.769Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:04:59.770Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:04:59.770Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:04:59.770Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2152ead-5d21-47b9-aa6b-e43ecb05390c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-12T14:04:59.770Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:04:59.770Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-12T14:05:00.063Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:00.068Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e2152ead-5d21-47b9-aa6b-e43ecb05390c 68761
2021-08-12T14:05:00.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-12T14:05:00.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-12T14:05:00.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:00.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:00.071Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:00.072Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777100069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:00.172Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:00.172Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:00.173Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:00.184Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:00.184Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:01.072Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:05:01.073Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:05:01.074Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e2152ead-5d21-47b9-aa6b-e43ecb05390c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.074Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-12T14:05:01.074Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.074Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.157Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10093452527985018805/Definitions/service-BasicCnf-template.yml
2021-08-12T14:05:01.963Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.964Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|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-BasicCnf-csar.csar
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:01.965Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.966Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T14:05:01.967Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.968Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:05:01.968Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.968Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:01.968Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:01.968Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=350fa2ab-5ec3-422d-95b0-edbb69d7df10
2021-08-12T14:05:01.969Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:01.970Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6553bb26-e8b4-40ff-af10-42c1a7bf73c6
Model Version:NULL
Model InvariantUuid:b926265f-8491-4faf-9fca-7eb10f76a740
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9bea93fe-5ee6-43b4-8825-8f707454db17
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bdc33564-1ef3-4e7d-b788-9aa9fd31b284
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a0a8517-d2b2-4035-8218-3c6d75fa17f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd783260-800a-4ef7-a5d8-fdc28c662670
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4c05db49-1f8b-47be-931a-de06c02035c6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:350fa2ab-5ec3-422d-95b0-edbb69d7df10
ModelInvariantUuid:1ba5b2c4-fba7-43bc-94a9-79fd860c8549
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7bce1976-4be4-4137-8a3d-dad624019ba1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d4468a8e-791a-41c5-b586-7f23acb56aa2
ModelInvariantUuid:fc813dad-45a4-4316-beb4-0a0a4f3d5a08
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ad6d35f8-8d38-4eaa-9b1a-9b2b2779cd77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T14:05:01.976Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cdffe36b-2b14-4dd9-b310-6799ab972f98
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:05:01.979Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-08-12T14:05:01.979Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdffe36b-2b14-4dd9-b310-6799ab972f98
2021-08-12T14:05:01.979Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 30c434c8-0621-4f00-b96d-bbc021bcde78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-12T14:05:01.979Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:05:01.979Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-12T14:05:02.568Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:02.568Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 30c434c8-0621-4f00-b96d-bbc021bcde78 12
2021-08-12T14:05:02.569Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-12T14:05:02.569Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-12T14:05:02.569Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:02.569Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:02.572Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:02.572Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777102569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:02.672Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:02.673Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:02.673Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:02.683Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:02.683Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:03.572Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 64818ac9-cd71-4e6a-a3e7-f207eded4145 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-12T14:05:03.573Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:05:03.573Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-12T14:05:05.364Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:05.365Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 64818ac9-cd71-4e6a-a3e7-f207eded4145 2688
2021-08-12T14:05:05.365Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-12T14:05:05.365Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-12T14:05:05.365Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:05.366Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:05.368Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:05.368Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777105365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:05.468Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:05.469Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:05.469Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:05.478Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:05.478Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:06.370Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7f507af2-48f3-4acf-9460-ff52fd48d7f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-12T14:05:06.371Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:05:06.371Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-12T14:05:09.580Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:09.580Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7f507af2-48f3-4acf-9460-ff52fd48d7f7 828
2021-08-12T14:05:09.581Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-12T14:05:09.581Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-12T14:05:09.581Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:09.581Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:09.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:09.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777109581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:09.683Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:09.684Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:09.684Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:09.694Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:09.694Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:10.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd783260-800a-4ef7-a5d8-fdc28c662670",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c05db49-1f8b-47be-931a-de06c02035c6",
    "vfModuleModelCustomizationUUID": "419f61e1-c190-4d94-82ed-8748eec20fba",
    "isBase": true,
    "artifacts": [
      "64818ac9-cd71-4e6a-a3e7-f207eded4145",
      "e02ecc9c-b022-474d-8e3a-b156046f6beb",
      "cdbdb638-7d04-432e-9d44-9ec8d64d25da"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:05:10.589Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c05db49-1f8b-47be-931a-de06c02035c6
VfModuleModelInvariantUUID:cd783260-800a-4ef7-a5d8-fdc28c662670
VfModuleModelDescription:NULL
Artifacts UUID List:{
64818ac9-cd71-4e6a-a3e7-f207eded4145
,
e02ecc9c-b022-474d-8e3a-b156046f6beb
,
cdbdb638-7d04-432e-9d44-9ec8d64d25da

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:05:10.592Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd783260-800a-4ef7-a5d8-fdc28c662670",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c05db49-1f8b-47be-931a-de06c02035c6",
    "vfModuleModelCustomizationUUID": "419f61e1-c190-4d94-82ed-8748eec20fba",
    "isBase": true,
    "artifacts": [
      "64818ac9-cd71-4e6a-a3e7-f207eded4145",
      "e02ecc9c-b022-474d-8e3a-b156046f6beb",
      "cdbdb638-7d04-432e-9d44-9ec8d64d25da"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:05:10.592Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c05db49-1f8b-47be-931a-de06c02035c6
VfModuleModelInvariantUUID:cd783260-800a-4ef7-a5d8-fdc28c662670
VfModuleModelDescription:NULL
Artifacts UUID List:{
64818ac9-cd71-4e6a-a3e7-f207eded4145
,
e02ecc9c-b022-474d-8e3a-b156046f6beb
,
cdbdb638-7d04-432e-9d44-9ec8d64d25da

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:05:10.592Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e02ecc9c-b022-474d-8e3a-b156046f6beb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-12T14:05:10.593Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:05:10.593Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-12T14:05:12.548Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:12.548Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e02ecc9c-b022-474d-8e3a-b156046f6beb 1164
2021-08-12T14:05:12.549Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-12T14:05:12.549Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-12T14:05:12.549Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:12.549Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:12.552Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:12.552Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777112549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:12.652Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:12.653Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:12.653Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:12.662Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:12.662Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:13.553Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cdbdb638-7d04-432e-9d44-9ec8d64d25da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-12T14:05:13.553Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:05:13.554Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-12T14:05:15.582Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:05:15.582Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cdbdb638-7d04-432e-9d44-9ec8d64d25da 200
2021-08-12T14:05:15.582Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-12T14:05:15.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-12T14:05:15.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:05:15.583Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:15.585Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:15.585Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777115582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:05:15.685Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:05:15.686Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:15.686Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:15.697Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:15.697Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:16.586Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6553bb26-e8b4-40ff-af10-42c1a7bf73c6
2021-08-12T14:05:16.586Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cdffe36b-2b14-4dd9-b310-6799ab972f98 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-08-12T14:05:16.595Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:05:16.602Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.603Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.603Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T14:05:16.603Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7a0a8517-d2b2-4035-8218-3c6d75fa17f6
2021-08-12T14:05:16.603Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a0a8517-d2b2-4035-8218-3c6d75fa17f6 matches Tosca VF Customization UUID: 7a0a8517-d2b2-4035-8218-3c6d75fa17f6
2021-08-12T14:05:16.603Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7a0a8517-d2b2-4035-8218-3c6d75fa17f6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T14:05:16.605Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.605Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7a0a8517-d2b2-4035-8218-3c6d75fa17f6: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74f62b56
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 419f61e1-c190-4d94-82ed-8748eec20fba
2021-08-12T14:05:16.606Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 419f61e1-c190-4d94-82ed-8748eec20fba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T14:05:16.608Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.608Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:16.608Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:16.608Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.608Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:16.609Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:16.609Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.609Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-12T14:05:16.609Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-12T14:05:16.609Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=350fa2ab-5ec3-422d-95b0-edbb69d7df10
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T14:05:16.610Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.610Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:16.610Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:05:16.611Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.611Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-12T14:05:16.611Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7a0a8517-d2b2-4035-8218-3c6d75fa17f6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6553bb26-e8b4-40ff-af10-42c1a7bf73c6: basic_cnf
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.612Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:05:16.613Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:05:16.678Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cdffe36b-2b14-4dd9-b310-6799ab972f98 1 ASDC deployResourceStructure
2021-08-12T14:05:16.678Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-12T14:05:16.679Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-08-12T14:05:16.679Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T14:05:16.679Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:16.680Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:16.680Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777116678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-12T14:05:16.781Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:05:16.782Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:16.782Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:16.792Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:16.792Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:17.681Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-12T14:05:17.682Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-08-12T14:05:17.682Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-12T14:05:17.682Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:17.684Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:17.685Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-12T14:05:17.785Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:05:17.785Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:17.785Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:17.795Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:17.796Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:18.685Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-12T14:05:18.686Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-12T14:05:18.686Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:05:18.687Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:18.690Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:18.690Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777118685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:05:18.790Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:18.806Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:18.806Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:18.816Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:18.816Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:19.692Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-12T14:05:19.692Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-12T14:05:19.692Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:05:19.692Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:19.694Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:19.695Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777119692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:05:19.795Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:19.795Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:19.795Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:19.805Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:19.805Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:05:20.695Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-12T14:05:20.696Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-12T14:05:20.696Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:05:20.697Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:20.699Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:20.699Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777120695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:05:20.799Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:20.800Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:20.800Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:20.811Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:20.812Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:21.700Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-12T14:05:21.700Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-12T14:05:21.700Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:05:21.700Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:05:21.702Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:05:21.702Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777121700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:05:21.802Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:05:21.803Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:05:21.803Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:21.813Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:21.813Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:05:22.702Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:05:22.714Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:05:22.717Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:05:22.717Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:05:22.718Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:05:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:05:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:05:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:05:51.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:05:51.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:05:51.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:05:51.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:05:52.718Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:05:52.726Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:05:52.728Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:05:52.728Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:05:52.728Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:06:22.728Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:06:22.739Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:06:22.742Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:06:22.742Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:06:22.743Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:06:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:06:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:06:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:06:51.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:06:51.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:06:51.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-12T14:06:51.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:06:52.743Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:06:52.752Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:06:52.754Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:06:52.754Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:06:52.755Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:07:22.755Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:07:22.765Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:07:22.768Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:07:22.768Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-12T14:07:22.768Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-12T14:07:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:07:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:07:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:07:51.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:07:51.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777086553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777081074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "dcae-sch",
  "timestamp": 1628777085584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777084584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777090809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777099977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777099981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777100069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777100519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "cds",
  "timestamp": 1628777100987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.222Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777101273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777102569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777102958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777105264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777105365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777106309,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.239Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.239Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777107311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777109581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777110682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777110689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777111180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777095960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "cds",
  "timestamp": 1628777111686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.266Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "aai-ml",
  "timestamp": 1628777111693,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.281Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.281Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777112183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777112549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "policy-id",
  "timestamp": 1628777113185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T14:07:51.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777115582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777116678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777116982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777117086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-08-12T14:07:51.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777118245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777118685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777118920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777119408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777119692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777101991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777119923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.318Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.318Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777100253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777105584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777120429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777120695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777120904,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777121431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777121700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "cds",
  "timestamp": 1628777121909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:07:51.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777121974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777122977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777123465,
  "artifactURL": "/sdc/v1/catalog/services/a93aa8d2-766f-45a0-8701-c9913652e9a5/resourceInstances/basicclamp0/artifacts/7b342dce-1ef1-4ca9-b012-2b7888a502e8",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777115960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "policy-id",
  "timestamp": 1628777123979,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.372Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T14:07:51.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777124796,
  "artifactURL": "/sdc/v1/catalog/services/a93aa8d2-766f-45a0-8701-c9913652e9a5/resourceInstances/basicclamp0/artifacts/7b342dce-1ef1-4ca9-b012-2b7888a502e8",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "dcae-sch",
  "timestamp": 1628777125800,
  "artifactURL": "/sdc/v1/catalog/services/a93aa8d2-766f-45a0-8701-c9913652e9a5/resourceInstances/basicclamp0/artifacts/7b342dce-1ef1-4ca9-b012-2b7888a502e8",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:07:51.383Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777120809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777129287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777129296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777108314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777129543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777130564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777131359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777131546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "clamp",
  "timestamp": 1628777131567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c41c2ee-3412-4609-a7be-75bfb696ca4b
2021-08-12T14:07:51.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c41c2ee-3412-4609-a7be-75bfb696ca4b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777124981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777132549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.417Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.417Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777134959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777135885,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777136888,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777137155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777137562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "policy-id",
  "timestamp": 1628777137890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.434Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:07:51.434Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777138173,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:07:51.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-12T14:07:51.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "aai-ml",
  "timestamp": 1628777138566,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.462Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777139176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777106088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777142285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777144252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777144250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777145255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.477Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:07:51.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777146260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:07:51.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:07:51.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "clamp",
  "timestamp": 1628777147263,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:07:51.489Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8c6d3f0-5fbd-4de5-874b-c564673b4906
2021-08-12T14:07:51.489Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c6d3f0-5fbd-4de5-874b-c564673b4906 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:07:51.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:07:51.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:07:52.768Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:07:52.778Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:07:52.780Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|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=?
2021-08-12T14:07:52.785Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T14:08:22.785Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T14:08:22.790Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c41c2ee-3412-4609-a7be-75bfb696ca4b and serviceModelVersionId: 6553bb26-e8b4-40ff-af10-42c1a7bf73c6
2021-08-12T14:08:22.790Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b926265f-8491-4faf-9fca-7eb10f76a740
2021-08-12T14:08:22.791Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0
2021-08-12T14:08:22.797Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T14:08:22.820Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-12T14:08:22.821Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0|INFO|500||Invoke
2021-08-12T14:08:22.832Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T14:08:23.059Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0|INFO|500||InvokeReturn
2021-08-12T14:08:23.060Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b926265f-8491-4faf-9fca-7eb10f76a740/model-vers/model-ver/6553bb26-e8b4-40ff-af10-42c1a7bf73c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-14:08:22:840-73345], vertex-id=[250104], Content-Length=[0], Date=[Thu, 12 Aug 2021 14:08:22 GMT], Content-Type=[application/json]}
2021-08-12T14:08:23.060Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T14:08:23.060Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T14:08:23.060Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:08:23.066Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|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)
2021-08-12T14:08:23.067Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c41c2ee-3412-4609-a7be-75bfb696ca4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T14:08:23.067Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T14:08:23.067Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:23.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:23.069Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777303067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:08:23.170Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:08:23.170Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:23.171Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:23.184Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:23.184Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:08:24.084Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:08:24.085Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:08:24.085Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:28.398Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:28.399Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T14:08:28.399Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8c6d3f0-5fbd-4de5-874b-c564673b4906","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"84173021-b7e5-4737-a2c0-19f14ec44ad1","serviceDescription":"service","serviceInvariantUUID":"3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d497caa2-4a1a-4afb-b3c5-eda8ffde4453","resourceInvariantUUID":"2c30f054-515d-4134-b7f9-d33ef1f8a105","resourceCustomizationUUID":"a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmIwZTExNjkzN2Y5M2ZlNzlkMDA1ODdjNTZjZGE1OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6226bedd-0d20-4775-8059-1bf1f5e59e3c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDZlMDZhZWYyM2Q1ZmY5NjgwZTFlYzc5YTk2YzcyOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44861a2a-d05e-49cc-9746-97bb49d95b34","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec2c53ed-979d-4394-b569-81590c1ddc73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b766ec5a-5005-4c99-a4b8-c69d68892a79","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4419d95f-c8d4-4bbe-bec9-ad47b06aef77","artifactVersion":"2","generatedFromUUID":"ec2c53ed-979d-4394-b569-81590c1ddc73"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWRiNjM3ODZjNTFkMjE2Zjc4ZmQ0YjM3ODJhMTQyNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a41fbf86-71e2-4b05-be1c-b72e652fbcc3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWU5ZWZlYWM1NDE2NjUxYmQzZWIzNzJhMzI5YjE5Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38437f7d-43a1-437a-bb88-17a07c5bce41","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T14:08:28.401Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:28.401Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:28.404Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:28.404Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:28.504Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:28.505Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:28.505Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:28.517Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:28.518Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:29.404Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:29.410Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:29.413Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:29.413Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:08:29.513Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:29.514Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:29.514Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:29.525Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:29.526Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:30.414Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:30.415Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:30.417Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:30.417Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:08:30.517Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:30.518Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:30.518Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:30.528Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:30.528Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:31.418Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:31.418Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:31.421Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:31.421Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:31.521Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:31.522Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:31.522Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:31.534Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:31.535Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:32.422Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:32.422Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:32.424Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:32.424Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:08:32.525Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:08:32.525Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:32.525Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:32.537Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:32.537Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:33.425Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:33.426Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:33.428Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:33.428Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:33.528Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:33.529Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:33.530Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:33.540Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:33.540Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:34.429Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:08:34.430Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:34.431Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:34.431Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:34.532Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:34.533Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:34.533Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:34.544Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:34.544Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:35.433Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "84173021-b7e5-4737-a2c0-19f14ec44ad1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d497caa2-4a1a-4afb-b3c5-eda8ffde4453",
      "resourceInvariantUUID": "2c30f054-515d-4134-b7f9-d33ef1f8a105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NDZlMDZhZWYyM2Q1ZmY5NjgwZTFlYzc5YTk2YzcyOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "44861a2a-d05e-49cc-9746-97bb49d95b34",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec2c53ed-979d-4394-b569-81590c1ddc73",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4419d95f-c8d4-4bbe-bec9-ad47b06aef77",
            "generatedFromUUID": "ec2c53ed-979d-4394-b569-81590c1ddc73"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4419d95f-c8d4-4bbe-bec9-ad47b06aef77",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWU5ZWZlYWM1NDE2NjUxYmQzZWIzNzJhMzI5YjE5Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38437f7d-43a1-437a-bb88-17a07c5bce41"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T14:08:35.433Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T14:08:35.434Z|7c41c2ee-3412-4609-a7be-75bfb696ca4b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84173021-b7e5-4737-a2c0-19f14ec44ad1 ASDC
2021-08-12T14:08:35.434Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d8c6d3f0-5fbd-4de5-874b-c564673b4906
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:84173021-b7e5-4737-a2c0-19f14ec44ad1
ServiceInvariantUUID:3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:38437f7d-43a1-437a-bb88-17a07c5bce41
ArtifactChecksum:MWU5ZWZlYWM1NDE2NjUxYmQzZWIzNzJhMzI5YjE5Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d
ResourceInvariantUUID:2c30f054-515d-4134-b7f9-d33ef1f8a105
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d497caa2-4a1a-4afb-b3c5-eda8ffde4453
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:44861a2a-d05e-49cc-9746-97bb49d95b34
ArtifactChecksum:NDZlMDZhZWYyM2Q1ZmY5NjgwZTFlYzc5YTk2YzcyOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ec2c53ed-979d-4394-b569-81590c1ddc73
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:4419d95f-c8d4-4bbe-bec9-ad47b06aef77
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:4419d95f-c8d4-4bbe-bec9-ad47b06aef77
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T14:08:35.434Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84173021-b7e5-4737-a2c0-19f14ec44ad1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:08:35.470Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:08:35.470Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:08:35.471Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:08:35.471Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 38437f7d-43a1-437a-bb88-17a07c5bce41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T14:08:35.471Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:08:35.471Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T14:08:35.848Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:08:35.852Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 38437f7d-43a1-437a-bb88-17a07c5bce41 70847
2021-08-12T14:08:35.853Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-12T14:08:35.853Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T14:08:35.853Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:08:35.853Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:35.855Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:35.855Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777315853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:35.956Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:08:35.956Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:35.957Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:35.965Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:35.966Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:08:36.856Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:08:36.857Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:08:36.857Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 38437f7d-43a1-437a-bb88-17a07c5bce41, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:36.858Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-12T14:08:36.858Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:36.858Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.006Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP552407125351517029/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-12T14:08:37.809Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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-BasicVm-csar.csar
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:37.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T14:08:37.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T14:08:37.812Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66a31840-22c3-47fa-b122-222f014405ad
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.813Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:37.814Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:37.814Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:84173021-b7e5-4737-a2c0-19f14ec44ad1
Model Version:NULL
Model InvariantUuid:3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4915cb1a-2be5-4c62-89c6-e0ba5a6ebede
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c30f054-515d-4134-b7f9-d33ef1f8a105
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e53bee44-ecc0-4630-b86d-0840f5a6b510
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8bc89e1f-efc3-4d6e-b9f1-7818a11a1a43
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66a31840-22c3-47fa-b122-222f014405ad
ModelInvariantUuid:1061b1e2-a687-4a13-8ed3-03b9cd86bf4e
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:26ef8b9c-5252-4661-9f1c-147d47e3e0c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:bf40e06f-76b7-417f-80e7-f3e3f94b7be9
ModelInvariantUuid:d377ada5-a095-412c-9826-b247e3384447
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:5e1b20aa-f603-4793-b81a-e9c254bd2436
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T14:08:37.820Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d497caa2-4a1a-4afb-b3c5-eda8ffde4453
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:08:37.822Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-08-12T14:08:37.822Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d497caa2-4a1a-4afb-b3c5-eda8ffde4453
2021-08-12T14:08:37.822Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 44861a2a-d05e-49cc-9746-97bb49d95b34 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T14:08:37.822Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:08:37.823Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T14:08:37.992Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:08:37.993Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 44861a2a-d05e-49cc-9746-97bb49d95b34 787
2021-08-12T14:08:37.993Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-12T14:08:37.993Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T14:08:37.993Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:08:37.993Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:37.994Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:37.995Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777317993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:38.095Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:38.095Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:38.096Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:38.105Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:38.105Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:38.995Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e53bee44-ecc0-4630-b86d-0840f5a6b510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bc89e1f-efc3-4d6e-b9f1-7818a11a1a43",
    "vfModuleModelCustomizationUUID": "d0ff2d8c-19b8-46b2-a690-948d61e74758",
    "isBase": true,
    "artifacts": [
      "ec2c53ed-979d-4394-b569-81590c1ddc73",
      "4419d95f-c8d4-4bbe-bec9-ad47b06aef77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:08:38.998Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bc89e1f-efc3-4d6e-b9f1-7818a11a1a43
VfModuleModelInvariantUUID:e53bee44-ecc0-4630-b86d-0840f5a6b510
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec2c53ed-979d-4394-b569-81590c1ddc73
,
4419d95f-c8d4-4bbe-bec9-ad47b06aef77

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:08:39.000Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e53bee44-ecc0-4630-b86d-0840f5a6b510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bc89e1f-efc3-4d6e-b9f1-7818a11a1a43",
    "vfModuleModelCustomizationUUID": "d0ff2d8c-19b8-46b2-a690-948d61e74758",
    "isBase": true,
    "artifacts": [
      "ec2c53ed-979d-4394-b569-81590c1ddc73",
      "4419d95f-c8d4-4bbe-bec9-ad47b06aef77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:08:39.000Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bc89e1f-efc3-4d6e-b9f1-7818a11a1a43
VfModuleModelInvariantUUID:e53bee44-ecc0-4630-b86d-0840f5a6b510
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec2c53ed-979d-4394-b569-81590c1ddc73
,
4419d95f-c8d4-4bbe-bec9-ad47b06aef77

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:08:39.000Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec2c53ed-979d-4394-b569-81590c1ddc73 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T14:08:39.000Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:08:39.000Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T14:08:39.164Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:08:39.164Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ec2c53ed-979d-4394-b569-81590c1ddc73 5033
2021-08-12T14:08:39.164Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T14:08:39.165Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T14:08:39.165Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:08:39.165Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:39.166Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:39.166Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777319164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:39.266Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:39.267Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:39.267Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:39.277Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:39.278Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:40.167Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4419d95f-c8d4-4bbe-bec9-ad47b06aef77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T14:08:40.167Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:08:40.168Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T14:08:40.346Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:08:40.347Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4419d95f-c8d4-4bbe-bec9-ad47b06aef77 903
2021-08-12T14:08:40.347Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T14:08:40.347Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T14:08:40.347Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:08:40.348Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:40.350Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:40.350Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777320347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:40.450Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:40.451Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:40.451Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:40.461Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:40.462Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:41.351Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 84173021-b7e5-4737-a2c0-19f14ec44ad1
2021-08-12T14:08:41.352Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d497caa2-4a1a-4afb-b3c5-eda8ffde4453 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:08:41.365Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.365Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.366Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T14:08:41.366Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d
2021-08-12T14:08:41.366Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d matches Tosca VF Customization UUID: a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d
2021-08-12T14:08:41.366Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T14:08:41.368Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.368Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.368Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-12T14:08:41.369Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bcaa8a5
2021-08-12T14:08:41.369Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.369Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:08:41.369Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0ff2d8c-19b8-46b2-a690-948d61e74758
2021-08-12T14:08:41.369Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0ff2d8c-19b8-46b2-a690-948d61e74758
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T14:08:41.371Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.371Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:41.371Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:41.371Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.371Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-12T14:08:41.372Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66a31840-22c3-47fa-b122-222f014405ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-12T14:08:41.374Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a7b1eaaa-cbe3-4982-a9c3-7b63c03f930d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:08:41.375Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.375Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 84173021-b7e5-4737-a2c0-19f14ec44ad1: basic_vm
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:08:41.376Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:08:41.377Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:41.457Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d497caa2-4a1a-4afb-b3c5-eda8ffde4453 1 ASDC deployResourceStructure
2021-08-12T14:08:41.457Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-12T14:08:41.457Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-12T14:08:41.458Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:08:41.458Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:41.460Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:41.460Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777321457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:41.560Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:41.560Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:41.561Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:41.570Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:41.571Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:08:42.461Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-12T14:08:42.461Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-12T14:08:42.461Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:08:42.461Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:42.463Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:42.463Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777322461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:42.563Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:42.564Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:42.564Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:42.575Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:42.576Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:43.463Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-12T14:08:43.464Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-12T14:08:43.464Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:08:43.465Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:43.467Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:43.467Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777323463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:43.567Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:43.568Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:43.568Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:43.577Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:43.578Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:08:44.469Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-12T14:08:44.469Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-12T14:08:44.469Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:08:44.470Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:08:44.472Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:08:44.472Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777324469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:44.572Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:08:44.573Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:08:44.573Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:44.582Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:44.583Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:08:45.473Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8c6d3f0-5fbd-4de5-874b-c564673b4906
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:08:45.483Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8c6d3f0-5fbd-4de5-874b-c564673b4906
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.485Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.486Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.486Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:08:45.486Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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=?
2021-08-12T14:08:45.491Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T14:08:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:08:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:08:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:08:51.200Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777106666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777150809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777159557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777168349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "aai-ml",
  "timestamp": 1628777169354,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.209Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:08:51.210Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777170255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777171259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777173370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777174373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "clamp",
  "timestamp": 1628777175376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db40f589-a965-4985-9a89-d8981e99b217
2021-08-12T14:08:51.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId db40f589-a965-4985-9a89-d8981e99b217 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1628777186553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777185928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777180809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777186074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "dcae-sch",
  "timestamp": 1628777185584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777180253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777198015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777198027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777198018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777199021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "cds",
  "timestamp": 1628777199308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.261Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.261Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "policy-id",
  "timestamp": 1628777200022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.274Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.274Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777202261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777202259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "aai-ml",
  "timestamp": 1628777203264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.287Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777204267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777195960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777196088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "clamp",
  "timestamp": 1628777205271,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777207551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777207892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777208572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1628777209574,
  "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=?
2021-08-12T14:08:51.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd 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 (?, ?, ?, ?, ?)
2021-08-12T14:08:51.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777209804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:08:51.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:08:51.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:08:51.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1628777210806,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-12T14:08:51.331Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
2021-08-12T14:08:51.331Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:09:15.491Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8c6d3f0-5fbd-4de5-874b-c564673b4906 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T14:09:15.497Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8c6d3f0-5fbd-4de5-874b-c564673b4906 and serviceModelVersionId: 84173021-b7e5-4737-a2c0-19f14ec44ad1
2021-08-12T14:09:15.498Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45
2021-08-12T14:09:15.498Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0
2021-08-12T14:09:15.503Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T14:09:15.530Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|INFO|500||Invoke
2021-08-12T14:09:15.531Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8c6d3f0-5fbd-4de5-874b-c564673b4906], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdc20042-95b6-4367-87cb-b6f67b783e45], X-ECOMP-RequestID=[d8c6d3f0-5fbd-4de5-874b-c564673b4906], X-TransactionId=[], X-ONAP-RequestID=[d8c6d3f0-5fbd-4de5-874b-c564673b4906], Content-Type=[application/merge-patch+json]}
2021-08-12T14:09:15.549Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T14:09:15.779Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-14:09:15:556-25110], vertex-id=[168128], Content-Length=[0], Date=[Thu, 12 Aug 2021 14:09:15 GMT], Content-Type=[application/json]}
2021-08-12T14:09:15.779Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T14:09:15.780Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dfe6ad9-e54a-4a7f-bf19-5f6852e75e45/model-vers/model-ver/84173021-b7e5-4737-a2c0-19f14ec44ad1?depth=0|INFO|500||InvokeReturn
2021-08-12T14:09:15.780Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T14:09:15.780Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:09:15.785Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|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)
2021-08-12T14:09:15.785Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8c6d3f0-5fbd-4de5-874b-c564673b4906 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T14:09:15.785Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T14:09:15.785Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:15.787Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:15.787Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777355785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:09:15.887Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:15.887Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:15.888Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:15.900Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:15.900Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:09:16.799Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T14:09:16.799Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"db40f589-a965-4985-9a89-d8981e99b217","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a93aa8d2-766f-45a0-8701-c9913652e9a5","serviceDescription":"service","serviceInvariantUUID":"f333ec7c-2610-4587-82a5-2028db50ad31","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3","resourceInvariantUUID":"d6922612-30c2-4b6a-b7ae-b2e82d20cbc2","resourceCustomizationUUID":"ddd22817-a2d2-484e-9c6c-2bacb15e312b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7b342dce-1ef1-4ca9-b012-2b7888a502e8","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NTg1YTcxMGY4MDYwNDBmOGRhODhhMGI4MzhjOTFlMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31ee7cef-20d9-43d2-9639-9305787b0895","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODUzMTEzOWQ2ZjYxMDA2NGUwNzJjYTQ1ZjM3MmU1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"264a7ad5-1788-4203-867c-2ea6c384f08c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abad50c8-c09e-41b0-98b0-db0e5192abe9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3723c881-4679-4b44-99eb-9173d5783e73","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e92cd7e6-08cd-40f5-bcab-1358863b0efa","artifactVersion":"2","generatedFromUUID":"abad50c8-c09e-41b0-98b0-db0e5192abe9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzA1M2Y5ZGExYTM0OWFiZDQyMzM3NDY2MDMxMDRlMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bc1ceee-302e-4237-8a6b-5da99bbcce8d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTIwNGJkM2NlNTJkNTliYWNmNmNhMzdiZjY0N2IxYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2145d952-38cb-4ee7-94c3-65266189daeb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T14:09:16.800Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:16.800Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:16.802Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:16.802Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:16.903Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:16.905Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:16.905Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:16.915Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:16.916Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:17.803Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:17.804Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:17.805Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:17.805Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:17.906Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:09:17.906Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:17.907Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:17.917Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:17.917Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:18.806Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:18.807Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:18.809Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:18.809Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:09:18.909Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:18.910Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:18.910Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:18.919Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:18.920Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:09:19.810Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:19.811Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:19.814Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:19.814Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:09:19.914Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:19.915Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:19.915Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:19.923Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:19.924Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:20.814Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:20.815Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:20.818Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:20.818Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:20.918Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:20.919Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:20.919Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:20.937Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:20.938Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:21.818Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:21.819Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:21.821Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:21.821Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T14:09:21.922Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:21.922Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:21.923Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:21.933Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:21.934Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:22.822Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:22.823Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:22.825Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:22.825Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:22.925Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:22.926Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:22.926Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:22.935Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:22.936Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:23.826Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:09:23.827Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:23.829Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:23.829Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:09:23.929Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:09:23.930Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:23.930Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:23.940Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:23.940Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:24.831Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a93aa8d2-766f-45a0-8701-c9913652e9a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f333ec7c-2610-4587-82a5-2028db50ad31",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ddd22817-a2d2-484e-9c6c-2bacb15e312b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3",
      "resourceInvariantUUID": "d6922612-30c2-4b6a-b7ae-b2e82d20cbc2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ODUzMTEzOWQ2ZjYxMDA2NGUwNzJjYTQ1ZjM3MmU1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "264a7ad5-1788-4203-867c-2ea6c384f08c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "abad50c8-c09e-41b0-98b0-db0e5192abe9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e92cd7e6-08cd-40f5-bcab-1358863b0efa",
            "generatedFromUUID": "abad50c8-c09e-41b0-98b0-db0e5192abe9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e92cd7e6-08cd-40f5-bcab-1358863b0efa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTIwNGJkM2NlNTJkNTliYWNmNmNhMzdiZjY0N2IxYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2145d952-38cb-4ee7-94c3-65266189daeb"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T14:09:24.831Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T14:09:24.831Z|d8c6d3f0-5fbd-4de5-874b-c564673b4906|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a93aa8d2-766f-45a0-8701-c9913652e9a5 ASDC
2021-08-12T14:09:24.832Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:db40f589-a965-4985-9a89-d8981e99b217
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a93aa8d2-766f-45a0-8701-c9913652e9a5
ServiceInvariantUUID:f333ec7c-2610-4587-82a5-2028db50ad31
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:2145d952-38cb-4ee7-94c3-65266189daeb
ArtifactChecksum:MTIwNGJkM2NlNTJkNTliYWNmNmNhMzdiZjY0N2IxYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ddd22817-a2d2-484e-9c6c-2bacb15e312b
ResourceInvariantUUID:d6922612-30c2-4b6a-b7ae-b2e82d20cbc2
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:264a7ad5-1788-4203-867c-2ea6c384f08c
ArtifactChecksum:ODUzMTEzOWQ2ZjYxMDA2NGUwNzJjYTQ1ZjM3MmU1MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:abad50c8-c09e-41b0-98b0-db0e5192abe9
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:e92cd7e6-08cd-40f5-bcab-1358863b0efa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:e92cd7e6-08cd-40f5-bcab-1358863b0efa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-12T14:09:24.832Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a93aa8d2-766f-45a0-8701-c9913652e9a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:09:24.863Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:09:24.863Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:09:24.863Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:09:24.863Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2145d952-38cb-4ee7-94c3-65266189daeb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T14:09:24.864Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:09:24.864Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T14:09:25.849Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:09:25.854Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2145d952-38cb-4ee7-94c3-65266189daeb 73371
2021-08-12T14:09:25.854Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-12T14:09:25.854Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T14:09:25.854Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:09:25.854Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:25.856Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:25.857Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777365854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:25.957Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:25.958Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:25.958Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:25.967Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:25.968Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:26.857Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:09:26.858Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:09:26.859Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2145d952-38cb-4ee7-94c3-65266189daeb, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:26.859Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-12T14:09:26.860Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:26.860Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:26.935Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13049631597782172259/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:27.777Z|db40f589-a965-4985-9a89-d8981e99b217|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-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|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-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|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-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|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-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|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-Basicclamp-csar.csar
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:09:27.778Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:27.779Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06bc5967-7a5d-4568-9f86-4e7b9a3cb79b
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:27.780Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:27.781Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a93aa8d2-766f-45a0-8701-c9913652e9a5
Model Version:NULL
Model InvariantUuid:f333ec7c-2610-4587-82a5-2028db50ad31
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:50829e47-85bd-4f59-b772-9a44fbc3876b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6922612-30c2-4b6a-b7ae-b2e82d20cbc2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddd22817-a2d2-484e-9c6c-2bacb15e312b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:18510ee0-316a-45e1-a6d6-189227d359d6
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:cf0273f0-9797-4c94-b9af-54f510a357d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06bc5967-7a5d-4568-9f86-4e7b9a3cb79b
ModelInvariantUuid:726bec1f-cbe4-43a5-b68b-99871ad50c10
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8219d882-8a88-4419-a138-a84c90b113bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:61cd457d-10ab-493c-8c9a-383e1a7b6b56
ModelInvariantUuid:6b3be5a1-dae9-4cad-a2e7-0cdeae80b22b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6f57c5b8-298f-4b24-aa10-dba8a71fba89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T14:09:27.786Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:09:27.789Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-08-12T14:09:27.789Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3
2021-08-12T14:09:27.789Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 264a7ad5-1788-4203-867c-2ea6c384f08c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T14:09:27.789Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:09:27.789Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T14:09:28.515Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:09:28.516Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 264a7ad5-1788-4203-867c-2ea6c384f08c 790
2021-08-12T14:09:28.516Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-12T14:09:28.516Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T14:09:28.516Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:09:28.517Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:28.520Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:28.520Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777368516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:28.620Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:28.621Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:28.622Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:28.632Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:28.632Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:29.520Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "18510ee0-316a-45e1-a6d6-189227d359d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf0273f0-9797-4c94-b9af-54f510a357d1",
    "vfModuleModelCustomizationUUID": "f985b896-c71e-4309-8f64-d61a75e4230e",
    "isBase": true,
    "artifacts": [
      "abad50c8-c09e-41b0-98b0-db0e5192abe9",
      "e92cd7e6-08cd-40f5-bcab-1358863b0efa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:09:29.525Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf0273f0-9797-4c94-b9af-54f510a357d1
VfModuleModelInvariantUUID:18510ee0-316a-45e1-a6d6-189227d359d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
abad50c8-c09e-41b0-98b0-db0e5192abe9
,
e92cd7e6-08cd-40f5-bcab-1358863b0efa

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:09:29.528Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "18510ee0-316a-45e1-a6d6-189227d359d6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf0273f0-9797-4c94-b9af-54f510a357d1",
    "vfModuleModelCustomizationUUID": "f985b896-c71e-4309-8f64-d61a75e4230e",
    "isBase": true,
    "artifacts": [
      "abad50c8-c09e-41b0-98b0-db0e5192abe9",
      "e92cd7e6-08cd-40f5-bcab-1358863b0efa"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-12T14:09:29.528Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf0273f0-9797-4c94-b9af-54f510a357d1
VfModuleModelInvariantUUID:18510ee0-316a-45e1-a6d6-189227d359d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
abad50c8-c09e-41b0-98b0-db0e5192abe9
,
e92cd7e6-08cd-40f5-bcab-1358863b0efa

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-12T14:09:29.528Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: abad50c8-c09e-41b0-98b0-db0e5192abe9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T14:09:29.528Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:09:29.528Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml abad50c8-c09e-41b0-98b0-db0e5192abe9 5033
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:09:29.984Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:29.986Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:29.986Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777369984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:30.086Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:30.087Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:30.088Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:30.099Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:30.100Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:30.986Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e92cd7e6-08cd-40f5-bcab-1358863b0efa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T14:09:30.987Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:09:30.987Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T14:09:31.977Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:09:31.977Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e92cd7e6-08cd-40f5-bcab-1358863b0efa 909
2021-08-12T14:09:31.978Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T14:09:31.978Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T14:09:31.978Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:09:31.978Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:31.981Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:31.981Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777371977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:32.081Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:32.082Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:32.082Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:32.096Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:32.096Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:32.981Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a93aa8d2-766f-45a0-8701-c9913652e9a5
2021-08-12T14:09:32.982Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:09:32.995Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:32.995Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:32.995Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-08-12T14:09:32.996Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ddd22817-a2d2-484e-9c6c-2bacb15e312b
2021-08-12T14:09:32.996Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddd22817-a2d2-484e-9c6c-2bacb15e312b matches Tosca VF Customization UUID: ddd22817-a2d2-484e-9c6c-2bacb15e312b
2021-08-12T14:09:32.996Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ddd22817-a2d2-484e-9c6c-2bacb15e312b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-12T14:09:32.998Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:32.998Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:32.999Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ddd22817-a2d2-484e-9c6c-2bacb15e312b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-12T14:09:32.999Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8190f9a
2021-08-12T14:09:32.999Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:32.999Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-12T14:09:33.000Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f985b896-c71e-4309-8f64-d61a75e4230e
2021-08-12T14:09:33.000Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f985b896-c71e-4309-8f64-d61a75e4230e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-12T14:09:33.001Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.002Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-12T14:09:33.003Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-12T14:09:33.003Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-12T14:09:33.003Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06bc5967-7a5d-4568-9f86-4e7b9a3cb79b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-12T14:09:33.005Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.005Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:33.005Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-12T14:09:33.005Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.006Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-12T14:09:33.006Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ddd22817-a2d2-484e-9c6c-2bacb15e312b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:09:33.007Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.007Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.007Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a93aa8d2-766f-45a0-8701-c9913652e9a5: basicclamp
2021-08-12T14:09:33.007Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:09:33.008Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-12T14:09:33.076Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7b94ee5f-8e5c-41b7-a8ee-0ee29b3921c3 1 ASDC deployResourceStructure
2021-08-12T14:09:33.077Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-12T14:09:33.077Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-12T14:09:33.077Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:09:33.077Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:33.080Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:33.080Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777373077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:33.181Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:33.182Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:33.182Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:33.191Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:33.191Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:34.081Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-12T14:09:34.082Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-12T14:09:34.082Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:09:34.082Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:34.083Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:34.083Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777374081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:34.184Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:09:34.185Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:34.185Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:34.193Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:34.193Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:35.084Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-12T14:09:35.084Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-12T14:09:35.085Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:09:35.085Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:35.086Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:35.086Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777375084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:35.186Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:35.187Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:35.187Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:35.196Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:35.197Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:09:36.087Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-12T14:09:36.088Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-12T14:09:36.088Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:09:36.089Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:09:36.091Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:09:36.091Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777376087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:36.191Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:09:36.192Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:09:36.192Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:36.203Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:36.204Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:09:37.092Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db40f589-a965-4985-9a89-d8981e99b217
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:09:37.104Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db40f589-a965-4985-9a89-d8981e99b217
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:09:37.108Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:09:37.109Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T14:09:37.109Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T14:09:37.109Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T14:09:37.109Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.109Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.110Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.110Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.110Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.110Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.111Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:09:37.111Z|db40f589-a965-4985-9a89-d8981e99b217|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=?
2021-08-12T14:09:37.117Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T14:09:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:09:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:09:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:09:51.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:09:51.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c41c2ee-3412-4609-a7be-75bfb696ca4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777303067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:09:51.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:51.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:09:51.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777315853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777317993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777319164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777320347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777321457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777322461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777323463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777324469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:09:51.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:07.117Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db40f589-a965-4985-9a89-d8981e99b217 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T14:10:07.121Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db40f589-a965-4985-9a89-d8981e99b217 and serviceModelVersionId: a93aa8d2-766f-45a0-8701-c9913652e9a5
2021-08-12T14:10:07.121Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f333ec7c-2610-4587-82a5-2028db50ad31
2021-08-12T14:10:07.122Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0
2021-08-12T14:10:07.129Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T14:10:07.150Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-12T14:10:07.150Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0|INFO|500||Invoke
2021-08-12T14:10:07.162Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T14:10:07.677Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0|INFO|500||InvokeReturn
2021-08-12T14:10:07.678Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f333ec7c-2610-4587-82a5-2028db50ad31/model-vers/model-ver/a93aa8d2-766f-45a0-8701-c9913652e9a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210812-14:10:07:170-86185], vertex-id=[540904], Content-Length=[0], Date=[Thu, 12 Aug 2021 14:10:07 GMT], Content-Type=[application/json]}
2021-08-12T14:10:07.678Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-12T14:10:07.678Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T14:10:07.678Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:10:07.682Z|db40f589-a965-4985-9a89-d8981e99b217|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)
2021-08-12T14:10:07.683Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db40f589-a965-4985-9a89-d8981e99b217 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T14:10:07.683Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T14:10:07.683Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:07.686Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:07.686Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777407683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:10:07.786Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:07.787Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:07.787Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:07.797Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:07.798Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:10:08.953Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-12T14:10:08.953Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9db42e88-14e1-4f4c-ab08-7fd07ad538dd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2d236a5a-51f2-4ce4-94fa-18839abc1167","serviceDescription":"service","serviceInvariantUUID":"04242460-5062-4138-8bd8-3ebcb10ef26d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6daa18c0-0543-4014-bd37-23c452304ec8","resourceInvariantUUID":"c63ed008-3039-4f7e-a441-5eb5fbcf7188","resourceCustomizationUUID":"2f65f044-7c4d-460e-ab88-ffbcbfe9d1a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTFiYzc2OTFhNGZmOTQ0NmQ5NDQ3MjBlNjlmYjIyZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f232afbb-3843-4d34-a695-12fd4cfe724b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30f18070-2744-4b24-8e00-69e3415227f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6519571b-d21c-4a7c-b7db-0b1c143c587d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzY1MzAzNjk0ZWEwZWYzNTkxN2EzOWUyNDlmZjY2ZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05b2abf8-5225-4831-98a2-a1542cda425e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74e2b85f-a79e-4bb9-af14-ca6ed30ce17b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c7b5988-5604-440e-88aa-9d9d8efb2fd8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b70b8d68-5f99-46ac-aa9e-dda09c5adea4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YzZmMWZhNDhmMDA5ZGUzMzU0YWVlNjFkMDMwZGQxYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1a62ed4-4295-4d2f-ae0a-0ac7071efc5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDMxNWRkZWFmYzVkNGQ1NjRjMDM4Mzc2NjEwMWM4MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a749a87-01e0-4ec7-a7db-411ce8a90729","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-12T14:10:08.953Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:08.954Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:08.956Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:08.956Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:09.057Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:10:09.058Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:09.058Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:09.067Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:09.067Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:09.957Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:09.958Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:09.960Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:09.960Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:10.061Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:10:10.061Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:10.061Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:10.071Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:10.072Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:10.961Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:10.962Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:10.963Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:10.963Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:11.064Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:10:11.065Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:11.065Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:11.076Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:11.076Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:11.964Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:11.965Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:11.967Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:11.967Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:12.067Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:12.068Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:12.068Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:12.079Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:12.080Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:12.968Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:12.969Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:12.972Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:12.972Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:13.072Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-12T14:10:13.073Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:13.073Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:13.082Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:13.082Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:13.973Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:13.974Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:13.975Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:13.975Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:14.076Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:14.077Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:14.077Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:14.087Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:14.088Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:14.976Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:14.978Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:14.981Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:14.982Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:15.082Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:15.083Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:15.083Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:15.094Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:15.094Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:10:15.982Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:15.983Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:15.986Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:15.986Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:16.087Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:16.087Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:16.087Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:16.096Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:16.096Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:16.987Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-12T14:10:16.988Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:16.990Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:16.990Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:10:17.090Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:17.091Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:17.091Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:17.100Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:17.100Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:17.990Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2d236a5a-51f2-4ce4-94fa-18839abc1167",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04242460-5062-4138-8bd8-3ebcb10ef26d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2f65f044-7c4d-460e-ab88-ffbcbfe9d1a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6daa18c0-0543-4014-bd37-23c452304ec8",
      "resourceInvariantUUID": "c63ed008-3039-4f7e-a441-5eb5fbcf7188",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NDMxNWRkZWFmYzVkNGQ1NjRjMDM4Mzc2NjEwMWM4MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a749a87-01e0-4ec7-a7db-411ce8a90729"
    }
  ],
  "workloadContext": "Production"
}
2021-08-12T14:10:17.991Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-12T14:10:17.991Z|db40f589-a965-4985-9a89-d8981e99b217|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d236a5a-51f2-4ce4-94fa-18839abc1167 ASDC
2021-08-12T14:10:17.992Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9db42e88-14e1-4f4c-ab08-7fd07ad538dd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2d236a5a-51f2-4ce4-94fa-18839abc1167
ServiceInvariantUUID:04242460-5062-4138-8bd8-3ebcb10ef26d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:0a749a87-01e0-4ec7-a7db-411ce8a90729
ArtifactChecksum:NDMxNWRkZWFmYzVkNGQ1NjRjMDM4Mzc2NjEwMWM4MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2f65f044-7c4d-460e-ab88-ffbcbfe9d1a4
ResourceInvariantUUID:c63ed008-3039-4f7e-a441-5eb5fbcf7188
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6daa18c0-0543-4014-bd37-23c452304ec8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-12T14:10:17.992Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d236a5a-51f2-4ce4-94fa-18839abc1167 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:10:18.012Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:10:18.013Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:10:18.013Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:10:18.013Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0a749a87-01e0-4ec7-a7db-411ce8a90729 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T14:10:18.013Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-12T14:10:18.013Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T14:10:18.196Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-12T14:10:18.202Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0a749a87-01e0-4ec7-a7db-411ce8a90729 105547
2021-08-12T14:10:18.203Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-12T14:10:18.203Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T14:10:18.203Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-12T14:10:18.203Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:18.205Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:18.205Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777418203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:10:18.305Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:18.306Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:18.306Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:18.314Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:18.314Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-12T14:10:19.206Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-12T14:10:19.207Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-12T14:10:19.207Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0a749a87-01e0-4ec7-a7db-411ce8a90729, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.207Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.208Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.208Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.296Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13229798004179673825/Definitions/service-TestPnfMacro-template.yml
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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-TestPnfMacro-csar.csar
2021-08-12T14:10:19.821Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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-TestPnfMacro-csar.csar
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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-TestPnfMacro-csar.csar
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.822Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.823Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2d236a5a-51f2-4ce4-94fa-18839abc1167
Model Version:NULL
Model InvariantUuid:04242460-5062-4138-8bd8-3ebcb10ef26d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-12T14:10:19.828Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6daa18c0-0543-4014-bd37-23c452304ec8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:10:19.831Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||test-pnf 0
2021-08-12T14:10:19.831Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6daa18c0-0543-4014-bd37-23c452304ec8
2021-08-12T14:10:19.831Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2d236a5a-51f2-4ce4-94fa-18839abc1167
2021-08-12T14:10:19.832Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2d236a5a-51f2-4ce4-94fa-18839abc1167
2021-08-12T14:10:19.832Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6daa18c0-0543-4014-bd37-23c452304ec8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2d236a5a-51f2-4ce4-94fa-18839abc1167: test-pnf
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Processing PNF resource: 6daa18c0-0543-4014-bd37-23c452304ec8
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-12T14:10:19.837Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-12T14:10:19.838Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||Resource customization UUID: 2f65f044-7c4d-460e-ab88-ffbcbfe9d1a4 is the same as notified resource customizationUUID: 2f65f044-7c4d-460e-ab88-ffbcbfe9d1a4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-08-12T14:10:19.865Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6daa18c0-0543-4014-bd37-23c452304ec8 0 ASDC deployResourceStructure
2021-08-12T14:10:19.866Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-12T14:10:19.866Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-12T14:10:19.866Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-12T14:10:19.866Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:19.867Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:19.867Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777419866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:10:19.968Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-12T14:10:19.969Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:19.969Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:19.977Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:19.978Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-12T14:10:20.869Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:10:20.894Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9db42e88-14e1-4f4c-ab08-7fd07ad538dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-12T14:10:20.897Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-12T14:10:20.897Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-12T14:10:20.897Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-12T14:10:20.898Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-12T14:10:20.898Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.898Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.898Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.899Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.899Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.899Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.899Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-12T14:10:20.900Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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=?
2021-08-12T14:10:20.904Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-12T14:10:50.905Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-12T14:10:50.908Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and serviceModelVersionId: 2d236a5a-51f2-4ce4-94fa-18839abc1167
2021-08-12T14:10:50.909Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04242460-5062-4138-8bd8-3ebcb10ef26d
2021-08-12T14:10:50.909Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0
2021-08-12T14:10:50.912Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-12T14:10:50.933Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|INFO|500||Invoke
2021-08-12T14:10:50.933Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9db42e88-14e1-4f4c-ab08-7fd07ad538dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[320075bb-a952-4dbd-98d7-953f4d81d1d6], X-ECOMP-RequestID=[9db42e88-14e1-4f4c-ab08-7fd07ad538dd], X-TransactionId=[], X-ONAP-RequestID=[9db42e88-14e1-4f4c-ab08-7fd07ad538dd], Content-Type=[application/merge-patch+json]}
2021-08-12T14:10:50.946Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-12T14:10:51.090Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210812-14:10:50:954-50433], vertex-id=[245928], Content-Length=[0], Date=[Thu, 12 Aug 2021 14:10:50 GMT], Content-Type=[application/json]}
2021-08-12T14:10:51.090Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-12T14:10:51.090Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04242460-5062-4138-8bd8-3ebcb10ef26d/model-vers/model-ver/2d236a5a-51f2-4ce4-94fa-18839abc1167?depth=0|INFO|500||InvokeReturn
2021-08-12T14:10:51.091Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-12T14:10:51.091Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-12T14:10:51.094Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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)
2021-08-12T14:10:51.094Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9db42e88-14e1-4f4c-ab08-7fd07ad538dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-12T14:10:51.094Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-12T14:10:51.094Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-12T14:10:51.096Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-12T14:10:51.096Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777451094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:10:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:10:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:10:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:51.196Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-12T14:10:51.197Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-12T14:10:51.197Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:10:51.198Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c6d3f0-5fbd-4de5-874b-c564673b4906",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777355785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777365854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777368516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777369984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777371977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777373077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777374081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777375084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777376087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:10:51.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:10:51.205Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:10:51.205Z||pool-145-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-12T14:10:52.107Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:10:52.108Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:10:52.108Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:02.315Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:02.315Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:02.316Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:02.316Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:11.861Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:11.862Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:11.862Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:11.863Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:21.406Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:21.407Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:21.407Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:21.407Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:30.947Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:30.947Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:30.948Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:30.948Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:40.491Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:40.492Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:40.492Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:40.492Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:50.035Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:50.036Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:50.036Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:50.036Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:11:51.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:51.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db40f589-a965-4985-9a89-d8981e99b217",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777407683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:11:51.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:11:51.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777304084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777418203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777419866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-12T14:11:51.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:11:59.581Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:11:59.582Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:11:59.582Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:11:59.582Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:12:09.117Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:12:09.117Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:12:09.118Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:12:09.118Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:12:18.654Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:12:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:12:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:12:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:12:51.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:12:51.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:12:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:12:51.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:12:51.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-12T14:12:51.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9db42e88-14e1-4f4c-ab08-7fd07ad538dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1628777451094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-12T14:12:51.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-12T14:13:00.716Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:13:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:13:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:13:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:13:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:13:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:13:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:14:00.714Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:14:00.724Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:14:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:14:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:14:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:14:51.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:14:51.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:14:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:15:00.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:15:00.716Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:15:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:15:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:15:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:15:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:15:51.174Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:15:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:16:00.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:16:00.713Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:16:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:16:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:16:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:16:51.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:16:51.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:16:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:17:00.723Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:17:00.723Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:17:51.172Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:17:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:17:51.173Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:17:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:17:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:17:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:18:00.724Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:18:00.725Z|9db42e88-14e1-4f4c-ab08-7fd07ad538dd|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:18:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:18:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:18:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:18:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:18:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:18:51.175Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:19:00.724Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:19:00.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:19:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:19:51.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:19:51.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:19:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:19:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:19:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:20:00.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:20:00.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:20:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:20:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:20:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:20:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:20:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:20:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:21:00.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:21:00.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:21:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:21:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:21:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:21:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:21:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:21:51.174Z|550bff93-7989-4c17-879a-b61406f7319e|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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:22:00.752Z|550bff93-7989-4c17-879a-b61406f7319e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:22:00.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:22:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:22:51.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:22:51.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:22:51.174Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:22:51.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:22:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:23:00.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:23:00.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:23:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:23:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:23:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:23:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:23:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:23:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:24:00.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:24:00.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:24:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:24:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:24:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:24:51.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:24:51.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:24:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:25:00.721Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:25:00.721Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:25:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:25:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:25:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:25:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:25:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:25:51.175Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:26:00.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:26:00.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:26:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:26:51.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:26:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:26:51.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:26:51.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:26:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:27:00.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:27:00.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:27:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:27:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:27:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:27:51.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:27:51.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:27:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:28:00.719Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:28:00.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:28:51.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:28:51.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:28:51.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YibaJxqhZX9sKPkg) ...
2021-08-12T14:28:51.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-12T14:28:51.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-12T14:28:51.174Z||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 YibaJxqhZX9sKPkg) ...
2021-08-12T14:29:00.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-12T14:29:00.732Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK