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-09-29T16:11:42.266Z||main|||||INFO|500||The following profiles are active: basic
2021-09-29T16:11:51.476Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-29T16:11:51.476Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-29T16:11:51.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-29T16:11:53.632Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-29T16:11:53.784Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-29T16:11:54.152Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-29T16:11:54.163Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-29T16:11:54.239Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-29T16:11:54.362Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-29T16:11:54.724Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-29T16:11:55.522Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T16:11:57.354Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T16:11:57.398Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-29T16:11:57.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T16:11:58.163Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-29T16:11:59.212Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T16:12:00.142Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-29T16:12:00.161Z||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$$1b78bc85.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-29T16:12:00.162Z||main|||||WARN|500||The sdc end point is not alive
2021-09-29T16:12:02.768Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-29T16:12:05.367Z||main|||||WARN|500||---
2021-09-29T16:12:05.368Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-29T16:12:05.368Z||main|||||WARN|500||---
2021-09-29T16:12:05.764Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-29T16:12:09.970Z||main|||||INFO|500||Started Application in 32.068 seconds (JVM running for 33.154)
2021-09-29T16:12:09.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:12:09.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:12:09.991Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:12:10.013Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:12:10.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9522c37d-74ed-4153-a414-697bf29e2354 url= /sdc/v1/artifactTypes
2021-09-29T16:12:10.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:12:11.185Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-29T16:12:11.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e6b5fa9
2021-09-29T16:12:11.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:12:11.198Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:12:11.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:12:11.202Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-29T16:12:59.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:12:59.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:12:59.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:12:59.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:12:59.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f151e844-8fa2-4a6e-bd9b-913c57a58ac5 url= /sdc/v1/artifactTypes
2021-09-29T16:12:59.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:13:01.014Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-29T16:13:01.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2244e31
2021-09-29T16:13:01.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:13:01.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:13:01.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:13:01.017Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-29T16:13:49.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:13:49.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:13:49.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:13:49.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:13:49.977Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 066944cc-871f-4394-9621-83842f9c14c9 url= /sdc/v1/artifactTypes
2021-09-29T16:13:49.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:13:50.996Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-09-29T16:13:50.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77a2a3dc
2021-09-29T16:13:50.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:13:50.997Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:13:50.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:13:50.999Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-09-29T16:14:39.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:14:39.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:14:39.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:14:39.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:14:39.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9189ccf6-86c5-413a-ba98-dcd33f65d563 url= /sdc/v1/artifactTypes
2021-09-29T16:14:39.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:14:41.012Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:14:41.014Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4295dc4a
2021-09-29T16:14:41.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:14:41.015Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:14:41.015Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:14:41.016Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:15:29.966Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:15:29.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:15:29.967Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:15:29.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:15:29.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f59a5c2-7707-4abd-a6d0-fd301788202a url= /sdc/v1/artifactTypes
2021-09-29T16:15:29.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:15:30.992Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:15:30.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15ef3b98
2021-09-29T16:15:30.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:15:30.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:15:30.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:15:30.994Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:16:19.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:16:19.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:16:19.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:16:19.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:16:19.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2dc3124d-7d9d-410b-9595-d1a37fe9888f url= /sdc/v1/artifactTypes
2021-09-29T16:16:19.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:16:21.008Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:16:21.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cc3c206
2021-09-29T16:16:21.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:16:21.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:16:21.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:16:21.010Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:17:09.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:17:09.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:17:09.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:17:09.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:17:09.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee7cc3d6-4cc2-460f-9cae-0ad668aeae7e url= /sdc/v1/artifactTypes
2021-09-29T16:17:09.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:17:10.992Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:17:10.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@461b332d
2021-09-29T16:17:10.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:17:10.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:17:10.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:17:10.993Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:17:59.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:17:59.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:17:59.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:17:59.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:17:59.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87c5ce92-2b86-4e41-95e3-7ebcf3750701 url= /sdc/v1/artifactTypes
2021-09-29T16:17:59.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:18:01.008Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:18:01.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73711128
2021-09-29T16:18:01.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:18:01.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:18:01.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:18:01.010Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:18:49.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:18:49.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:18:49.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:18:49.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:18:49.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec0aae57-52b9-4fb1-a6e7-e371e06ab9c2 url= /sdc/v1/artifactTypes
2021-09-29T16:18:49.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:18:50.992Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:18:50.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@389002ac
2021-09-29T16:18:50.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:18:50.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:18:50.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:18:50.994Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:19:39.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:19:39.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:19:39.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:19:39.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:19:39.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 850a52a8-2871-40a8-a229-d1bfa41a0623 url= /sdc/v1/artifactTypes
2021-09-29T16:19:39.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:19:41.008Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:19:41.008Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@df0e758
2021-09-29T16:19:41.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:19:41.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:19:41.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:19:41.009Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:20:29.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:20:29.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:20:29.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:20:29.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:20:29.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62a1fbe2-05ef-437f-916f-0e6dbc14c371 url= /sdc/v1/artifactTypes
2021-09-29T16:20:29.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:20:30.992Z||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.57.39] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-09-29T16:20:30.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3810dee0
2021-09-29T16:20:30.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:20:30.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:20:30.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:20:30.994Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7b12c631.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-09-29T16:21:19.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:21:19.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:21:19.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:21:19.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:21:19.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad300377-2df1-4b83-ba16-d89357a59256 url= /sdc/v1/artifactTypes
2021-09-29T16:21:19.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:21:20.468Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-29T16:21:20.475Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-29T16:21:20.497Z||scheduling-1|||||DEBUG|500||create keys
2021-09-29T16:21:20.504Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-29T16:21:20.547Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:21:20.561Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= de7bc4c7-5e59-4275-860e-58f402e894f2 url= /sdc/v1/registerForDistribution
2021-09-29T16:21:21.040Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= de7bc4c7-5e59-4275-860e-58f402e894f2 url= /sdc/v1/registerForDistribution
2021-09-29T16:21:21.041Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-29T16:21:21.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:21:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:21:21.052Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:21:21.052Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:21:21.052Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:21:21.052Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:21:21.053Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-29T16:21:31.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:21:31.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:22:00.719Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-29T16:22:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:22:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:22:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:22:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:22:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:22:30.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:22:30.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:23:21.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:23:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:23:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:23:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:23:21.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:23:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:23:30.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:23:30.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:24:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:24:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:24:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:24:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:24:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:24:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:24:30.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:24:30.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:25:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:25:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:25:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:25:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:25:21.050Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:25:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:25:30.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:25:30.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:26:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:26:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:26:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:26:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:26:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:26:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:26:30.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:26:30.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:27:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:27:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:27:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:27:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:27:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:27:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:27:30.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:28:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:28:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:28:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:28:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:28:21.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:28:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:28:30.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:28:30.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:29:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:29:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:29:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:29:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:29:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:29:30.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:29:30.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:30:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:30:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:30:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:30:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:30:30.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:30:30.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:31:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:31:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:31:21.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:31:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:31:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:31:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:31:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:31:30.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:32:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:32:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:32:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:32:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:32:30.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:32:30.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:33:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:33:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:33:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:33:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:33:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:33:30.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:33:30.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:34:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:34:21.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:34:21.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:34:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:34:21.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:34:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:34:30.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:34:30.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:35:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:35:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:35:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:35:21.050Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:35:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:35:30.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:35:30.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:36:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:36:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:36:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:36:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:36:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:36:30.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:37:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:37:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:37:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:37:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:37:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:37:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:38:21.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:38:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:38:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:38:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:38:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:38:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:38:30.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:38:30.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:39:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:39:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:39:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:39:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:39:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:39:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:39:30.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:40:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:40:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:40:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:40:30.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:40:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:41:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:41:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:41:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:41:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:41:30.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:41:30.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:42:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:42:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:42:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:42:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:42:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:42:30.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:42:30.621Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:43:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:43:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:43:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:43:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:43:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:43:30.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:43:30.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:44:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:44:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:44:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:44:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:44:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:44:30.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:44:30.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:45:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:45:21.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:45:21.051Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:45:21.051Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:45:21.051Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:45:21.051Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:45:30.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:45:30.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:46:21.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:46:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:46:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:46:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:46:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:46:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:46:30.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:47:21.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:47:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:47:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:47:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:47:30.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:47:30.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:48:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:48:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:48:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:48:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:48:30.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:48:30.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:49:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:49:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:49:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:49:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:49:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:49:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:49:30.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:49:30.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:50:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:50:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:50:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:50:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:50:30.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:50:30.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:51:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:51:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:51:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:51:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:51:30.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:51:30.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:52:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:52:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:52:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:52:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:52:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:52:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:52:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:53:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:53:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:53:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:53:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:53:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:53:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:53:30.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:53:30.618Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:54:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:54:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:54:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:54:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:54:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:54:30.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:55:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:55:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:55:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:55:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:55:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:55:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:56:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:56:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:56:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:56:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:56:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:56:30.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:57:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:57:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:57:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:57:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:57:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:57:30.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:58:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:58:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:58:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:58:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:58:30.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:58:30.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:59:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:59:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:59:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:59:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:59:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T16:59:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:00:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:00:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:00:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:00:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:00:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:00:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:01:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:01:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:01:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:01:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:01:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:01:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:01:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:02:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:02:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:02:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:02:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:02:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:02:30.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:03:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:03:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:03:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:03:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:03:30.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:03:30.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:04:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:04:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:04:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:04:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:04:30.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:04:30.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:05:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:05:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:05:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:05:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:05:30.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:05:30.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:06:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:06:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:06:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:06:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:06:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:06:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:07:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:07:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:07:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:07:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:07:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:07:30.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:08:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:08:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:08:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:08:21.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:08:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:08:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:08:30.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:09:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:09:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:09:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:09:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:09:30.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:09:30.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:10:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:10:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:10:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:10:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:10:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:10:30.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:11:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:11:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:11:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:11:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:11:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:11:30.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:11:30.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:12:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:12:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:12:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:12:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:12:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:12:30.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:13:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:13:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:13:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:13:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:13:30.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:13:30.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:14:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:14:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:14:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:14:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:14:30.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:14:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:15:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:15:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:15:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:15:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:15:30.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:15:30.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:16:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:16:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:16:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:16:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:16:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:16:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:16:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:17:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:17:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:17:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:17:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:17:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:17:30.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:17:30.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:18:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:18:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:18:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:18:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:18:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:18:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:18:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:19:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:19:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:19:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:19:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:19:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:19:30.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:19:30.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:20:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:20:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:20:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:20:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:20:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:20:30.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:20:30.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:21:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:21:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:21:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:21:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:21:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:21:30.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:21:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:22:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:22:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:22:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:22:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:22:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:22:30.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:22:30.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:23:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:23:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:23:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:23:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:23:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:23:30.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:23:30.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:24:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:24:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:24:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:24:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:24:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:24:30.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:24:30.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:25:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:25:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:25:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:25:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:25:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:25:30.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:25:30.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:26:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:26:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:26:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:26:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:26:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:26:30.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:26:30.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:27:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:27:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:27:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:27:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:27:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:27:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:27:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:28:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:28:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:28:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:28:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:28:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:28:30.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:28:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:29:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:29:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:29:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:29:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:29:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:29:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:29:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:30:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:30:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:30:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:30:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:30:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:30:30.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:30:30.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:31:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:31:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:31:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:31:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:31:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:31:30.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:31:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:32:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:32:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:32:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:32:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:32:30.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:33:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:33:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:33:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:33:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:33:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:33:30.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:34:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:34:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:34:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:34:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:34:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:34:30.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:35:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:35:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:35:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:35:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:35:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:35:30.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:36:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:36:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:36:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:36:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:36:30.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:36:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:37:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:37:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:37:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:37:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:37:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:37:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:38:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:38:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:38:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:38:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:38:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:38:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:38:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:39:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:39:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:39:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:39:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:39:30.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:39:30.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:40:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:40:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:40:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:40:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:40:30.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:41:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:41:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:41:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:41:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:41:30.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:41:30.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:42:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:42:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:42:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:42:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:42:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:42:30.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:42:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:43:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:43:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:43:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:43:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:43:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:43:30.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:43:30.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:44:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:44:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:44:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:44:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:44:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:44:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:44:30.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:45:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:45:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:45:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:45:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:45:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:45:30.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:45:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:46:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:46:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:46:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:46:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:46:30.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:46:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:47:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:47:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:47:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:47:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:47:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:47:30.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:48:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:48:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:48:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:48:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:48:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:48:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:49:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:49:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:49:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:49:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:49:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:49:30.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:49:30.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:50:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:50:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:50:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:50:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:50:30.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:50:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:51:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:51:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:51:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:51:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:51:30.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:51:30.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:52:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:52:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:52:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:52:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:52:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:52:30.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:53:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:53:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:53:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:53:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:53:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:53:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:53:30.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:54:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:54:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:54:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:54:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:54:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:54:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:55:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:55:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:55:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:55:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:55:30.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:55:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:56:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:56:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:56:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:56:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:56:30.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:56:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:57:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:57:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:57:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:57:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:57:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:57:30.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:58:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:58:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:58:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:58:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:58:30.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:58:30.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:59:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:59:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:59:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:59:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:59:30.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T17:59:30.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:00:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:00:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:00:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:00:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:00:30.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:00:30.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:01:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:01:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:01:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:01:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:01:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:01:30.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:02:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:02:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:02:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:02:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:02:30.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:02:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:03:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:03:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:03:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:03:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:03:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:03:30.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:04:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:04:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:04:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:04:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:04:30.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:04:30.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:05:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:05:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:05:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:05:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:05:30.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:05:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:06:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:06:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:06:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:06:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:06:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:06:30.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:07:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:07:21.048Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:07:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:07:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:07:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:07:30.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:08:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:08:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:08:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:08:30.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:08:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:09:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:09:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:09:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:09:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:09:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:09:30.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:10:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:10:21.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:10:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:10:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:10:30.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:10:30.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:11:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:11:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:11:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:11:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:11:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:11:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:11:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:12:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:12:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:12:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:12:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:12:30.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:12:30.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:13:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:13:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:13:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:13:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:13:30.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:13:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:14:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:14:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:14:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:14:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:14:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:14:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:15:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:15:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:15:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:15:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:15:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:15:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:16:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:16:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:16:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:16:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:16:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:16:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:16:30.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:17:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:17:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:17:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:17:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:17:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:17:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:17:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:18:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:18:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:18:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:18:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:18:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:18:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:18:30.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:19:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:19:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:19:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:19:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:19:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:19:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:19:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:20:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:20:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:20:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:20:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:20:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:20:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:20:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:21:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:21:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:21:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:21:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:21:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:21:30.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:21:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:22:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:22:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:22:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:22:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:22:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:22:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:22:30.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:23:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:23:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:23:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:23:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:23:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:23:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:23:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:24:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:24:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:24:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:24:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:24:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:24:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:24:30.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:25:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:25:21.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:25:21.048Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:25:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:25:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:25:30.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:25:30.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:26:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:26:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:26:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:26:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:26:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:26:30.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:26:30.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:27:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:27:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:27:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:27:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:27:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:27:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:27:30.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:28:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:28:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:28:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:28:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:28:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:28:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:28:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:29:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:29:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:29:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:29:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:29:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:29:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:29:30.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:30:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:30:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:30:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:30:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:30:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:30:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:31:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:31:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:31:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:31:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:31:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:31:30.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:31:30.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:32:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:32:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:32:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:32:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:32:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:32:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:33:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:33:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:33:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:33:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:33:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:33:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:34:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:34:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:34:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:34:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:34:30.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:34:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:35:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:35:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:35:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:35:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:35:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:35:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:36:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:36:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:36:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:36:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:36:30.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:36:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:37:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:37:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:37:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:37:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:37:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:37:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:38:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:38:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:38:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:38:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:38:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:38:30.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:38:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:39:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:39:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:39:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:39:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:39:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:39:30.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:40:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:40:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:40:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:40:30.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:40:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:41:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:41:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:41:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:41:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:41:30.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:41:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:42:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:42:21.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:42:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:42:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:42:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:42:30.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:42:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:43:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:43:21.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:43:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:43:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:43:30.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:43:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:44:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:44:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:44:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:44:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:44:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:44:30.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:44:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:45:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:45:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:45:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:45:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:45:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:45:30.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:45:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:46:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:46:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:46:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:46:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:46:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:46:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:47:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:47:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:47:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:47:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:47:30.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:47:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:48:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:48:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:48:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:48:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:48:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:48:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:49:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:49:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:49:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:49:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:49:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:49:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:49:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:50:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:50:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:50:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:50:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:50:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:50:30.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:51:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:51:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:51:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:51:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:51:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:51:30.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:52:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:52:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:52:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:52:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:52:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:52:30.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:53:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:53:21.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:53:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:53:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:53:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:53:30.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:53:30.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:54:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:54:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:54:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:54:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:54:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:54:30.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:55:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:55:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:55:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:55:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:55:30.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:55:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:56:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:56:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:56:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:56:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:56:30.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:56:30.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:57:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:57:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:57:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:57:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:57:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:57:30.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:58:21.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:58:21.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:58:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:58:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:58:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:58:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:58:30.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:59:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:59:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:59:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:59:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T18:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:59:30.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T18:59:30.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:00:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:00:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:00:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:00:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:00:30.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:00:30.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:01:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:01:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:01:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:01:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:01:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:01:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:02:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:02:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:02:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:02:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:02:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:02:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:03:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:03:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:03:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:03:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:03:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:03:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:04:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:04:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:04:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:04:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:04:30.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:04:30.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:05:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:05:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:05:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:05:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:05:30.588Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:05:30.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:06:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:06:21.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:06:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:06:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:06:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:06:30.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:07:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:07:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:07:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:07:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:07:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:07:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:07:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:08:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:08:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:08:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:08:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:08:30.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:09:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:09:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:09:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:09:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:09:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:09:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:10:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:10:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:10:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:10:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:10:30.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:10:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:11:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:11:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:11:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:11:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:11:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:11:30.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:11:30.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:12:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:12:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:12:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:12:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:12:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:12:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:13:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:13:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:13:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:13:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:13:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:13:30.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:14:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:14:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:14:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:14:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:14:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:14:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:14:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:15:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:15:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:15:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:15:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:15:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:15:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:15:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:16:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:16:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:16:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:16:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:16:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:16:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:16:30.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:17:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:17:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:17:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:17:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:17:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:17:30.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:17:30.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:18:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:18:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:18:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:18:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:18:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:18:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:18:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:19:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:19:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:19:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:19:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:19:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:19:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:19:30.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:20:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:20:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:20:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:20:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:20:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:20:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:20:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:21:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:21:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:21:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:21:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:21:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:21:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:21:30.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:22:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:22:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:22:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:22:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:22:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:22:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:22:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:23:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:23:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:23:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:23:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:23:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:23:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:23:30.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:24:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:24:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:24:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:24:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:24:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:24:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:24:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:25:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:25:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:25:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:25:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:25:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:25:30.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:25:30.591Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:26:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:26:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:26:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:26:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:26:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:26:30.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:26:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:27:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:27:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:27:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:27:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:27:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:27:30.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:27:30.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:28:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:28:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:28:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:28:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:28:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:28:30.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:28:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:29:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:29:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:29:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:29:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:29:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:29:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:29:30.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:30:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:30:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:30:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:30:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:30:30.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:30:30.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:31:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:31:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:31:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:31:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:31:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:31:30.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:31:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:32:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:32:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:32:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:32:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:32:30.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:33:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:33:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:33:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:33:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:33:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:33:30.591Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:33:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:34:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:34:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:34:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:34:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:34:30.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:34:30.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:35:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:35:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:35:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:35:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:35:30.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:35:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:36:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:36:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:36:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:36:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:36:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:36:30.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:37:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:37:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:37:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:37:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:37:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:37:30.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:38:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:38:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:38:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:38:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:38:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:38:30.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:38:30.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:39:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:39:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:39:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:39:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:39:30.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:39:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:40:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:40:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:40:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:40:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:40:30.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:40:30.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:41:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:41:21.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:41:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:41:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:41:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:41:30.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:42:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:42:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:42:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:42:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:42:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:42:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:42:30.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:43:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:43:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:43:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:43:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:43:30.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:43:30.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:44:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:44:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:44:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:44:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:44:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:44:30.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:44:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:45:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:45:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:45:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:45:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:45:21.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:45:30.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:45:30.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:46:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:46:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:46:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:46:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:46:30.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:46:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:47:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:47:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:47:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:47:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:47:30.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:47:30.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:48:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:48:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:48:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:48:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:48:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:48:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:49:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:49:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:49:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:49:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:49:21.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:49:30.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:49:30.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:50:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:50:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:50:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:50:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:50:30.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:50:30.588Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:51:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:51:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:51:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:51:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:51:30.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:51:30.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:52:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:52:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:52:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:52:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:52:30.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:52:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:53:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:53:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:53:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:53:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:53:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:53:30.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:53:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:54:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:54:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:54:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:54:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:54:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:54:30.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:55:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:55:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:55:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:55:21.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:55:30.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:55:30.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:56:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:56:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:56:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:56:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:56:30.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:56:30.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:57:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:57:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:57:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:57:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:57:30.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:57:30.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:58:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:58:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:58:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:58:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:58:30.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:58:30.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:59:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:59:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:59:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:59:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:59:30.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T19:59:30.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:00:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:00:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:00:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:00:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:00:30.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:00:30.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:01:21.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:01:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.623Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:21.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945659628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945653113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945655115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "dcae-sch",
  "timestamp": 1632945655343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945657545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945657374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945670173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945670182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945670236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945670247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945663926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "cds",
  "timestamp": 1632945671187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-29T20:01:21.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:21.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e7dfb6-b452-4079-97be-d511d9f45244","serviceName":"basic_onboard_nFvbWk","serviceVersion":"1.0","serviceUUID":"e11a9014-0ea8-4224-828f-14cb9d98e4c1","serviceDescription":"service","serviceInvariantUUID":"00d633ba-ac29-4e65-b731-b437f9455e19","resources":[{"resourceInstanceName":"basic_onboard_nFvbWk 0","resourceName":"basic_onboard_nFvbWk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2852c859-5dba-46cf-b72f-7e0b023b2990","resourceInvariantUUID":"7e4ecdff-d376-4303-b6e6-6ce980f2a2b9","resourceCustomizationUUID":"0111d423-a025-43a4-bf4f-38ea57b6ed57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml","artifactChecksum":"NGNmMTFkMGUzNTEyNWZiZTYxOGZlNzU3YjhiMjU1OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ad14b89-95e3-453a-8b9a-2bd2ce16edd8","artifactVersion":"1"},{"artifactName":"basic_onboard_nfvbwk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json","artifactChecksum":"Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa995bcf-7799-411c-956c-bb58503e7b8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5354a164-189a-41e5-aaed-e488be5d613d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cfab041-f4bd-4ed0-b476-96aba2efacb8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db4161bb-88c9-47f6-bf5c-3df5c946f74a","artifactVersion":"2","generatedFromUUID":"5354a164-189a-41e5-aaed-e488be5d613d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNfvbwk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml","artifactChecksum":"MTFhZTY3OTlmZTIzODlkMGJjMDYwOTQ0ZDcyNzBhM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37193269-406c-4c9f-a951-b815e37cb586","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNfvbwk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar","artifactChecksum":"ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e18422e1-31ad-4cde-b48a-0c2863a05fec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:01:21.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:21.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:21.694Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:21.694Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:01:21.794Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-29T20:01:21.797Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:21.797Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.807Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:21.808Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:01:21.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:01:21.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945671191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945671559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945672168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "policy-id",
  "timestamp": 1632945672194,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:01:21.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945673066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945674386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:01:21.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:01:21.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945675390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:21.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945675882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945676886,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:01:21.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:01:21.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:01:22.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:22.700Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:22.701Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:22.701Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:01:22.801Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:22.802Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:22.802Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:22.813Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:22.813Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:23.701Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:23.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:23.704Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:23.704Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:01:23.804Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:23.805Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:23.805Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:23.818Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:23.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:24.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:24.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:24.707Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:24.707Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:24.807Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:24.808Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:24.808Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:24.817Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:24.818Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:25.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:25.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:25.710Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:25.710Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:01:25.810Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:25.811Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:25.811Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:25.822Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:25.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:01:26.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:26.712Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:26.713Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:26.713Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:01:26.813Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:26.814Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:26.814Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:26.823Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:26.824Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:27.714Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:27.715Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:27.716Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:27.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:01:27.816Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:27.817Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:27.817Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:27.827Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:27.827Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:28.718Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "serviceName": "basic_onboard_nFvbWk",
  "serviceVersion": "1.0",
  "serviceUUID": "e11a9014-0ea8-4224-828f-14cb9d98e4c1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00d633ba-ac29-4e65-b731-b437f9455e19",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nFvbWk 0",
      "resourceCustomizationUUID": "0111d423-a025-43a4-bf4f-38ea57b6ed57",
      "resourceName": "basic_onboard_nFvbWk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2852c859-5dba-46cf-b72f-7e0b023b2990",
      "resourceInvariantUUID": "7e4ecdff-d376-4303-b6e6-6ce980f2a2b9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nfvbwk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
          "artifactChecksum": "Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa995bcf-7799-411c-956c-bb58503e7b8e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5354a164-189a-41e5-aaed-e488be5d613d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "db4161bb-88c9-47f6-bf5c-3df5c946f74a",
            "generatedFromUUID": "5354a164-189a-41e5-aaed-e488be5d613d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "db4161bb-88c9-47f6-bf5c-3df5c946f74a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNfvbwk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
      "artifactChecksum": "ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e18422e1-31ad-4cde-b48a-0c2863a05fec"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:01:28.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:01:28.719Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e11a9014-0ea8-4224-828f-14cb9d98e4c1 ASDC
2021-09-29T20:01:28.800Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d1e7dfb6-b452-4079-97be-d511d9f45244
ServiceName:basic_onboard_nFvbWk
ServiceVersion:1.0
ServiceUUID:e11a9014-0ea8-4224-828f-14cb9d98e4c1
ServiceInvariantUUID:00d633ba-ac29-4e65-b731-b437f9455e19
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNfvbwk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
ArtifactUUID:e18422e1-31ad-4cde-b48a-0c2863a05fec
ArtifactChecksum:ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nFvbWk 0
ResourceCustomizationUUID:0111d423-a025-43a4-bf4f-38ea57b6ed57
ResourceInvariantUUID:7e4ecdff-d376-4303-b6e6-6ce980f2a2b9
ResourceName:basic_onboard_nFvbWk
ResourceType:VF
ResourceUUID:2852c859-5dba-46cf-b72f-7e0b023b2990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nfvbwk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
ArtifactUUID:aa995bcf-7799-411c-956c-bb58503e7b8e
ArtifactChecksum:Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY=
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5354a164-189a-41e5-aaed-e488be5d613d
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
ArtifactUUID:db4161bb-88c9-47f6-bf5c-3df5c946f74a
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
ArtifactUUID:db4161bb-88c9-47f6-bf5c-3df5c946f74a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:01:28.801Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e11a9014-0ea8-4224-828f-14cb9d98e4c1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:01:28.841Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:01:28.842Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:28.842Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:28.843Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e18422e1-31ad-4cde-b48a-0c2863a05fec from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:28.843Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:28.844Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:29.015Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:29.028Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar e18422e1-31ad-4cde-b48a-0c2863a05fec 71382
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar ASDC sendASDCNotification
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:29.031Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:29.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:29.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945689029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:29.133Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:29.133Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:29.134Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:29.144Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:29.144Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:30.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:01:30.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:30.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e18422e1-31ad-4cde-b48a-0c2863a05fec, URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar to file: /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.035Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.766Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3353317705030544478/Definitions/service-BasicOnboardNfvbwk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-29T20:01:32.336Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nFvbWk 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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:01:32.345Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.346Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.349Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.349Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:01:32.350Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.362Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.364Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.364Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e08e063c-9936-45f7-a2c6-ae1343c6ff38
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nFvbWk
Description:service
Model UUID:e11a9014-0ea8-4224-828f-14cb9d98e4c1
Model Version:NULL
Model InvariantUuid:00d633ba-ac29-4e65-b731-b437f9455e19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nFvbWk
Model UUID:0f446c53-c1ff-4289-b4b4-4627f0c06718
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e4ecdff-d376-4303-b6e6-6ce980f2a2b9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0111d423-a025-43a4-bf4f-38ea57b6ed57
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38b95594-1456-42a3-a397-2b9aeb3c03a6
ModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
ModelUuid:cbabfca7-8b75-45e5-b573-d85e28032644
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e08e063c-9936-45f7-a2c6-ae1343c6ff38
ModelInvariantUuid:04907ef9-0c14-42e4-a7e1-07656b7fc51e
ModelName:basic_onboard_nFvbWk-nodes.ubuntu18Cvfc
ModelUuid:798f001f-f987-41ec-8f17-7fef9542b8da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ed19f9b7-206f-41c7-baef-873f3cd4e018
ModelInvariantUuid:e6673d8c-4f4f-4458-9669-d745ef355710
ModelName:BasicOnboardNfvbwk.compute.nodes.heat.ubuntu18
ModelUuid:630f6a63-9c7d-48a2-a398-7c3552ed4036
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:01:32.377Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2852c859-5dba-46cf-b72f-7e0b023b2990
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:01:32.440Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||basic_onboard_nFvbWk 0
2021-09-29T20:01:32.444Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2852c859-5dba-46cf-b72f-7e0b023b2990
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aa995bcf-7799-411c-956c-bb58503e7b8e from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:33.057Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json aa995bcf-7799-411c-956c-bb58503e7b8e 798
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json ASDC sendASDCNotification
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:33.060Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:33.060Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945693058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:33.160Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:33.161Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:33.161Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:33.171Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:33.171Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:34.061Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNfvbwk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "38b95594-1456-42a3-a397-2b9aeb3c03a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbabfca7-8b75-45e5-b573-d85e28032644",
    "vfModuleModelCustomizationUUID": "5d19f401-33b0-45ac-80ee-56ddc18ee43d",
    "isBase": true,
    "artifacts": [
      "5354a164-189a-41e5-aaed-e488be5d613d",
      "db4161bb-88c9-47f6-bf5c-3df5c946f74a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:01:34.072Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabfca7-8b75-45e5-b573-d85e28032644
VfModuleModelInvariantUUID:38b95594-1456-42a3-a397-2b9aeb3c03a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5354a164-189a-41e5-aaed-e488be5d613d
,
db4161bb-88c9-47f6-bf5c-3df5c946f74a

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

isBase:true


}

2021-09-29T20:01:34.074Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNfvbwk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "38b95594-1456-42a3-a397-2b9aeb3c03a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cbabfca7-8b75-45e5-b573-d85e28032644",
    "vfModuleModelCustomizationUUID": "5d19f401-33b0-45ac-80ee-56ddc18ee43d",
    "isBase": true,
    "artifacts": [
      "5354a164-189a-41e5-aaed-e488be5d613d",
      "db4161bb-88c9-47f6-bf5c-3df5c946f74a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabfca7-8b75-45e5-b573-d85e28032644
VfModuleModelInvariantUUID:38b95594-1456-42a3-a397-2b9aeb3c03a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5354a164-189a-41e5-aaed-e488be5d613d
,
db4161bb-88c9-47f6-bf5c-3df5c946f74a

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

isBase:true


}

2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5354a164-189a-41e5-aaed-e488be5d613d from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.749Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml 5354a164-189a-41e5-aaed-e488be5d613d 5033
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:34.752Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:34.752Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945694750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:34.852Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:34.853Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:34.853Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:34.862Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:34.862Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db4161bb-88c9-47f6-bf5c-3df5c946f74a from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:36.834Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env db4161bb-88c9-47f6-bf5c-3df5c946f74a 909
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:36.837Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:36.837Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945696835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:01:36.937Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:36.938Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:36.938Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:36.949Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:36.949Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:01:37.838Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e11a9014-0ea8-4224-828f-14cb9d98e4c1
2021-09-29T20:01:37.838Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nFvbWk 0 2852c859-5dba-46cf-b72f-7e0b023b2990 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:01:37.860Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49793c86, org.onap.sdc.toscaparser.api.parameters.Input@32749e4, org.onap.sdc.toscaparser.api.parameters.Input@46dfe2fe, org.onap.sdc.toscaparser.api.parameters.Input@75b76a8a, org.onap.sdc.toscaparser.api.parameters.Input@752af5b6]
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0111d423-a025-43a4-bf4f-38ea57b6ed57
2021-09-29T20:01:37.864Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57 matches Tosca VF Customization UUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57
2021-09-29T20:01:37.864Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:01:37.868Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.868Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0111d423-a025-43a4-bf4f-38ea57b6ed57: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65595a3e
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:01:37.870Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d19f401-33b0-45ac-80ee-56ddc18ee43d
2021-09-29T20:01:37.870Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d19f401-33b0-45ac-80ee-56ddc18ee43d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e08e063c-9936-45f7-a2c6-ae1343c6ff38
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.882Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=0111d423-a025-43a4-bf4f-38ea57b6ed57
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e11a9014-0ea8-4224-828f-14cb9d98e4c1: basic_onboard_nFvbWk
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_nFvbWk 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nFvbWk 2852c859-5dba-46cf-b72f-7e0b023b2990 1 ASDC deployResourceStructure
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json ASDC sendASDCNotification
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:37.996Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:37.997Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945697995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:38.097Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:38.098Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:38.098Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:38.108Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:38.108Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:38.997Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:38.999Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:39.000Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945698997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:39.100Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:39.101Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:39.101Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:39.110Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:39.111Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:40.000Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:40.003Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:40.003Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945700000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:40.103Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:40.104Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:40.104Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:40.114Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:40.115Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar ASDC sendASDCNotification
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:41.006Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:41.006Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945701004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:01:41.106Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:41.107Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:01:41.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:41.117Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:01:41.117Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:42.007Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:01:42.022Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:01:42.024Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:01:42.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:01:42.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:02:12.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:02:12.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:02:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:02:21.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:02:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:02:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:02:42.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:02:42.051Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:03:12.054Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:03:12.062Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:03:12.064Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:03:12.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:03:12.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:03:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:03:21.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:03:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:03:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:03:42.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:03:42.073Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:12.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:04:12.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:04:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:04:21.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:04:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945681917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "aai-ml",
  "timestamp": 1632945682922,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:21.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:04:21.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945679850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945681046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945689029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945693058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945694750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945695910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945696835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945697919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945697995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "clamp",
  "timestamp": 1632945698923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:21.099Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:04:21.099Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945698997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945700000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945701004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632945719628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945723926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945717545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945717374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945733248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945733283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945733342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945734287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945734758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "policy-id",
  "timestamp": 1632945735289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945736212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945730115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945736842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632945737215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:21.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945737858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:21.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:04:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632945738861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945739846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "cds",
  "timestamp": 1632945740850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:21.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:42.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:04:42.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:04:42.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:04:42.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:04:42.108Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:05:12.108Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:05:12.116Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e7dfb6-b452-4079-97be-d511d9f45244 and serviceModelVersionId: e11a9014-0ea8-4224-828f-14cb9d98e4c1
2021-09-29T20:05:12.117Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00d633ba-ac29-4e65-b731-b437f9455e19
2021-09-29T20:05:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:05:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:05:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:21.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "dcae-sch",
  "timestamp": 1632945735343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945739850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945743113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945750926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945755908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945757916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "clamp",
  "timestamp": 1632945758919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:05:21.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:05:21.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945760735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "aai-ml",
  "timestamp": 1632945761738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:05:21.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:05:21.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:05:23.623Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0
2021-09-29T20:05:23.712Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:05:24.078Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|INFO|500||Invoke
2021-09-29T20:05:24.083Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c831774-9527-4653-a324-ee3b18d9d68c], X-ECOMP-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], X-TransactionId=[], X-ONAP-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], Content-Type=[application/merge-patch+json]}
2021-09-29T20:05:24.180Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:05:24.764Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?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/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:05:24:188-31726], vertex-id=[168184], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:05:24 GMT], Content-Type=[application/json]}
2021-09-29T20:05:24.765Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:05:24.766Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|INFO|500||InvokeReturn
2021-09-29T20:05:24.768Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:05:24.769Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:05:24.772Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:05:24.777Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e7dfb6-b452-4079-97be-d511d9f45244 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:05:24.778Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:05:24.778Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:24.780Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:24.780Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945924777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:05:24.880Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:24.881Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:24.881Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:24.890Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:24.890Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:05:25.791Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:05:25.791Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:05:25.792Z|d1e7dfb6-b452-4079-97be-d511d9f45244|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bee70278-1e9a-4d7e-9971-e944e3c6b428","serviceName":"vFW 2021-09-29 19-59-48","serviceVersion":"1.0","serviceUUID":"6c6db904-4f37-46f5-b79e-ba3a317b8ce3","serviceDescription":"catalog service description","serviceInvariantUUID":"f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34","resources":[{"resourceInstanceName":"vFW a13246b9-4061 0","resourceName":"vFW a13246b9-4061","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1073ae2-9112-4a44-a041-17cb87f00a86","resourceInvariantUUID":"7350c6da-7ef3-47de-90a0-fe0e02c7d45c","resourceCustomizationUUID":"308e4a1f-5304-4a52-9525-a3ec75512608","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml","artifactChecksum":"YzZhZmY4MjgwZGQ5MTJkNDNmNjMwODc1OWIxNjM4ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d34679ad-de51-42a9-b270-31290d490721","artifactVersion":"1"},{"artifactName":"vfwa13246b940610_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json","artifactChecksum":"NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b09ef612-f1f3-4faf-9e55-e8b5ded36f90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b70e282e-ebf6-4765-8bb5-8744e8d6053f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml","artifactChecksum":"NzkzMTFjM2MwNGVjY2YzNjgzZjEyODAwYzJlNTRlYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d42d0e99-24d5-4fce-91f0-94b3cdb64849","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7b034e5-4d93-407d-ae90-34483ff74a47","artifactVersion":"2","generatedFromUUID":"b70e282e-ebf6-4765-8bb5-8744e8d6053f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210929195948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml","artifactChecksum":"YTg2NzEzZGU3Y2RiNGUzYmM3ODk5MzJmOGI2Y2JmMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8ad8d58-e785-4a48-963a-5a8c67cbbcbf","artifactVersion":"1"},{"artifactName":"service-Vfw20210929195948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar","artifactChecksum":"NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:05:30.083Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:30.084Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:30.185Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:30.186Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:30.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:30.196Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:30.196Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:31.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:31.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:31.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:31.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:05:31.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:31.189Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:31.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:31.200Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:31.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:32.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:32.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:32.091Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:32.091Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:05:32.191Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:32.193Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:32.193Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:32.204Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:32.204Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:33.092Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:33.092Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:33.094Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:33.094Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:33.195Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:05:33.195Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:33.195Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:33.205Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:33.206Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:34.095Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:34.096Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:34.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:34.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T20:05:34.197Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:34.198Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:34.198Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:34.209Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:34.209Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:35.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:35.098Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:35.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:35.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:05:35.200Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:35.200Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:35.200Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:35.211Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:35.211Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:36.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:36.101Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:36.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:36.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:05:36.203Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T20:05:36.203Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:36.203Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:36.214Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:36.214Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "serviceName": "vFW 2021-09-29 19-59-48",
  "serviceVersion": "1.0",
  "serviceUUID": "6c6db904-4f37-46f5-b79e-ba3a317b8ce3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34",
  "resources": [
    {
      "resourceInstanceName": "vFW a13246b9-4061 0",
      "resourceCustomizationUUID": "308e4a1f-5304-4a52-9525-a3ec75512608",
      "resourceName": "vFW a13246b9-4061",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1073ae2-9112-4a44-a041-17cb87f00a86",
      "resourceInvariantUUID": "7350c6da-7ef3-47de-90a0-fe0e02c7d45c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa13246b940610_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
          "artifactChecksum": "NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b09ef612-f1f3-4faf-9e55-e8b5ded36f90",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b70e282e-ebf6-4765-8bb5-8744e8d6053f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f7b034e5-4d93-407d-ae90-34483ff74a47",
            "generatedFromUUID": "b70e282e-ebf6-4765-8bb5-8744e8d6053f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f7b034e5-4d93-407d-ae90-34483ff74a47",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210929195948-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
      "artifactChecksum": "NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c6db904-4f37-46f5-b79e-ba3a317b8ce3 ASDC
2021-09-29T20:05:37.104Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bee70278-1e9a-4d7e-9971-e944e3c6b428
ServiceName:vFW 2021-09-29 19-59-48
ServiceVersion:1.0
ServiceUUID:6c6db904-4f37-46f5-b79e-ba3a317b8ce3
ServiceInvariantUUID:f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210929195948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
ArtifactUUID:c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de
ArtifactChecksum:NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a13246b9-4061 0
ResourceCustomizationUUID:308e4a1f-5304-4a52-9525-a3ec75512608
ResourceInvariantUUID:7350c6da-7ef3-47de-90a0-fe0e02c7d45c
ResourceName:vFW a13246b9-4061
ResourceType:VF
ResourceUUID:f1073ae2-9112-4a44-a041-17cb87f00a86
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa13246b940610_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
ArtifactUUID:b09ef612-f1f3-4faf-9e55-e8b5ded36f90
ArtifactChecksum:NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM=
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
ArtifactUUID:b70e282e-ebf6-4765-8bb5-8744e8d6053f
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
ArtifactUUID:f7b034e5-4d93-407d-ae90-34483ff74a47
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
ArtifactUUID:f7b034e5-4d93-407d-ae90-34483ff74a47
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:05:37.105Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c6db904-4f37-46f5-b79e-ba3a317b8ce3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:37.138Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:38.511Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de 98782
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar ASDC sendASDCNotification
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:38.517Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:38.518Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:38.518Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945938516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:38.618Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:38.619Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:38.619Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:38.629Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:38.629Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:39.519Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de, URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar to file: /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.521Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.521Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.808Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11137414911170464434/Definitions/service-Vfw20210929195948-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-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a13246b9-4061 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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4adb0369-4961-4865-a72f-5c4df858e7ef
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=78c701e5-3075-4a56-8a09-fb1c603f6548
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-29 19-59-48
Description:catalog service description
Model UUID:6c6db904-4f37-46f5-b79e-ba3a317b8ce3
Model Version:NULL
Model InvariantUuid:f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a13246b9-4061
Model UUID:1c2bd24f-5335-4cd6-a6b9-07c8058c4928
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7350c6da-7ef3-47de-90a0-fe0e02c7d45c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:308e4a1f-5304-4a52-9525-a3ec75512608
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b0060a2-b658-47cd-a9fd-e68287406d5a
ModelName:VfwA13246b94061..base_vfw..module-0
ModelUuid:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4adb0369-4961-4865-a72f-5c4df858e7ef
ModelInvariantUuid:3ea8869e-3c73-4534-a300-a0727d5281c7
ModelName:vFW a13246b9-4061-nodes.vfwCvfc
ModelUuid:42348b27-f5f3-4c98-a4ea-251f77c74739
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:73210362-d603-47c2-bad5-13ecdab040fc
ModelInvariantUuid:ccf97562-249e-49de-a531-4d5075d1f58e
ModelName:VfwA13246b94061.compute.nodes.heat.vfw
ModelUuid:467e1e12-8343-4268-b41c-abd5b5495f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:78c701e5-3075-4a56-8a09-fb1c603f6548
ModelInvariantUuid:73543240-69d3-4aa9-9d9e-e5bb78a9c4a7
ModelName:vFW a13246b9-4061-nodes.vsnCvfc
ModelUuid:2d57f5d7-7e00-41b8-8f22-ab22b22c1be4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3cfd3284-ac71-4255-b9a8-411d830090ca
ModelInvariantUuid:ffd09753-e00d-4d38-aa39-048e5b944a3f
ModelName:VfwA13246b94061.compute.nodes.heat.vsn
ModelUuid:ad1de9d2-ce0b-45d1-ba62-6f3add5519fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
ModelInvariantUuid:1d5ea57b-ecff-4b24-96c1-38aabff19d8c
ModelName:vFW a13246b9-4061-nodes.vpgCvfc
ModelUuid:f6744951-dca1-48fd-a625-32cce7897e93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ef615bd8-aa01-47b1-bd35-8fff111d5c4b
ModelInvariantUuid:e811b55b-c469-47f0-9080-86c91afc309f
ModelName:VfwA13246b94061.compute.nodes.heat.vpg
ModelUuid:b25a2bb5-88ce-4402-b904-3c61f2b93caf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:05:41.552Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f1073ae2-9112-4a44-a041-17cb87f00a86
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||vFW a13246b9-4061 0
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1073ae2-9112-4a44-a041-17cb87f00a86
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b09ef612-f1f3-4faf-9e55-e8b5ded36f90 from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json b09ef612-f1f3-4faf-9e55-e8b5ded36f90 785
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json ASDC sendASDCNotification
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:43.334Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:43.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:43.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945943333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:43.435Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:43.436Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:43.436Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:43.446Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:43.446Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:44.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA13246b94061..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6b0060a2-b658-47cd-a9fd-e68287406d5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed2585d0-56ce-4cf2-b8b3-f151f6fee624",
    "vfModuleModelCustomizationUUID": "47526e64-8036-4f9a-91ae-cd4a43e93b12",
    "isBase": true,
    "artifacts": [
      "b70e282e-ebf6-4765-8bb5-8744e8d6053f",
      "f7b034e5-4d93-407d-ae90-34483ff74a47"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:05:44.340Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA13246b94061..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
VfModuleModelInvariantUUID:6b0060a2-b658-47cd-a9fd-e68287406d5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b70e282e-ebf6-4765-8bb5-8744e8d6053f
,
f7b034e5-4d93-407d-ae90-34483ff74a47

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

isBase:true


}

2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA13246b94061..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6b0060a2-b658-47cd-a9fd-e68287406d5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed2585d0-56ce-4cf2-b8b3-f151f6fee624",
    "vfModuleModelCustomizationUUID": "47526e64-8036-4f9a-91ae-cd4a43e93b12",
    "isBase": true,
    "artifacts": [
      "b70e282e-ebf6-4765-8bb5-8744e8d6053f",
      "f7b034e5-4d93-407d-ae90-34483ff74a47"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA13246b94061..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
VfModuleModelInvariantUUID:6b0060a2-b658-47cd-a9fd-e68287406d5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b70e282e-ebf6-4765-8bb5-8744e8d6053f
,
f7b034e5-4d93-407d-ae90-34483ff74a47

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

isBase:true


}

2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b70e282e-ebf6-4765-8bb5-8744e8d6053f from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:46.003Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml b70e282e-ebf6-4765-8bb5-8744e8d6053f 20368
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:46.005Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:46.006Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:46.006Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945946004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:46.106Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:46.107Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:46.107Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:46.117Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:46.117Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:47.007Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7b034e5-4d93-407d-ae90-34483ff74a47 from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.008Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:47.008Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.159Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env f7b034e5-4d93-407d-ae90-34483ff74a47 2098
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:47.162Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:47.162Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945947160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:05:47.262Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:47.263Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:47.263Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:47.274Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:47.274Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:48.163Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6c6db904-4f37-46f5-b79e-ba3a317b8ce3
2021-09-29T20:05:48.163Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a13246b9-4061 0 f1073ae2-9112-4a44-a041-17cb87f00a86 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:05:48.177Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a95d8f, org.onap.sdc.toscaparser.api.parameters.Input@1400c10, org.onap.sdc.toscaparser.api.parameters.Input@6a7272f6, org.onap.sdc.toscaparser.api.parameters.Input@586d63c9, org.onap.sdc.toscaparser.api.parameters.Input@11e1086e]
2021-09-29T20:05:48.178Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 308e4a1f-5304-4a52-9525-a3ec75512608
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 308e4a1f-5304-4a52-9525-a3ec75512608 matches Tosca VF Customization UUID: 308e4a1f-5304-4a52-9525-a3ec75512608
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 308e4a1f-5304-4a52-9525-a3ec75512608  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 308e4a1f-5304-4a52-9525-a3ec75512608: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b8a75bb
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47526e64-8036-4f9a-91ae-cd4a43e93b12
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47526e64-8036-4f9a-91ae-cd4a43e93b12
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:05:48.183Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4adb0369-4961-4865-a72f-5c4df858e7ef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=78c701e5-3075-4a56-8a09-fb1c603f6548
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:05:48.190Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.190Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.191Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.199Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=308e4a1f-5304-4a52-9525-a3ec75512608
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6c6db904-4f37-46f5-b79e-ba3a317b8ce3: vFW a13246b9-4061
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-29 19-59-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a13246b9-4061 f1073ae2-9112-4a44-a041-17cb87f00a86 1 ASDC deployResourceStructure
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json ASDC sendASDCNotification
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:48.328Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:48.329Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:48.329Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945948327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:48.429Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:48.430Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:48.430Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:48.439Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:48.439Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:49.331Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:49.332Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:49.332Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945949330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:49.432Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:49.433Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:49.433Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:49.444Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:49.444Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:50.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:50.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945950333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:50.435Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:50.436Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:50.436Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:50.446Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:50.447Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:05:51.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar ASDC sendASDCNotification
2021-09-29T20:05:51.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:51.337Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:51.337Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:51.339Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:51.339Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945951336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:05:51.439Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:51.440Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:05:51.440Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:51.452Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:05:51.452Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:52.340Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:05:52.349Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:05:52.352Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:05:52.352Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:05:52.358Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:06:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:21.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:06:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:21.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:06:21.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945924777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945925791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945938516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945943333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945946004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945947160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945948327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945949330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945950333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945951336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:22.358Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:06:22.363Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bee70278-1e9a-4d7e-9971-e944e3c6b428 and serviceModelVersionId: 6c6db904-4f37-46f5-b79e-ba3a317b8ce3
2021-09-29T20:06:22.363Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
2021-09-29T20:06:22.364Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0
2021-09-29T20:06:22.368Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:06:22.402Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|INFO|500||Invoke
2021-09-29T20:06:22.403Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70d863ac-317c-47de-8a88-ac76118623c1], X-ECOMP-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], X-TransactionId=[], X-ONAP-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], Content-Type=[application/merge-patch+json]}
2021-09-29T20:06:22.426Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:06:22.843Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?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/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:06:22:432-37380], vertex-id=[360448], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:06:22 GMT], Content-Type=[application/json]}
2021-09-29T20:06:22.843Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|INFO|500||InvokeReturn
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:06:22.847Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:06:22.847Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bee70278-1e9a-4d7e-9971-e944e3c6b428 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:06:22.848Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:06:22.848Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:06:22.850Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:06:22.850Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945982848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:06:22.950Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:06:22.950Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:06:22.951Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:22.963Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:06:22.964Z||pool-34-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-09-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:33.406Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:06:33.406Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:33.407Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:06:33.407Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:42.944Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:06:42.944Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:42.945Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:06:42.945Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:52.480Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:02.017Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:07:21.046Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:07:21.047Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:07:21.047Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:07:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632945982848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:07:30.588Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:08:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:08:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:08:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:08:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:08:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:08:30.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:09:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:09:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:09:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:09:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:09:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:09:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:09:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:10:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:10:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:10:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:10:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:10:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:10:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:10:30.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:11:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:11:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:11:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:11:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:11:30.593Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:12:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:12:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:12:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:12:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:12:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:12:30.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:12:30.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:13:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:13:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:13:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:13:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:13:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:13:30.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:13:30.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:14:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:14:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:14:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:14:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:14:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:14:30.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:14:30.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:15:21.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:15:21.047Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:15:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946499628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946497374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946503926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "policy-id",
  "timestamp": 1632946497545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946503926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946497374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946499628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "policy-id",
  "timestamp": 1632946497545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946508266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "policy-id",
  "timestamp": 1632946508269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "policy-id",
  "timestamp": 1632946509273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946509689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "policy-id",
  "timestamp": 1632946510276,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:15:21.637Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:15:21.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946510692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:15:21.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.646Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:15:21.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "cds",
  "timestamp": 1632946510115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "cds",
  "timestamp": 1632946510115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "cds",
  "timestamp": 1632946513273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "cds",
  "timestamp": 1632946514277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:15:21.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:15:21.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946515343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946515343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "clamp",
  "timestamp": 1632946519850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3596bd8-f10a-40ad-a187-8ffb4b85a08e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2212c01f-04af-486a-aa08-332003201ee0","serviceDescription":"service","serviceInvariantUUID":"f55fcae9-346f-4d93-b750-c7bcd2210aa8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"20d11d48-8800-45e9-af6d-d7b2322a6b49","resourceInvariantUUID":"66835771-3a5b-4e7e-848b-3ab738adedd1","resourceCustomizationUUID":"5c34249f-40b7-4029-95d4-8e21f9ba9948","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":"ODA0NTFkZTEyNGVmNzFkODg3MWMyOWM3NDc2ZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bfe7a89-f96f-4a32-afe0-b3021a2a11ad","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000e3c3b-4b64-4d38-a789-433b3ddbd502","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:15:21.669Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:15:21.669Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:21.671Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:21.671Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946521046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.771Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:21.771Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:15:21.772Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.781Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:21.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:22.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:15:22.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:22.673Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:22.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946521046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:15:22.774Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:22.774Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:15:22.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:22.785Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:22.785Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:23.674Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2212c01f-04af-486a-aa08-332003201ee0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f55fcae9-346f-4d93-b750-c7bcd2210aa8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5c34249f-40b7-4029-95d4-8e21f9ba9948",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "20d11d48-8800-45e9-af6d-d7b2322a6b49",
      "resourceInvariantUUID": "66835771-3a5b-4e7e-848b-3ab738adedd1",
      "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": "YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "000e3c3b-4b64-4d38-a789-433b3ddbd502"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:15:23.675Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:15:23.675Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2212c01f-04af-486a-aa08-332003201ee0 ASDC
2021-09-29T20:15:23.675Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e3596bd8-f10a-40ad-a187-8ffb4b85a08e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2212c01f-04af-486a-aa08-332003201ee0
ServiceInvariantUUID:f55fcae9-346f-4d93-b750-c7bcd2210aa8
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:000e3c3b-4b64-4d38-a789-433b3ddbd502
ArtifactChecksum:YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5c34249f-40b7-4029-95d4-8e21f9ba9948
ResourceInvariantUUID:66835771-3a5b-4e7e-848b-3ab738adedd1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:20d11d48-8800-45e9-af6d-d7b2322a6b49
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-29T20:15:23.675Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2212c01f-04af-486a-aa08-332003201ee0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:15:23.697Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 000e3c3b-4b64-4d38-a789-433b3ddbd502 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:15:23.699Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:26.529Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:15:26.531Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 000e3c3b-4b64-4d38-a789-433b3ddbd502 52174
2021-09-29T20:15:26.531Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:26.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:26.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946526531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:15:26.634Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:26.634Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:15:26.635Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:26.647Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:26.647Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:27.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:15:27.535Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 000e3c3b-4b64-4d38-a789-433b3ddbd502, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.618Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP356366907441242243/Definitions/service-BasicNetwork-template.yml
2021-09-29T20:15:27.979Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:15:27.979Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2212c01f-04af-486a-aa08-332003201ee0
Model Version:NULL
Model InvariantUuid:f55fcae9-346f-4d93-b750-c7bcd2210aa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:66835771-3a5b-4e7e-848b-3ab738adedd1
Model UUID:56819c90-42ad-414c-90ae-996bd9c6a1e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5c34249f-40b7-4029-95d4-8e21f9ba9948
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:15:27.989Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 20d11d48-8800-45e9-af6d-d7b2322a6b49
2021-09-29T20:15:27.989Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||No resources found for Service: 2212c01f-04af-486a-aa08-332003201ee0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:15:27.993Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||
2021-09-29T20:15:27.993Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2212c01f-04af-486a-aa08-332003201ee0
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2212c01f-04af-486a-aa08-332003201ee0
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:15:27.998Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@214321d7, org.onap.sdc.toscaparser.api.parameters.Input@20a4aec0, org.onap.sdc.toscaparser.api.parameters.Input@2de16f6b, org.onap.sdc.toscaparser.api.parameters.Input@500b3ca5, org.onap.sdc.toscaparser.api.parameters.Input@68fef2ea]
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2212c01f-04af-486a-aa08-332003201ee0: Generic NeutronNet
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:28.000Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:28.000Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-29T20:15:28.020Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:28.021Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-29T20:15:28.070Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-29T20:15:28.070Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-29T20:15:28.071Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:28.071Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:15:28.071Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:28.072Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:28.072Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946528070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:15:28.172Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:28.173Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:15:28.173Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:28.183Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:15:28.183Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:29.073Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:15:29.081Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:15:29.082Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:15:29.082Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:15:29.083Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:15:59.083Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:15:59.089Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:15:59.115Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:15:59.115Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:15:59.115Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:16:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:16:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:16:21.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:16:21.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:16:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "clamp",
  "timestamp": 1632946519850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:16:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:16:29.116Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:16:29.125Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:16:29.129Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:16:29.129Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:16:29.129Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:16:59.129Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:16:59.138Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:16:59.140Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:16:59.140Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:16:59.140Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:17:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:17:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:17:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:17:21.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:17:21.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:17:21.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946521046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:17:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:17:29.140Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:17:29.147Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:17:29.148Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:17:29.148Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:17:29.148Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:17:59.149Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:17:59.156Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:17:59.157Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:17:59.157Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:17:59.157Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:18:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:18:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:18:21.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:18:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946521046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "aai-ml",
  "timestamp": 1632946523113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "aai-ml",
  "timestamp": 1632946523113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946526531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "aai-ml",
  "timestamp": 1632946527506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946528070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "clamp",
  "timestamp": 1632946529031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "aai-ml",
  "timestamp": 1632946530195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "clamp",
  "timestamp": 1632946531039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.078Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "aai-ml",
  "timestamp": 1632946531198,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:18:21.082Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:18:21.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:18:21.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "clamp",
  "timestamp": 1632946532042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:18:21.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:18:21.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:18:21.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "dcae-sch",
  "timestamp": 1632946555343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946563926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946559628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946557374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946557545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946573844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946573866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946573852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946574856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946575065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946575495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "policy-id",
  "timestamp": 1632946575858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:18:21.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:18:21.117Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:18:21.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946576068,
  "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-09-29T20:18:21.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:18:21.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 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-09-29T20:18:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946576498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:18:21.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:18:21.136Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946570115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946580315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:18:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:18:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:18:29.158Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:18:29.165Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:18:29.167Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:18:29.171Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:18:59.171Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:18:59.175Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3596bd8-f10a-40ad-a187-8ffb4b85a08e and serviceModelVersionId: 2212c01f-04af-486a-aa08-332003201ee0
2021-09-29T20:18:59.176Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f55fcae9-346f-4d93-b750-c7bcd2210aa8
2021-09-29T20:18:59.176Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0
2021-09-29T20:18:59.180Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:18:59.213Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-29T20:18:59.214Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0|INFO|500||Invoke
2021-09-29T20:18:59.234Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:18:59.905Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0|INFO|500||InvokeReturn
2021-09-29T20:18:59.905Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f55fcae9-346f-4d93-b750-c7bcd2210aa8/model-vers/model-ver/2212c01f-04af-486a-aa08-332003201ee0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:18:59:241-44861], vertex-id=[241800], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:18:59 GMT], Content-Type=[application/json]}
2021-09-29T20:18:59.905Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:18:59.905Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:18:59.905Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:18:59.909Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:18:59.910Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3596bd8-f10a-40ad-a187-8ffb4b85a08e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:18:59.910Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:18:59.910Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:18:59.912Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:18:59.912Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946739910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:19:00.012Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:00.013Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:00.013Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:00.027Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:00.027Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:19:00.922Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:19:00.922Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:19:00.922Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:05.211Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:05.211Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:19:05.212Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe699e37-839e-4576-b2e7-307efb94e096","serviceName":"Demo_pNF_QoU4S4vCERy4m4jm0Nl1","serviceVersion":"1.0","serviceUUID":"32b7f1a8-3658-4f17-9103-bfeb66217396","serviceDescription":"catalog service description","serviceInvariantUUID":"9612924e-f46d-46e8-b399-0e7353e2da3d","resources":[{"resourceInstanceName":"pNF ed546b95-135a 0","resourceName":"pNF ed546b95-135a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eb9aecac-2cbf-4735-a804-3bfde9ab1f29","resourceInvariantUUID":"6b4ad628-53b3-41d3-ac5f-91975c8ccf19","resourceCustomizationUUID":"3df204eb-6b92-4554-85f8-0fc57cd5b326","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml","artifactChecksum":"NGMwZDA0ZjE4ZGI2ZjdiZWFiYjg4OGZhZDY5ZDM2NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7123c399-68b3-4134-9226-3158745fb18d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c497bff9-a40b-47df-b988-21e5fc6774eb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8fbbda9f-193d-4526-95fc-2b2f751bd84d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml","artifactChecksum":"NDdlZTNiOTljNDFhYzhhYTVjZTE5ZWFlMDk0YThjZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e32adcd8-4032-4670-898a-632443e6f7b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1603b3fa-6c78-4ded-9aa6-d5689c88ef37","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddeb3807-bd3d-4533-9971-157a34c0f5b4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml","artifactChecksum":"MjI4MmU1NDQzNzYxODg3MzYxYzlkOTJhMTRlMzA0N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad73c341-0ac5-4a69-a59e-f57f8440d2d4","artifactVersion":"1"},{"artifactName":"service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar","artifactChecksum":"YjMyZTM4N2U3OWFlMmIxMDUxNzkxNzI2NjM1ZDI4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd263a5-48e8-4341-88b3-2b27b3e5df60","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:19:05.214Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:05.214Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:05.216Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:05.216Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:05.316Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:05.317Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:05.317Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:05.327Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:05.328Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:06.217Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:06.217Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:06.219Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:06.220Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:06.320Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:06.320Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:06.320Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:06.328Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:06.328Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:07.220Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:07.221Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:07.222Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:07.223Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:07.323Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:07.324Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:07.324Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:07.334Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:07.334Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:08.223Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:08.224Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:08.225Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:08.226Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:08.326Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:08.326Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:08.327Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:08.337Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:08.337Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:09.226Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:09.227Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:09.228Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:09.229Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:09.329Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:09.329Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:09.329Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:09.340Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:09.340Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:10.229Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:10.230Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:10.232Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:10.232Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:10.332Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:10.333Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:10.333Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:10.343Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:10.344Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:11.233Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:11.233Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:11.235Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:11.235Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:11.335Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:11.336Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:11.336Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:11.346Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:11.346Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:12.236Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:19:12.236Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:12.238Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:12.238Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:19:12.338Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:12.339Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:19:12.339Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:12.351Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:12.351Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:19:13.239Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "serviceName": "Demo_pNF_QoU4S4vCERy4m4jm0Nl1",
  "serviceVersion": "1.0",
  "serviceUUID": "32b7f1a8-3658-4f17-9103-bfeb66217396",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9612924e-f46d-46e8-b399-0e7353e2da3d",
  "resources": [
    {
      "resourceInstanceName": "pNF ed546b95-135a 0",
      "resourceCustomizationUUID": "3df204eb-6b92-4554-85f8-0fc57cd5b326",
      "resourceName": "pNF ed546b95-135a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eb9aecac-2cbf-4735-a804-3bfde9ab1f29",
      "resourceInvariantUUID": "6b4ad628-53b3-41d3-ac5f-91975c8ccf19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
      "artifactChecksum": "YjMyZTM4N2U3OWFlMmIxMDUxNzkxNzI2NjM1ZDI4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfd263a5-48e8-4341-88b3-2b27b3e5df60"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:19:13.239Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:19:13.239Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32b7f1a8-3658-4f17-9103-bfeb66217396 ASDC
2021-09-29T20:19:13.239Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fe699e37-839e-4576-b2e7-307efb94e096
ServiceName:Demo_pNF_QoU4S4vCERy4m4jm0Nl1
ServiceVersion:1.0
ServiceUUID:32b7f1a8-3658-4f17-9103-bfeb66217396
ServiceInvariantUUID:9612924e-f46d-46e8-b399-0e7353e2da3d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
ArtifactUUID:dfd263a5-48e8-4341-88b3-2b27b3e5df60
ArtifactChecksum:YjMyZTM4N2U3OWFlMmIxMDUxNzkxNzI2NjM1ZDI4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ed546b95-135a 0
ResourceCustomizationUUID:3df204eb-6b92-4554-85f8-0fc57cd5b326
ResourceInvariantUUID:6b4ad628-53b3-41d3-ac5f-91975c8ccf19
ResourceName:pNF ed546b95-135a
ResourceType:PNF
ResourceUUID:eb9aecac-2cbf-4735-a804-3bfde9ab1f29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T20:19:13.240Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32b7f1a8-3658-4f17-9103-bfeb66217396 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:19:13.256Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:19:13.256Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:19:13.256Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:19:13.256Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dfd263a5-48e8-4341-88b3-2b27b3e5df60 from URL: /sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:13.256Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:19:13.257Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:13.927Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:19:13.931Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar dfd263a5-48e8-4341-88b3-2b27b3e5df60 82534
2021-09-29T20:19:13.931Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar ASDC sendASDCNotification
2021-09-29T20:19:13.931Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:13.931Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:19:13.932Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:13.933Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:13.933Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946753931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:19:14.033Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:14.034Z||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-09-29T20:19:14.034Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:14.045Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:14.045Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:19:14.934Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:19:14.935Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:19:14.935Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: dfd263a5-48e8-4341-88b3-2b27b3e5df60, URL: /sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar to file: /app/ASDC/1/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:14.935Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:14.936Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:14.936Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.046Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3785353856748732764/Definitions/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml
2021-09-29T20:19:15.580Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.581Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.582Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.582Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ed546b95-135a 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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.582Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||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-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.582Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:19:15.582Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Node template pNF ed546b95-135a 0 is matching search criteria
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF ed546b95-135a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Node template pNF ed546b95-135a 0 is matching search criteria
2021-09-29T20:19:15.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:19:15.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF ed546b95-135a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:19:15.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.586Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.586Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.586Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QoU4S4vCERy4m4jm0Nl1
Description:catalog service description
Model UUID:32b7f1a8-3658-4f17-9103-bfeb66217396
Model Version:NULL
Model InvariantUuid:9612924e-f46d-46e8-b399-0e7353e2da3d
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-09-29T20:19:15.592Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: eb9aecac-2cbf-4735-a804-3bfde9ab1f29
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:19:15.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||pNF ed546b95-135a 0
2021-09-29T20:19:15.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eb9aecac-2cbf-4735-a804-3bfde9ab1f29
2021-09-29T20:19:15.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 32b7f1a8-3658-4f17-9103-bfeb66217396
2021-09-29T20:19:15.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 32b7f1a8-3658-4f17-9103-bfeb66217396
2021-09-29T20:19:15.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ed546b95-135a 0 eb9aecac-2cbf-4735-a804-3bfde9ab1f29 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-09-29T20:19:15.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b634be1, org.onap.sdc.toscaparser.api.parameters.Input@34befd44, org.onap.sdc.toscaparser.api.parameters.Input@1efd5c56, org.onap.sdc.toscaparser.api.parameters.Input@47da903, org.onap.sdc.toscaparser.api.parameters.Input@4580d62e]
2021-09-29T20:19:15.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 32b7f1a8-3658-4f17-9103-bfeb66217396: pNF ed546b95-135a
2021-09-29T20:19:15.599Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Processing PNF resource: eb9aecac-2cbf-4735-a804-3bfde9ab1f29
2021-09-29T20:19:15.599Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:19:15.599Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_QoU4S4vCERy4m4jm0Nl1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:19:15.599Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3df204eb-6b92-4554-85f8-0fc57cd5b326 is the same as notified resource customizationUUID: 3df204eb-6b92-4554-85f8-0fc57cd5b326
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-09-29T20:19:15.639Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ed546b95-135a eb9aecac-2cbf-4735-a804-3bfde9ab1f29 0 ASDC deployResourceStructure
2021-09-29T20:19:15.639Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar ASDC sendASDCNotification
2021-09-29T20:19:15.639Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar
2021-09-29T20:19:15.639Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:19:15.640Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:19:15.642Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:19:15.642Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946755639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:19:15.742Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:19:15.743Z||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-09-29T20:19:15.743Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:15.753Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:15.753Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:19:16.642Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe699e37-839e-4576-b2e7-307efb94e096
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:19:16.651Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe699e37-839e-4576-b2e7-307efb94e096
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:19:16.653Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:19:16.653Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:19:16.653Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:19:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:19:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:19:21.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:19:21.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "cds",
  "timestamp": 1632946581319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:19:21.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:19:21.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:19:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946579850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946583113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946591929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946596326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "aai-ml",
  "timestamp": 1632946597329,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:19:21.083Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:19:21.083Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:19:21.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946602043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946605047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:19:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "clamp",
  "timestamp": 1632946606051,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:19:21.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe699e37-839e-4576-b2e7-307efb94e096
2021-09-29T20:19:21.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe699e37-839e-4576-b2e7-307efb94e096 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:19:46.653Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe699e37-839e-4576-b2e7-307efb94e096
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:19:46.661Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe699e37-839e-4576-b2e7-307efb94e096
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:19:46.662Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:19:46.663Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:19:46.667Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:20:16.668Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe699e37-839e-4576-b2e7-307efb94e096 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:20:16.671Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe699e37-839e-4576-b2e7-307efb94e096 and serviceModelVersionId: 32b7f1a8-3658-4f17-9103-bfeb66217396
2021-09-29T20:20:16.671Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9612924e-f46d-46e8-b399-0e7353e2da3d
2021-09-29T20:20:16.671Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0
2021-09-29T20:20:16.674Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:20:16.704Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-29T20:20:16.704Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0|INFO|500||Invoke
2021-09-29T20:20:16.719Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:20:16.945Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0|INFO|500||InvokeReturn
2021-09-29T20:20:16.945Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9612924e-f46d-46e8-b399-0e7353e2da3d/model-vers/model-ver/32b7f1a8-3658-4f17-9103-bfeb66217396?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:20:16:726-30228], vertex-id=[204912], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:20:16 GMT], Content-Type=[application/json]}
2021-09-29T20:20:16.945Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:20:16.945Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:20:16.945Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:20:16.950Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:20:16.950Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe699e37-839e-4576-b2e7-307efb94e096 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:20:16.950Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:20:16.950Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:16.951Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:16.952Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946816950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:20:17.052Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:17.053Z||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-09-29T20:20:17.053Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:17.066Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:17.067Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:20:17.960Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:20:17.960Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:20:17.960Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:18.583Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:18.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:20:18.584Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"66c64af1-e0a9-4592-a3e7-475ec85b1200","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8f2989db-b4bf-475a-b705-02c99c96fd96","serviceDescription":"service","serviceInvariantUUID":"3bfbf778-7d1c-48d7-8af1-6a332298570a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9258e012-64e0-4265-80e8-064d03077afe","resourceInvariantUUID":"addfdd2d-092b-47fe-ba5c-b118a1bf7136","resourceCustomizationUUID":"4902fed8-330e-4c59-b49a-5d95c4c4631f","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":"NDJlMzM3NmI2NzhmODg2MjUwMGJkNjgxYjUyYTZlMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c66521b-9091-4645-90ba-a5b61659d7a8","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":"ODJhZTU2NmQzOWVjMjZhNzEyMjM0NzA4ZjI3OTE0MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a7a589b-f456-4a66-8abb-8ee162a24944","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52f38416-5fc7-47b1-8f56-c770d2b90ce4","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":"ff5cfbb0-580e-47a2-8ede-a21ad7590961","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8595aa7-37fc-4a08-bc7b-0022e3954c63","artifactVersion":"2","generatedFromUUID":"52f38416-5fc7-47b1-8f56-c770d2b90ce4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGM4NWM0MjgzZDQyMmI0ZmM5OTU1MDkzOTRiNTBhYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e47a2099-804a-4e10-9435-2f0a0b7122b5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDRlMTY2ZGFmZjE4ZGJiMGY1ZjdkYzk2MGNmNTE4ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f30c1789-1551-41b7-a42a-72f785de0c76","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:20:18.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:18.585Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:18.587Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:18.587Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:18.687Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:18.687Z||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-09-29T20:20:18.687Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:18.698Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:18.698Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:19.587Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:19.588Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:19.589Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:19.589Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:20:19.689Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:19.690Z||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-09-29T20:20:19.690Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:19.700Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:19.701Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:20.590Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:20.590Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:20.592Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:20.593Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:20:20.693Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:20.693Z||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-09-29T20:20:20.694Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:20.704Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:20.704Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:20:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:21.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946739910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/resourceInstances/pnfed546b95135a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946740922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946753931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946755639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQou4s4vcery4m4jm0nl1/1.0/artifacts/service-DemoPnfQou4s4vcery4m4jm0nl1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:20:21.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:20:21.593Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:21.594Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:21.595Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:21.596Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:21.696Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:21.696Z||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-09-29T20:20:21.696Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:21.705Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:21.706Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:22.596Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:22.596Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:22.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:22.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:20:22.698Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:22.699Z||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-09-29T20:20:22.699Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:22.709Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:22.709Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:23.598Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:23.599Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:23.600Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:23.600Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:20:23.700Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:23.701Z||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-09-29T20:20:23.701Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:23.711Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:23.711Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:24.601Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:20:24.601Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:24.602Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:24.603Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:20:24.703Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:24.703Z||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-09-29T20:20:24.703Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:24.713Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:24.713Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:25.604Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8f2989db-b4bf-475a-b705-02c99c96fd96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3bfbf778-7d1c-48d7-8af1-6a332298570a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4902fed8-330e-4c59-b49a-5d95c4c4631f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9258e012-64e0-4265-80e8-064d03077afe",
      "resourceInvariantUUID": "addfdd2d-092b-47fe-ba5c-b118a1bf7136",
      "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": "ODJhZTU2NmQzOWVjMjZhNzEyMjM0NzA4ZjI3OTE0MGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a7a589b-f456-4a66-8abb-8ee162a24944",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "52f38416-5fc7-47b1-8f56-c770d2b90ce4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b8595aa7-37fc-4a08-bc7b-0022e3954c63",
            "generatedFromUUID": "52f38416-5fc7-47b1-8f56-c770d2b90ce4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b8595aa7-37fc-4a08-bc7b-0022e3954c63",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDRlMTY2ZGFmZjE4ZGJiMGY1ZjdkYzk2MGNmNTE4ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f30c1789-1551-41b7-a42a-72f785de0c76"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:20:25.604Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:20:25.604Z|fe699e37-839e-4576-b2e7-307efb94e096|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f2989db-b4bf-475a-b705-02c99c96fd96 ASDC
2021-09-29T20:20:25.604Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:66c64af1-e0a9-4592-a3e7-475ec85b1200
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8f2989db-b4bf-475a-b705-02c99c96fd96
ServiceInvariantUUID:3bfbf778-7d1c-48d7-8af1-6a332298570a
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:f30c1789-1551-41b7-a42a-72f785de0c76
ArtifactChecksum:MDRlMTY2ZGFmZjE4ZGJiMGY1ZjdkYzk2MGNmNTE4ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4902fed8-330e-4c59-b49a-5d95c4c4631f
ResourceInvariantUUID:addfdd2d-092b-47fe-ba5c-b118a1bf7136
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9258e012-64e0-4265-80e8-064d03077afe
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:2a7a589b-f456-4a66-8abb-8ee162a24944
ArtifactChecksum:ODJhZTU2NmQzOWVjMjZhNzEyMjM0NzA4ZjI3OTE0MGU=
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:52f38416-5fc7-47b1-8f56-c770d2b90ce4
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b8595aa7-37fc-4a08-bc7b-0022e3954c63
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b8595aa7-37fc-4a08-bc7b-0022e3954c63
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:20:25.604Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f2989db-b4bf-475a-b705-02c99c96fd96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:20:25.625Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:20:25.625Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:20:25.625Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:20:25.630Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f30c1789-1551-41b7-a42a-72f785de0c76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T20:20:25.630Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:20:25.630Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T20:20:26.806Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:20:26.810Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f30c1789-1551-41b7-a42a-72f785de0c76 70861
2021-09-29T20:20:26.810Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-29T20:20:26.811Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T20:20:26.811Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:20:26.811Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:26.813Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:26.813Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946826810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:20:26.913Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:26.914Z||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-09-29T20:20:26.914Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:26.923Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:26.923Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:27.814Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:20:27.815Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:20:27.815Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f30c1789-1551-41b7-a42a-72f785de0c76, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:27.816Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-29T20:20:27.816Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:27.816Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:27.950Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14671664506350294059/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-29T20:20:28.777Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:20:28.778Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:20:28.779Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.780Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T20:20:28.781Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffdb872c-635b-48c7-a3ef-3731e7845cdc
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:28.782Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8f2989db-b4bf-475a-b705-02c99c96fd96
Model Version:NULL
Model InvariantUuid:3bfbf778-7d1c-48d7-8af1-6a332298570a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:83fee7db-1dcd-412c-afe0-1c922ed98248
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:addfdd2d-092b-47fe-ba5c-b118a1bf7136
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4902fed8-330e-4c59-b49a-5d95c4c4631f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d8844817-fc80-4d7c-8c93-adc318ea5987
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:449477d5-9a3a-47c5-9f71-ea80a9a75c3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ffdb872c-635b-48c7-a3ef-3731e7845cdc
ModelInvariantUuid:eee1670e-300f-45a0-869e-cf05f399cc23
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:86ee9311-1570-4b70-9330-f0cb93688503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:433de7c5-0acd-481e-b1d1-04edd28d9fe1
ModelInvariantUuid:8a708c47-3729-4d0d-a545-56b451b7e8c9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:acf0f3b5-c703-470f-a57b-33073af8e3a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:20:28.789Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9258e012-64e0-4265-80e8-064d03077afe
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:20:28.792Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-09-29T20:20:28.792Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9258e012-64e0-4265-80e8-064d03077afe
2021-09-29T20:20:28.792Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a7a589b-f456-4a66-8abb-8ee162a24944 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-29T20:20:28.792Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:20:28.792Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:29.044Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:20:29.044Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2a7a589b-f456-4a66-8abb-8ee162a24944 787
2021-09-29T20:20:29.045Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:29.045Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:29.045Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:20:29.045Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:29.046Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:29.046Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946829045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:20:29.147Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:29.147Z||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-09-29T20:20:29.147Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:29.156Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:29.157Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:30.047Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d8844817-fc80-4d7c-8c93-adc318ea5987",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "449477d5-9a3a-47c5-9f71-ea80a9a75c3a",
    "vfModuleModelCustomizationUUID": "c0093470-7644-4b5b-a38f-e08b053074fb",
    "isBase": true,
    "artifacts": [
      "52f38416-5fc7-47b1-8f56-c770d2b90ce4",
      "b8595aa7-37fc-4a08-bc7b-0022e3954c63"
    ],
    "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-09-29T20:20:30.053Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:449477d5-9a3a-47c5-9f71-ea80a9a75c3a
VfModuleModelInvariantUUID:d8844817-fc80-4d7c-8c93-adc318ea5987
VfModuleModelDescription:NULL
Artifacts UUID List:{
52f38416-5fc7-47b1-8f56-c770d2b90ce4
,
b8595aa7-37fc-4a08-bc7b-0022e3954c63

}
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-09-29T20:20:30.054Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d8844817-fc80-4d7c-8c93-adc318ea5987",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "449477d5-9a3a-47c5-9f71-ea80a9a75c3a",
    "vfModuleModelCustomizationUUID": "c0093470-7644-4b5b-a38f-e08b053074fb",
    "isBase": true,
    "artifacts": [
      "52f38416-5fc7-47b1-8f56-c770d2b90ce4",
      "b8595aa7-37fc-4a08-bc7b-0022e3954c63"
    ],
    "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-09-29T20:20:30.055Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:449477d5-9a3a-47c5-9f71-ea80a9a75c3a
VfModuleModelInvariantUUID:d8844817-fc80-4d7c-8c93-adc318ea5987
VfModuleModelDescription:NULL
Artifacts UUID List:{
52f38416-5fc7-47b1-8f56-c770d2b90ce4
,
b8595aa7-37fc-4a08-bc7b-0022e3954c63

}
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-09-29T20:20:30.055Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52f38416-5fc7-47b1-8f56-c770d2b90ce4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-29T20:20:30.055Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:20:30.055Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:30.211Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:20:30.212Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 52f38416-5fc7-47b1-8f56-c770d2b90ce4 5033
2021-09-29T20:20:30.212Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:30.212Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:30.212Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:20:30.212Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:30.214Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:30.214Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946830212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:20:30.314Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:30.314Z||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-09-29T20:20:30.314Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:30.324Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:30.324Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:31.214Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8595aa7-37fc-4a08-bc7b-0022e3954c63 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-29T20:20:31.215Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:20:31.215Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:31.370Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:20:31.370Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b8595aa7-37fc-4a08-bc7b-0022e3954c63 903
2021-09-29T20:20:31.370Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:31.370Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:31.370Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:20:31.371Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:31.372Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:31.372Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946831370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:20:31.472Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:31.473Z||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-09-29T20:20:31.473Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:31.482Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:31.482Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:32.373Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8f2989db-b4bf-475a-b705-02c99c96fd96
2021-09-29T20:20:32.373Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9258e012-64e0-4265-80e8-064d03077afe ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:20:32.386Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d1964df, org.onap.sdc.toscaparser.api.parameters.Input@3674aaf9, org.onap.sdc.toscaparser.api.parameters.Input@14f7ed6e, org.onap.sdc.toscaparser.api.parameters.Input@15bead2a, org.onap.sdc.toscaparser.api.parameters.Input@53471cde]
2021-09-29T20:20:32.388Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.388Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.388Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:20:32.388Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4902fed8-330e-4c59-b49a-5d95c4c4631f
2021-09-29T20:20:32.388Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4902fed8-330e-4c59-b49a-5d95c4c4631f matches Tosca VF Customization UUID: 4902fed8-330e-4c59-b49a-5d95c4c4631f
2021-09-29T20:20:32.389Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4902fed8-330e-4c59-b49a-5d95c4c4631f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:20:32.391Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.391Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.391Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4902fed8-330e-4c59-b49a-5d95c4c4631f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-29T20:20:32.392Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bf7696f
2021-09-29T20:20:32.392Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.392Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:20:32.392Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0093470-7644-4b5b-a38f-e08b053074fb
2021-09-29T20:20:32.392Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0093470-7644-4b5b-a38f-e08b053074fb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:20:32.394Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.394Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:32.394Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:32.394Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:20:32.395Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffdb872c-635b-48c7-a3ef-3731e7845cdc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:20:32.397Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.397Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:32.397Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:20:32.398Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.398Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-29T20:20:32.398Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4902fed8-330e-4c59-b49a-5d95c4c4631f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:20:32.399Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.399Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.399Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8f2989db-b4bf-475a-b705-02c99c96fd96: basic_vm
2021-09-29T20:20:32.399Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:20:32.400Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:32.472Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9258e012-64e0-4265-80e8-064d03077afe 1 ASDC deployResourceStructure
2021-09-29T20:20:32.472Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:32.472Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:32.472Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:20:32.472Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:32.474Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:32.474Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946832472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:20:32.574Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:32.575Z||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-09-29T20:20:32.575Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:32.585Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:32.585Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:33.474Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:33.475Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:33.475Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:20:33.475Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:33.476Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:33.476Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946833474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:20:33.577Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:33.577Z||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-09-29T20:20:33.577Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:33.586Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:33.586Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:34.477Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:34.477Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||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-09-29T20:20:34.477Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:20:34.478Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:34.479Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:34.479Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946834477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:20:34.579Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:34.580Z||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-09-29T20:20:34.580Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:34.591Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:34.591Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:35.480Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-29T20:20:35.480Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-29T20:20:35.480Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:20:35.481Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:20:35.482Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:20:35.482Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946835480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:20:35.582Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:20:35.583Z||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-09-29T20:20:35.583Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:20:35.593Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:20:35.594Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:20:36.483Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:20:36.489Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:20:36.491Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:20:36.491Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:20:36.491Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:21:06.491Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:21:06.500Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:21:06.501Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:21:06.501Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:21:06.501Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:21:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:21:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:21:21.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:21:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946779628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "dcae-sch",
  "timestamp": 1632946775343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946780115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946777374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946773926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946777545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946791035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946791044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946791052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946791055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "cds",
  "timestamp": 1632946792039,
  "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=?
2021-09-29T20:21:21.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946792058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946792438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946793031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "policy-id",
  "timestamp": 1632946793061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.108Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.108Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946794034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.118Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946794225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946795245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.128Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.128Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:21:21.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946796247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946802627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946795115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946795343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946797374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946797545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946805916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "cds",
  "timestamp": 1632946806920,
  "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-09-29T20:21:21.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:21:21.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946799628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946807410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946807529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946808532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946808623,
  "artifactURL": "/sdc/v1/catalog/services/69cc4a8f-b373-465d-8c22-3881f0615426/resourceInstances/basicclamp0/artifacts/fd302f87-0a82-4e07-8c50-c3a90a9004c4",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946809007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946809077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946809219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "policy-id",
  "timestamp": 1632946809534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.162Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:21:21.162Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946809810,
  "artifactURL": "/sdc/v1/catalog/services/69cc4a8f-b373-465d-8c22-3881f0615426/resourceInstances/basicclamp0/artifacts/fd302f87-0a82-4e07-8c50-c3a90a9004c4",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "aai-ml",
  "timestamp": 1632946810010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946810394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946810813,
  "artifactURL": "/sdc/v1/catalog/services/69cc4a8f-b373-465d-8c22-3881f0615426/resourceInstances/basicclamp0/artifacts/fd302f87-0a82-4e07-8c50-c3a90a9004c4",
  "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-09-29T20:21:21.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:21:21.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e 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-09-29T20:21:21.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946811410,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:21:21.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946803926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946812080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946812413,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "clamp",
  "timestamp": 1632946813083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66c64af1-e0a9-4592-a3e7-475ec85b1200
2021-09-29T20:21:21.195Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66c64af1-e0a9-4592-a3e7-475ec85b1200 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946813128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946815101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946816103,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:21.207Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:21:21.207Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe699e37-839e-4576-b2e7-307efb94e096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946816950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946810115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946793113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946820315,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946820711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:21:21.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:21:36.502Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:21:36.510Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:21:36.512Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:21:36.516Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:22:06.516Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:22:06.521Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66c64af1-e0a9-4592-a3e7-475ec85b1200 and serviceModelVersionId: 8f2989db-b4bf-475a-b705-02c99c96fd96
2021-09-29T20:22:06.521Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bfbf778-7d1c-48d7-8af1-6a332298570a
2021-09-29T20:22:06.522Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0
2021-09-29T20:22:06.525Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:22:06.555Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0|INFO|500||Invoke
2021-09-29T20:22:06.555Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66c64af1-e0a9-4592-a3e7-475ec85b1200], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7c1803d-db6f-44cf-8124-3b1125a5d824], X-ECOMP-RequestID=[66c64af1-e0a9-4592-a3e7-475ec85b1200], X-TransactionId=[], X-ONAP-RequestID=[66c64af1-e0a9-4592-a3e7-475ec85b1200], Content-Type=[application/merge-patch+json]}
2021-09-29T20:22:06.571Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:22:06.678Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?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/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:22:06:577-59509], vertex-id=[475208], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:22:06 GMT], Content-Type=[application/json]}
2021-09-29T20:22:06.678Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:22:06.679Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3bfbf778-7d1c-48d7-8af1-6a332298570a/model-vers/model-ver/8f2989db-b4bf-475a-b705-02c99c96fd96?depth=0|INFO|500||InvokeReturn
2021-09-29T20:22:06.679Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:22:06.679Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:22:06.684Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:22:06.684Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66c64af1-e0a9-4592-a3e7-475ec85b1200 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:22:06.684Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:22:06.684Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:06.685Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:06.685Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946926684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:22:06.786Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:22:06.786Z||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-09-29T20:22:06.786Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:06.798Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:06.799Z||pool-66-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-09-29T20:22:07.696Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:22:07.696Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"84bc45ef-a0bd-4acf-a27a-24c392a9304e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"69cc4a8f-b373-465d-8c22-3881f0615426","serviceDescription":"service","serviceInvariantUUID":"0584496a-6ce1-47ad-93d8-dbf816356ebf","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6b51051-c8da-4132-aa7a-b32f48dce225","resourceInvariantUUID":"f32a79d1-769a-4fe9-96e8-3ee2cd21f276","resourceCustomizationUUID":"af146756-d367-4832-abcb-d881519dc904","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fd302f87-0a82-4e07-8c50-c3a90a9004c4","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":"NDVlMzgzOWNmYTkwYzBiM2RjZjExMzA2YTQ4OTU4ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"634ddcf6-a5dc-4e34-9161-a3a0bde89562","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":"NjE2ZGIzNDlmNzUyY2U0YjczYTIwYjcxZmViY2E2MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed7e12e3-1029-4b55-99e7-7063c8e98918","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":"d2f3e073-bfea-40a2-9f69-3e1736d78eb5","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":"0681ca11-603d-41e7-ab72-ae936031c64a","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":"255dd28a-e219-4cf7-9c4f-722c2a5d6112","artifactVersion":"2","generatedFromUUID":"d2f3e073-bfea-40a2-9f69-3e1736d78eb5"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjRjYTQyNzU0YjlhYzdhOGQ4YTU3OTQxOGNmNzE2ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db0408ce-7fcc-482a-8b22-28e1fad31255","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzZmMTY5OTdkYjA4YzU2NjQ4ZThhYjJjZDU4NjAyYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8edec991-5a3c-46c0-87e1-0b01061eba1a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:22:07.696Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:07.696Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:07.698Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:07.698Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:22:07.798Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:07.799Z||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-09-29T20:22:07.799Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:07.809Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:07.809Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:08.698Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:08.700Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:08.701Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:08.701Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:22:08.801Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:08.802Z||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-09-29T20:22:08.802Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:08.813Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:08.813Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:09.702Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:09.702Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:09.704Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:09.704Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:22:09.804Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T20:22:09.805Z||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-09-29T20:22:09.805Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:09.815Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:09.816Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:10.705Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:10.705Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:10.707Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:10.707Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:22:10.807Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:10.808Z||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-09-29T20:22:10.808Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:10.817Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:10.817Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:11.708Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:11.708Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:11.710Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:11.710Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:22:11.810Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:11.811Z||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-09-29T20:22:11.811Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:11.820Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:11.820Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:12.710Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:12.711Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:12.712Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:12.712Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:22:12.813Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:12.813Z||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-09-29T20:22:12.813Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:12.824Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:12.824Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:22:13.713Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:13.714Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:13.715Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:13.716Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:22:13.816Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:13.816Z||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-09-29T20:22:13.817Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:13.827Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:13.827Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:14.716Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:22:14.717Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:14.718Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:14.718Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:22:14.819Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:14.819Z||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-09-29T20:22:14.819Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:14.830Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:14.830Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:15.719Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "69cc4a8f-b373-465d-8c22-3881f0615426",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0584496a-6ce1-47ad-93d8-dbf816356ebf",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "af146756-d367-4832-abcb-d881519dc904",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e6b51051-c8da-4132-aa7a-b32f48dce225",
      "resourceInvariantUUID": "f32a79d1-769a-4fe9-96e8-3ee2cd21f276",
      "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": "NjE2ZGIzNDlmNzUyY2U0YjczYTIwYjcxZmViY2E2MjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed7e12e3-1029-4b55-99e7-7063c8e98918",
          "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": "d2f3e073-bfea-40a2-9f69-3e1736d78eb5",
          "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": "255dd28a-e219-4cf7-9c4f-722c2a5d6112",
            "generatedFromUUID": "d2f3e073-bfea-40a2-9f69-3e1736d78eb5"
          },
          "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": "255dd28a-e219-4cf7-9c4f-722c2a5d6112",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NzZmMTY5OTdkYjA4YzU2NjQ4ZThhYjJjZDU4NjAyYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8edec991-5a3c-46c0-87e1-0b01061eba1a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:22:15.720Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:22:15.720Z|66c64af1-e0a9-4592-a3e7-475ec85b1200|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69cc4a8f-b373-465d-8c22-3881f0615426 ASDC
2021-09-29T20:22:15.720Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:84bc45ef-a0bd-4acf-a27a-24c392a9304e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:69cc4a8f-b373-465d-8c22-3881f0615426
ServiceInvariantUUID:0584496a-6ce1-47ad-93d8-dbf816356ebf
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:8edec991-5a3c-46c0-87e1-0b01061eba1a
ArtifactChecksum:NzZmMTY5OTdkYjA4YzU2NjQ4ZThhYjJjZDU4NjAyYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:af146756-d367-4832-abcb-d881519dc904
ResourceInvariantUUID:f32a79d1-769a-4fe9-96e8-3ee2cd21f276
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e6b51051-c8da-4132-aa7a-b32f48dce225
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:ed7e12e3-1029-4b55-99e7-7063c8e98918
ArtifactChecksum:NjE2ZGIzNDlmNzUyY2U0YjczYTIwYjcxZmViY2E2MjE=
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:d2f3e073-bfea-40a2-9f69-3e1736d78eb5
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:255dd28a-e219-4cf7-9c4f-722c2a5d6112
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:255dd28a-e219-4cf7-9c4f-722c2a5d6112
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:22:15.720Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69cc4a8f-b373-465d-8c22-3881f0615426 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:22:15.741Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:22:15.742Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:22:15.742Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:22:15.742Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8edec991-5a3c-46c0-87e1-0b01061eba1a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T20:22:15.742Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:22:15.742Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T20:22:16.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:22:16.544Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8edec991-5a3c-46c0-87e1-0b01061eba1a 73463
2021-09-29T20:22:16.544Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-29T20:22:16.545Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T20:22:16.545Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:22:16.545Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:16.547Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:16.547Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946936544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:22:16.647Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:16.647Z||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-09-29T20:22:16.647Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:16.658Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:16.658Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:17.547Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:22:17.548Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:22:17.548Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8edec991-5a3c-46c0-87e1-0b01061eba1a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T20:22:17.574Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-29T20:22:17.574Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T20:22:17.574Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T20:22:17.663Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17082734035324916453/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-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.526Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.527Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:22:18.528Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:18.529Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7edcc1fc-70fe-4213-810c-e582965d4ac6
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:18.530Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:18.531Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:69cc4a8f-b373-465d-8c22-3881f0615426
Model Version:NULL
Model InvariantUuid:0584496a-6ce1-47ad-93d8-dbf816356ebf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f319d7c3-4ea5-4675-b0e4-46a8099a5dd8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f32a79d1-769a-4fe9-96e8-3ee2cd21f276
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af146756-d367-4832-abcb-d881519dc904
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2740faa8-6d4f-4468-84af-ee00d3ac132c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5e7bcfa5-163d-4401-acb0-cc21cb8cc67e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7edcc1fc-70fe-4213-810c-e582965d4ac6
ModelInvariantUuid:d53367c6-ada5-4ffe-94b2-176fef64a137
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c2ab25c0-f3e0-4593-9044-9920fd3643cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2fcf3eaf-2689-4cda-88d1-0f21443cec28
ModelInvariantUuid:43ae4b92-4eda-4dc0-8089-d22e752f8a94
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:09a1255b-dbad-422c-b6a0-17a436dd385e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:22:18.538Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e6b51051-c8da-4132-aa7a-b32f48dce225
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:22:18.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-09-29T20:22:18.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6b51051-c8da-4132-aa7a-b32f48dce225
2021-09-29T20:22:18.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed7e12e3-1029-4b55-99e7-7063c8e98918 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-29T20:22:18.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:22:18.541Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-29T20:22:20.725Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:22:20.725Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ed7e12e3-1029-4b55-99e7-7063c8e98918 790
2021-09-29T20:22:20.726Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:20.726Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:20.726Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:22:20.726Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:20.727Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:20.727Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946940726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:22:20.828Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:22:20.828Z||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-09-29T20:22:20.828Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:20.839Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:20.839Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:22:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:21.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:21.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:22:21.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:22:21.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:22:21.728Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2740faa8-6d4f-4468-84af-ee00d3ac132c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e7bcfa5-163d-4401-acb0-cc21cb8cc67e",
    "vfModuleModelCustomizationUUID": "8267aa72-50c8-4283-8f15-ee12ef6727e2",
    "isBase": true,
    "artifacts": [
      "d2f3e073-bfea-40a2-9f69-3e1736d78eb5",
      "255dd28a-e219-4cf7-9c4f-722c2a5d6112"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:22:21.730Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e7bcfa5-163d-4401-acb0-cc21cb8cc67e
VfModuleModelInvariantUUID:2740faa8-6d4f-4468-84af-ee00d3ac132c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2f3e073-bfea-40a2-9f69-3e1736d78eb5
,
255dd28a-e219-4cf7-9c4f-722c2a5d6112

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

isBase:true


}

2021-09-29T20:22:21.732Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2740faa8-6d4f-4468-84af-ee00d3ac132c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e7bcfa5-163d-4401-acb0-cc21cb8cc67e",
    "vfModuleModelCustomizationUUID": "8267aa72-50c8-4283-8f15-ee12ef6727e2",
    "isBase": true,
    "artifacts": [
      "d2f3e073-bfea-40a2-9f69-3e1736d78eb5",
      "255dd28a-e219-4cf7-9c4f-722c2a5d6112"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-29T20:22:21.732Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e7bcfa5-163d-4401-acb0-cc21cb8cc67e
VfModuleModelInvariantUUID:2740faa8-6d4f-4468-84af-ee00d3ac132c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2f3e073-bfea-40a2-9f69-3e1736d78eb5
,
255dd28a-e219-4cf7-9c4f-722c2a5d6112

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

isBase:true


}

2021-09-29T20:22:21.732Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2f3e073-bfea-40a2-9f69-3e1736d78eb5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-29T20:22:21.732Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:22:21.732Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-29T20:22:23.003Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:22:23.003Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d2f3e073-bfea-40a2-9f69-3e1736d78eb5 5033
2021-09-29T20:22:23.004Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:23.004Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:23.004Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:22:23.004Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:23.005Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:23.005Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946943003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:22:23.106Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:23.106Z||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-09-29T20:22:23.106Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:23.115Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:23.115Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:24.006Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 255dd28a-e219-4cf7-9c4f-722c2a5d6112 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-29T20:22:24.006Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:22:24.007Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 255dd28a-e219-4cf7-9c4f-722c2a5d6112 909
2021-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:22:26.230Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:26.232Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:26.232Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946946230,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:22:26.332Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:26.333Z||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-09-29T20:22:26.333Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:26.343Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:26.343Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:27.233Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 69cc4a8f-b373-465d-8c22-3881f0615426
2021-09-29T20:22:27.233Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e6b51051-c8da-4132-aa7a-b32f48dce225 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:22:27.245Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3aa8bebd, org.onap.sdc.toscaparser.api.parameters.Input@142df61c, org.onap.sdc.toscaparser.api.parameters.Input@7c69d667, org.onap.sdc.toscaparser.api.parameters.Input@ee57595, org.onap.sdc.toscaparser.api.parameters.Input@71476fa2]
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= af146756-d367-4832-abcb-d881519dc904
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af146756-d367-4832-abcb-d881519dc904 matches Tosca VF Customization UUID: af146756-d367-4832-abcb-d881519dc904
2021-09-29T20:22:27.246Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: af146756-d367-4832-abcb-d881519dc904  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:22:27.248Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.248Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.248Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id af146756-d367-4832-abcb-d881519dc904: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-29T20:22:27.249Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d254c1c
2021-09-29T20:22:27.249Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.249Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:22:27.249Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8267aa72-50c8-4283-8f15-ee12ef6727e2
2021-09-29T20:22:27.249Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8267aa72-50c8-4283-8f15-ee12ef6727e2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:27.251Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:27.252Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.252Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-29T20:22:27.252Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:22:27.252Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:22:27.252Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7edcc1fc-70fe-4213-810c-e582965d4ac6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-29T20:22:27.254Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=af146756-d367-4832-abcb-d881519dc904
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 69cc4a8f-b373-465d-8c22-3881f0615426: basicclamp
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.256Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:22:27.257Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:27.336Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e6b51051-c8da-4132-aa7a-b32f48dce225 1 ASDC deployResourceStructure
2021-09-29T20:22:27.336Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:27.336Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:27.336Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:22:27.336Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:27.338Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:27.338Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946947336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:22:27.438Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:27.439Z||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-09-29T20:22:27.439Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:27.450Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:27.450Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:28.339Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:28.339Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:28.339Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:22:28.339Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:28.341Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:28.341Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946948338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:22:28.441Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:28.442Z||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-09-29T20:22:28.442Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:28.451Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:28.451Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:29.342Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:29.342Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||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-09-29T20:22:29.343Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:22:29.343Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:29.345Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:29.345Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946949342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:22:29.445Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:29.446Z||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-09-29T20:22:29.446Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:29.457Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:29.457Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:30.346Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-29T20:22:30.346Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-29T20:22:30.346Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:22:30.347Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:22:30.348Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:22:30.348Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946950346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:22:30.448Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:22:30.449Z||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-09-29T20:22:30.449Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:22:30.458Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:22:30.459Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:22:31.349Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:22:31.358Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:22:31.360Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:22:31.360Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:22:31.360Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:23:01.360Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:23:01.369Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:23:01.370Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:23:01.371Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:23:01.371Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:23:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:23:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:23:21.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:23:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946789850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "cds",
  "timestamp": 1632946822969,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.085Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.085Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "dcae-sch",
  "timestamp": 1632946815343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946817374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946817545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946826810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946819628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946827412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946827519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946828008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946828522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946828966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "aai-ml",
  "timestamp": 1632946829012,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.101Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:23:21.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946829045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "policy-id",
  "timestamp": 1632946829525,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946830133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946830212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946831082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946831151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.122Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.122Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:23:21.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946831370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946832086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946832153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946832472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946833474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946834477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946835480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946836162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946837221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946830014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "clamp",
  "timestamp": 1632946838224,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84bc45ef-a0bd-4acf-a27a-24c392a9304e
2021-09-29T20:23:21.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84bc45ef-a0bd-4acf-a27a-24c392a9304e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946840537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946833926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946844713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946846667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946839226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:23:21.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:23:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632946847670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946848006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "aai-ml",
  "timestamp": 1632946849009,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:21.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946851086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946852837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:23:21.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "clamp",
  "timestamp": 1632946853841,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:21.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6be796f-fcf9-4999-90ae-fafdbf031c08
2021-09-29T20:23:21.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6be796f-fcf9-4999-90ae-fafdbf031c08 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:23:31.371Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:23:31.377Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:23:31.379Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:23:31.379Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:23:31.379Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:23:31.380Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:23:31.383Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:24:01.383Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:24:01.388Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84bc45ef-a0bd-4acf-a27a-24c392a9304e and serviceModelVersionId: 69cc4a8f-b373-465d-8c22-3881f0615426
2021-09-29T20:24:01.388Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0584496a-6ce1-47ad-93d8-dbf816356ebf
2021-09-29T20:24:01.389Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0
2021-09-29T20:24:01.392Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:24:01.419Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-29T20:24:01.419Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0|INFO|500||Invoke
2021-09-29T20:24:01.433Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:24:01.926Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0|INFO|500||InvokeReturn
2021-09-29T20:24:01.926Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0584496a-6ce1-47ad-93d8-dbf816356ebf/model-vers/model-ver/69cc4a8f-b373-465d-8c22-3881f0615426?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:24:01:440-88511], vertex-id=[430080], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:24:01 GMT], Content-Type=[application/json]}
2021-09-29T20:24:01.926Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:24:01.926Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:24:01.926Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:24:01.932Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:24:01.932Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84bc45ef-a0bd-4acf-a27a-24c392a9304e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:24:01.932Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:24:01.932Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:01.933Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:01.933Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947041932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:24:02.033Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:02.034Z||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-09-29T20:24:02.034Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:02.048Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:02.048Z||pool-83-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-09-29T20:24:02.942Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:24:02.943Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6be796f-fcf9-4999-90ae-fafdbf031c08","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9e946625-e8f9-4fd2-a1ad-67c679d29f94","serviceDescription":"service","serviceInvariantUUID":"7a54eea4-6081-4c44-a355-b26a9b473501","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"203ae5fd-9f43-4c1f-8ab6-ae300fd8de02","resourceInvariantUUID":"4084e0f1-4907-4476-ae3f-98d750380d29","resourceCustomizationUUID":"66ee0458-70fc-4f7d-80ef-839b87988360","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":"MWRiOTBiZDFlNzYwOWNiNzZlZjljMDZhMmQzNjA4MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5608f00-91b3-4e42-99c8-e0dc8ba344d6","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":"ZDc3NWE3NDgzNmEwZTIxMzkyM2JiNGJhMjA4YjNmMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"786a877f-198e-4e11-9ade-73854415bd62","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":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"760263cd-14d1-4847-a970-d0b900742313","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":"c00906b2-49d6-487c-b82b-0466105228fe","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50dc55e1-40b5-4dd0-af61-b6bc7c2beec7","artifactVersion":"2","generatedFromUUID":"760263cd-14d1-4847-a970-d0b900742313"},{"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":"NDRiOWQzMTc2ZDRmYjI2MzNiNzA3M2Q5NzAyYjNjNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a5a0095a-55e7-4715-bcc7-14ac0d60ccd4","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":"YTVjYmM1Mjc3OTJhNzMxMzFhMTRkYjRkYjZhYjkwN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bca16a81-19e8-423a-af9f-6da6a7de658d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzQ3Y2Q2MzNiMDkwMzMxZDQzNzE2MTk3YTRlZWVhNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52a476ee-0b0b-4e85-b4f4-e4961930323c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:24:02.943Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:02.943Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:02.944Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:02.944Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:03.044Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:03.045Z||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-09-29T20:24:03.045Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:03.055Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:03.055Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:03.945Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:03.945Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:03.946Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:03.946Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:24:04.047Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:04.048Z||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-09-29T20:24:04.048Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:04.058Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:04.058Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:24:04.947Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:04.947Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:04.949Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:04.949Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:24:05.049Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:05.050Z||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-09-29T20:24:05.050Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:05.059Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:05.060Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:05.949Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:05.950Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:05.951Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:05.951Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:06.051Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:06.052Z||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-09-29T20:24:06.052Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:06.061Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:06.062Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:06.952Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:06.952Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:06.953Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:06.954Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:24:07.054Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:07.055Z||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-09-29T20:24:07.055Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:07.084Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:07.084Z||pool-88-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:07.954Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:07.955Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:07.956Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:07.957Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:08.057Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:08.057Z||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-09-29T20:24:08.057Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:08.066Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:08.067Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:08.957Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:08.958Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:08.959Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:08.959Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:09.060Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:09.060Z||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-09-29T20:24:09.060Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:09.070Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:09.071Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:09.960Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:09.960Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:09.962Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:09.962Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:24:10.062Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:10.063Z||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-09-29T20:24:10.063Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:10.073Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:10.073Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:10.963Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9e946625-e8f9-4fd2-a1ad-67c679d29f94",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a54eea4-6081-4c44-a355-b26a9b473501",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "66ee0458-70fc-4f7d-80ef-839b87988360",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "203ae5fd-9f43-4c1f-8ab6-ae300fd8de02",
      "resourceInvariantUUID": "4084e0f1-4907-4476-ae3f-98d750380d29",
      "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": "ZDc3NWE3NDgzNmEwZTIxMzkyM2JiNGJhMjA4YjNmMDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "786a877f-198e-4e11-9ade-73854415bd62",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "760263cd-14d1-4847-a970-d0b900742313",
          "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50dc55e1-40b5-4dd0-af61-b6bc7c2beec7",
            "generatedFromUUID": "760263cd-14d1-4847-a970-d0b900742313"
          },
          "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": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50dc55e1-40b5-4dd0-af61-b6bc7c2beec7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzQ3Y2Q2MzNiMDkwMzMxZDQzNzE2MTk3YTRlZWVhNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52a476ee-0b0b-4e85-b4f4-e4961930323c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:24:10.963Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:24:10.963Z|84bc45ef-a0bd-4acf-a27a-24c392a9304e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e946625-e8f9-4fd2-a1ad-67c679d29f94 ASDC
2021-09-29T20:24:10.964Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6be796f-fcf9-4999-90ae-fafdbf031c08
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9e946625-e8f9-4fd2-a1ad-67c679d29f94
ServiceInvariantUUID:7a54eea4-6081-4c44-a355-b26a9b473501
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:52a476ee-0b0b-4e85-b4f4-e4961930323c
ArtifactChecksum:MzQ3Y2Q2MzNiMDkwMzMxZDQzNzE2MTk3YTRlZWVhNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:66ee0458-70fc-4f7d-80ef-839b87988360
ResourceInvariantUUID:4084e0f1-4907-4476-ae3f-98d750380d29
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:203ae5fd-9f43-4c1f-8ab6-ae300fd8de02
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:786a877f-198e-4e11-9ade-73854415bd62
ArtifactChecksum:ZDc3NWE3NDgzNmEwZTIxMzkyM2JiNGJhMjA4YjNmMDk=
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:760263cd-14d1-4847-a970-d0b900742313
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:50dc55e1-40b5-4dd0-af61-b6bc7c2beec7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:50dc55e1-40b5-4dd0-af61-b6bc7c2beec7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:24:10.964Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e946625-e8f9-4fd2-a1ad-67c679d29f94 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:24:10.987Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:24:10.987Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:24:10.987Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:24:10.987Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52a476ee-0b0b-4e85-b4f4-e4961930323c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T20:24:10.987Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:24:10.988Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T20:24:11.147Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:24:11.150Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 52a476ee-0b0b-4e85-b4f4-e4961930323c 78620
2021-09-29T20:24:11.151Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-29T20:24:11.151Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T20:24:11.151Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:24:11.151Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:11.153Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:11.153Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947051151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:11.253Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:11.254Z||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-09-29T20:24:11.254Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:11.264Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:11.264Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:12.153Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:24:12.154Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:24:12.154Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 52a476ee-0b0b-4e85-b4f4-e4961930323c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T20:24:12.154Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-29T20:24:12.155Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T20:24:12.155Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T20:24:12.234Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP869382644838940446/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.075Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:24:13.076Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:24:13.077Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.078Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9b61303-2a42-4fb9-93c3-d6d2243e305d
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.079Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:13.080Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:13.080Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9e946625-e8f9-4fd2-a1ad-67c679d29f94
Model Version:NULL
Model InvariantUuid:7a54eea4-6081-4c44-a355-b26a9b473501
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:45251f44-4b42-4624-b3f4-23067268610b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4084e0f1-4907-4476-ae3f-98d750380d29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66ee0458-70fc-4f7d-80ef-839b87988360
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f63077d-53a4-4a4e-99c9-b027cd721b3d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e5097fc-db6e-4127-b468-9396962c5e12
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9b61303-2a42-4fb9-93c3-d6d2243e305d
ModelInvariantUuid:318a6606-6100-45ce-b2fa-c78b4f626ff7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c90a8043-be97-466d-a8d6-f3f08a2f69ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:82ce2abb-7be9-4291-b3af-7fb09005f445
ModelInvariantUuid:dbddb990-dda8-47d8-ab72-023576b317d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:24d69346-b5ac-441f-9e25-3d131dee8198
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:24:13.092Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 203ae5fd-9f43-4c1f-8ab6-ae300fd8de02
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:24:13.094Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-29T20:24:13.094Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 203ae5fd-9f43-4c1f-8ab6-ae300fd8de02
2021-09-29T20:24:13.094Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 786a877f-198e-4e11-9ade-73854415bd62 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-29T20:24:13.094Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:24:13.095Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.632Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:24:13.632Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 786a877f-198e-4e11-9ade-73854415bd62 792
2021-09-29T20:24:13.632Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.632Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:13.632Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:24:13.633Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:13.634Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:13.634Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947053632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:13.734Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:13.735Z||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-09-29T20:24:13.735Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:13.745Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:13.745Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:14.634Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3f63077d-53a4-4a4e-99c9-b027cd721b3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e5097fc-db6e-4127-b468-9396962c5e12",
    "vfModuleModelCustomizationUUID": "43686f95-d6ab-402c-bdd7-c3374a8a7541",
    "isBase": true,
    "artifacts": [
      "760263cd-14d1-4847-a970-d0b900742313",
      "50dc55e1-40b5-4dd0-af61-b6bc7c2beec7"
    ],
    "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-09-29T20:24:14.638Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e5097fc-db6e-4127-b468-9396962c5e12
VfModuleModelInvariantUUID:3f63077d-53a4-4a4e-99c9-b027cd721b3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
760263cd-14d1-4847-a970-d0b900742313
,
50dc55e1-40b5-4dd0-af61-b6bc7c2beec7

}
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-09-29T20:24:14.639Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3f63077d-53a4-4a4e-99c9-b027cd721b3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e5097fc-db6e-4127-b468-9396962c5e12",
    "vfModuleModelCustomizationUUID": "43686f95-d6ab-402c-bdd7-c3374a8a7541",
    "isBase": true,
    "artifacts": [
      "760263cd-14d1-4847-a970-d0b900742313",
      "50dc55e1-40b5-4dd0-af61-b6bc7c2beec7"
    ],
    "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-09-29T20:24:14.639Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e5097fc-db6e-4127-b468-9396962c5e12
VfModuleModelInvariantUUID:3f63077d-53a4-4a4e-99c9-b027cd721b3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
760263cd-14d1-4847-a970-d0b900742313
,
50dc55e1-40b5-4dd0-af61-b6bc7c2beec7

}
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-09-29T20:24:14.639Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 760263cd-14d1-4847-a970-d0b900742313 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-29T20:24:14.639Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:24:14.640Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:15.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:24:15.445Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 760263cd-14d1-4847-a970-d0b900742313 5033
2021-09-29T20:24:15.445Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:15.445Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:15.445Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:24:15.445Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:15.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:15.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947055445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:15.547Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:15.548Z||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-09-29T20:24:15.548Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:15.556Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:15.557Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:24:16.448Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50dc55e1-40b5-4dd0-af61-b6bc7c2beec7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-29T20:24:16.448Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:24:16.448Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:17.425Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:24:17.426Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 50dc55e1-40b5-4dd0-af61-b6bc7c2beec7 903
2021-09-29T20:24:17.426Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:17.426Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:17.426Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:24:17.426Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:17.428Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:17.428Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947057426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:17.528Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:17.529Z||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-09-29T20:24:17.529Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:17.540Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:17.540Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:18.428Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9e946625-e8f9-4fd2-a1ad-67c679d29f94
2021-09-29T20:24:18.429Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 203ae5fd-9f43-4c1f-8ab6-ae300fd8de02 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:24:18.438Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7223e570, org.onap.sdc.toscaparser.api.parameters.Input@4231ee4c, org.onap.sdc.toscaparser.api.parameters.Input@464fabf1, org.onap.sdc.toscaparser.api.parameters.Input@724d5a2b, org.onap.sdc.toscaparser.api.parameters.Input@1f283977]
2021-09-29T20:24:18.438Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.439Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.439Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:24:18.439Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 66ee0458-70fc-4f7d-80ef-839b87988360
2021-09-29T20:24:18.439Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66ee0458-70fc-4f7d-80ef-839b87988360 matches Tosca VF Customization UUID: 66ee0458-70fc-4f7d-80ef-839b87988360
2021-09-29T20:24:18.439Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 66ee0458-70fc-4f7d-80ef-839b87988360  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 66ee0458-70fc-4f7d-80ef-839b87988360: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71094dde
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43686f95-d6ab-402c-bdd7-c3374a8a7541
2021-09-29T20:24:18.441Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43686f95-d6ab-402c-bdd7-c3374a8a7541
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:24:18.443Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.443Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:18.443Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-29T20:24:18.444Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e9b61303-2a42-4fb9-93c3-d6d2243e305d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:24:18.446Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.446Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:18.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:24:18.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-29T20:24:18.447Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=66ee0458-70fc-4f7d-80ef-839b87988360
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:24:18.448Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9e946625-e8f9-4fd2-a1ad-67c679d29f94: basic_vm_macro
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.449Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.450Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:24:18.450Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:24:18.450Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:18.512Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 203ae5fd-9f43-4c1f-8ab6-ae300fd8de02 1 ASDC deployResourceStructure
2021-09-29T20:24:18.512Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:18.512Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:18.512Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:24:18.513Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:18.514Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:18.514Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947058512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:24:18.614Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:18.615Z||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-09-29T20:24:18.615Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:18.625Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:18.625Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:19.515Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:19.515Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:19.515Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:24:19.515Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:19.517Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:19.517Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947059515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:24:19.617Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:19.618Z||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-09-29T20:24:19.618Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:19.628Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:19.629Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:20.518Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:20.518Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||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-09-29T20:24:20.518Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:24:20.518Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:20.520Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:20.520Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947060518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:24:20.620Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:20.621Z||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-09-29T20:24:20.621Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:20.630Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:20.631Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:24:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:21.066Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:21.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66c64af1-e0a9-4592-a3e7-475ec85b1200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946926684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:24:21.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946936544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946940726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:24:21.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:24:21.521Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-29T20:24:21.521Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-29T20:24:21.521Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:24:21.521Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:21.522Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:21.522Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947061520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:24:21.623Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:21.623Z||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-09-29T20:24:21.623Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:21.635Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:21.635Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:22.523Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6be796f-fcf9-4999-90ae-fafdbf031c08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:24:22.530Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6be796f-fcf9-4999-90ae-fafdbf031c08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:24:22.532Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:24:22.536Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:24:52.536Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6be796f-fcf9-4999-90ae-fafdbf031c08 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:24:52.539Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6be796f-fcf9-4999-90ae-fafdbf031c08 and serviceModelVersionId: 9e946625-e8f9-4fd2-a1ad-67c679d29f94
2021-09-29T20:24:52.539Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a54eea4-6081-4c44-a355-b26a9b473501
2021-09-29T20:24:52.540Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0
2021-09-29T20:24:52.543Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:24:52.570Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0|INFO|500||Invoke
2021-09-29T20:24:52.571Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6be796f-fcf9-4999-90ae-fafdbf031c08], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6729cfcb-ebfe-4baf-bd99-456720c1d787], X-ECOMP-RequestID=[d6be796f-fcf9-4999-90ae-fafdbf031c08], X-TransactionId=[], X-ONAP-RequestID=[d6be796f-fcf9-4999-90ae-fafdbf031c08], Content-Type=[application/merge-patch+json]}
2021-09-29T20:24:52.585Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:24:52.827Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?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/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:24:52:592-99331], vertex-id=[205008], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:24:52 GMT], Content-Type=[application/json]}
2021-09-29T20:24:52.827Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:24:52.828Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a54eea4-6081-4c44-a355-b26a9b473501/model-vers/model-ver/9e946625-e8f9-4fd2-a1ad-67c679d29f94?depth=0|INFO|500||InvokeReturn
2021-09-29T20:24:52.828Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:24:52.828Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:24:52.833Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:24:52.833Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6be796f-fcf9-4999-90ae-fafdbf031c08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:24:52.834Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:24:52.834Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:52.835Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:52.835Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947092834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:24:52.935Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:52.936Z||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-09-29T20:24:52.936Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:52.948Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:52.948Z||pool-100-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-09-29T20:24:53.844Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:24:53.844Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:24:53.844Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:58.122Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:58.123Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:24:58.123Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e4876ce-e64c-4a5f-9c78-d989a550ca8e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"96b3e286-f070-4e73-87ef-e0ef41843476","serviceDescription":"service","serviceInvariantUUID":"068c44cc-f159-4125-8cc6-cd038b319faf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68d5a355-2d7c-401a-a6dc-ce9cae69415c","resourceInvariantUUID":"f3a235a2-6317-437c-872c-5de2091a6d00","resourceCustomizationUUID":"9f327a9c-0e98-4547-939d-b012384d77bc","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":"OGM0NDk4NWUxYTc5YmNjOTM2MDkwODE0NzcyOTIyODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d065e2b3-ecd2-4618-9d24-d19e06570bf1","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":"6c60fc20-2753-4294-9d4d-6bc46d795541","artifactVersion":"2","generatedFromUUID":"c4f6b9fe-820a-40e9-a435-02530d6cdbd1"},{"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":"c4f6b9fe-820a-40e9-a435-02530d6cdbd1","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":"ODYzNThhMzYzZDYwMWIwZTViMTYxNWJkMjhkNDIxNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d90fdd81-62be-4547-b46e-a99ea72bc7d8","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":"4bf1d974-20b4-4ab5-a5fd-dc5201a61750","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":"461f6bd2-dd66-44dc-93a9-f2a6f392cc85","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":"01d07255-a420-41ba-8876-b42c71e1e690","artifactVersion":"2","generatedFromUUID":"4bf1d974-20b4-4ab5-a5fd-dc5201a61750"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODBlM2IyYTExNWIyODgxNTZkOTdmMTJiODg0NzU4ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbf29f3a-472d-4ef1-aa6c-4be3262519a6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjU4NTRkNGZhNzcxMWMxZmE5NzRhNjE1MzliNjg1ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:24:58.124Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:58.124Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:58.126Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:58.126Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:24:58.226Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:58.227Z||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-09-29T20:24:58.227Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:58.236Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:58.236Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:24:59.126Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:24:59.127Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:24:59.128Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:24:59.128Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T20:24:59.229Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:24:59.229Z||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-09-29T20:24:59.229Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:24:59.240Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:24:59.240Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:00.129Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:00.130Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:00.131Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:00.131Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T20:25:00.231Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:00.232Z||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-09-29T20:25:00.232Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:00.241Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:00.241Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:01.132Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:01.132Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:01.134Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:01.134Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:25:01.234Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:01.235Z||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-09-29T20:25:01.235Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:01.245Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:01.245Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:02.135Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:02.135Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:02.137Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:02.137Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:25:02.237Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:02.238Z||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-09-29T20:25:02.238Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:02.248Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:02.248Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:25:03.137Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:03.138Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:03.140Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:03.140Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:03.240Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:03.241Z||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-09-29T20:25:03.241Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:03.250Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:03.250Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:04.141Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:04.142Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:04.143Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:04.143Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T20:25:04.244Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:04.244Z||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-09-29T20:25:04.244Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:04.254Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:04.254Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:05.144Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:05.144Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:05.146Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:05.146Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:05.246Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:05.247Z||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-09-29T20:25:05.247Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:05.256Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:05.256Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:06.146Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:25:06.147Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:06.149Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:06.149Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:25:06.249Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:06.250Z||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-09-29T20:25:06.250Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:06.259Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:06.259Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:07.150Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "96b3e286-f070-4e73-87ef-e0ef41843476",
  "serviceDescription": "service",
  "serviceInvariantUUID": "068c44cc-f159-4125-8cc6-cd038b319faf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9f327a9c-0e98-4547-939d-b012384d77bc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68d5a355-2d7c-401a-a6dc-ce9cae69415c",
      "resourceInvariantUUID": "f3a235a2-6317-437c-872c-5de2091a6d00",
      "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": "6c60fc20-2753-4294-9d4d-6bc46d795541",
          "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": "c4f6b9fe-820a-40e9-a435-02530d6cdbd1",
          "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": "ODYzNThhMzYzZDYwMWIwZTViMTYxNWJkMjhkNDIxNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d90fdd81-62be-4547-b46e-a99ea72bc7d8",
          "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": "4bf1d974-20b4-4ab5-a5fd-dc5201a61750",
          "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": "01d07255-a420-41ba-8876-b42c71e1e690",
            "generatedFromUUID": "4bf1d974-20b4-4ab5-a5fd-dc5201a61750"
          },
          "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": "01d07255-a420-41ba-8876-b42c71e1e690",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjU4NTRkNGZhNzcxMWMxZmE5NzRhNjE1MzliNjg1ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:25:07.150Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:25:07.150Z|d6be796f-fcf9-4999-90ae-fafdbf031c08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 96b3e286-f070-4e73-87ef-e0ef41843476 ASDC
2021-09-29T20:25:07.151Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9e4876ce-e64c-4a5f-9c78-d989a550ca8e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:96b3e286-f070-4e73-87ef-e0ef41843476
ServiceInvariantUUID:068c44cc-f159-4125-8cc6-cd038b319faf
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:7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4
ArtifactChecksum:YjU4NTRkNGZhNzcxMWMxZmE5NzRhNjE1MzliNjg1ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9f327a9c-0e98-4547-939d-b012384d77bc
ResourceInvariantUUID:f3a235a2-6317-437c-872c-5de2091a6d00
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:68d5a355-2d7c-401a-a6dc-ce9cae69415c
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:6c60fc20-2753-4294-9d4d-6bc46d795541
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:c4f6b9fe-820a-40e9-a435-02530d6cdbd1
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:d90fdd81-62be-4547-b46e-a99ea72bc7d8
ArtifactChecksum:ODYzNThhMzYzZDYwMWIwZTViMTYxNWJkMjhkNDIxNjk=
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:4bf1d974-20b4-4ab5-a5fd-dc5201a61750
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:01d07255-a420-41ba-8876-b42c71e1e690
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:01d07255-a420-41ba-8876-b42c71e1e690
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-29T20:25:07.151Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96b3e286-f070-4e73-87ef-e0ef41843476 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:25:07.175Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:25:07.175Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:25:07.176Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:25:07.176Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T20:25:07.176Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:07.176Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T20:25:07.348Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:07.350Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4 68754
2021-09-29T20:25:07.351Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-29T20:25:07.351Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T20:25:07.351Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:07.351Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:07.352Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:07.352Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947107351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:07.453Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:07.453Z||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-09-29T20:25:07.453Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:07.465Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:07.465Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:08.353Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:25:08.354Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:25:08.354Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7cd39f61-19f0-4dc1-8fd5-df34fb56bfb4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T20:25:08.354Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-29T20:25:08.355Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T20:25:08.355Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T20:25:08.428Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18122072247633261247/Definitions/service-BasicCnf-template.yml
2021-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.259Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:25:09.260Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:25:09.261Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.262Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81ca8f12-5d42-4515-96cd-47728b24acf9
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:09.263Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:96b3e286-f070-4e73-87ef-e0ef41843476
Model Version:NULL
Model InvariantUuid:068c44cc-f159-4125-8cc6-cd038b319faf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5cfc0872-6e98-41f5-94b0-ed123b5f32ca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3a235a2-6317-437c-872c-5de2091a6d00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9f327a9c-0e98-4547-939d-b012384d77bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45277da0-3c99-47e9-9ece-a37e9040c755
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5c1a3ef1-20eb-4087-bdb2-276e81904412
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:81ca8f12-5d42-4515-96cd-47728b24acf9
ModelInvariantUuid:8fe6820b-71bc-4277-83ab-f22cef848dfa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:06dae7f5-98dd-41ac-a95b-0c49f025d88d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:47500e7e-b746-413e-a94b-4e53dbe6b122
ModelInvariantUuid:94a2a123-a4f3-4b90-a04f-b99bc6cbd079
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b9db569f-f222-4c7b-89a9-48944297ec58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-29T20:25:09.269Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 68d5a355-2d7c-401a-a6dc-ce9cae69415c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:25:09.271Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-29T20:25:09.271Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68d5a355-2d7c-401a-a6dc-ce9cae69415c
2021-09-29T20:25:09.271Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c60fc20-2753-4294-9d4d-6bc46d795541 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-29T20:25:09.271Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:09.271Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.417Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:09.418Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6c60fc20-2753-4294-9d4d-6bc46d795541 12
2021-09-29T20:25:09.418Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.418Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:09.418Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:09.418Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:09.420Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:09.420Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947109418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:09.520Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:09.521Z||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-09-29T20:25:09.521Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:09.531Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:09.531Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:25:10.420Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c4f6b9fe-820a-40e9-a435-02530d6cdbd1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-29T20:25:10.421Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:10.421Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:10.581Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:10.581Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c4f6b9fe-820a-40e9-a435-02530d6cdbd1 2688
2021-09-29T20:25:10.581Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:10.581Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:10.581Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:10.582Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:10.583Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:10.584Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947110581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:10.684Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:10.684Z||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-09-29T20:25:10.684Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:10.694Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:10.695Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:11.585Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d90fdd81-62be-4547-b46e-a99ea72bc7d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-29T20:25:11.585Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:11.585Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d90fdd81-62be-4547-b46e-a99ea72bc7d8 828
2021-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:11.853Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:11.855Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:11.855Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947111853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:11.955Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:11.956Z||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-09-29T20:25:11.956Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:11.967Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:11.967Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:25:12.855Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "45277da0-3c99-47e9-9ece-a37e9040c755",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c1a3ef1-20eb-4087-bdb2-276e81904412",
    "vfModuleModelCustomizationUUID": "65ee7a33-4991-4556-8c48-3b6551b5a00e",
    "isBase": true,
    "artifacts": [
      "4bf1d974-20b4-4ab5-a5fd-dc5201a61750",
      "c4f6b9fe-820a-40e9-a435-02530d6cdbd1",
      "01d07255-a420-41ba-8876-b42c71e1e690"
    ],
    "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-09-29T20:25:12.858Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c1a3ef1-20eb-4087-bdb2-276e81904412
VfModuleModelInvariantUUID:45277da0-3c99-47e9-9ece-a37e9040c755
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bf1d974-20b4-4ab5-a5fd-dc5201a61750
,
c4f6b9fe-820a-40e9-a435-02530d6cdbd1
,
01d07255-a420-41ba-8876-b42c71e1e690

}
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-09-29T20:25:12.859Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "45277da0-3c99-47e9-9ece-a37e9040c755",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c1a3ef1-20eb-4087-bdb2-276e81904412",
    "vfModuleModelCustomizationUUID": "65ee7a33-4991-4556-8c48-3b6551b5a00e",
    "isBase": true,
    "artifacts": [
      "4bf1d974-20b4-4ab5-a5fd-dc5201a61750",
      "c4f6b9fe-820a-40e9-a435-02530d6cdbd1",
      "01d07255-a420-41ba-8876-b42c71e1e690"
    ],
    "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-09-29T20:25:12.859Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c1a3ef1-20eb-4087-bdb2-276e81904412
VfModuleModelInvariantUUID:45277da0-3c99-47e9-9ece-a37e9040c755
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bf1d974-20b4-4ab5-a5fd-dc5201a61750
,
c4f6b9fe-820a-40e9-a435-02530d6cdbd1
,
01d07255-a420-41ba-8876-b42c71e1e690

}
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-09-29T20:25:12.859Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bf1d974-20b4-4ab5-a5fd-dc5201a61750 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-29T20:25:12.860Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:12.860Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:13.425Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:13.426Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4bf1d974-20b4-4ab5-a5fd-dc5201a61750 1164
2021-09-29T20:25:13.426Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:13.426Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:13.426Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:13.426Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:13.428Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:13.428Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947113426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:13.528Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:13.529Z||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-09-29T20:25:13.529Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:13.539Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:13.539Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:14.428Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01d07255-a420-41ba-8876-b42c71e1e690 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-29T20:25:14.429Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:25:14.429Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:15.040Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:25:15.040Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 01d07255-a420-41ba-8876-b42c71e1e690 200
2021-09-29T20:25:15.041Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:15.041Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:15.041Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:25:15.041Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:15.042Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:15.042Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947115041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:15.143Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:25:15.143Z||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-09-29T20:25:15.143Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:15.153Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:15.153Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:16.043Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 96b3e286-f070-4e73-87ef-e0ef41843476
2021-09-29T20:25:16.043Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 68d5a355-2d7c-401a-a6dc-ce9cae69415c 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 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-09-29T20:25:16.056Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:25:16.060Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d41f975, org.onap.sdc.toscaparser.api.parameters.Input@7516e89d, org.onap.sdc.toscaparser.api.parameters.Input@1a451aab, org.onap.sdc.toscaparser.api.parameters.Input@5adc22f9, org.onap.sdc.toscaparser.api.parameters.Input@1894e286]
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9f327a9c-0e98-4547-939d-b012384d77bc
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f327a9c-0e98-4547-939d-b012384d77bc matches Tosca VF Customization UUID: 9f327a9c-0e98-4547-939d-b012384d77bc
2021-09-29T20:25:16.061Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9f327a9c-0e98-4547-939d-b012384d77bc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-29T20:25:16.063Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.063Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.063Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9f327a9c-0e98-4547-939d-b012384d77bc: {\"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-09-29T20:25:16.064Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@535646a7
2021-09-29T20:25:16.064Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.064Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:25:16.064Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65ee7a33-4991-4556-8c48-3b6551b5a00e
2021-09-29T20:25:16.064Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65ee7a33-4991-4556-8c48-3b6551b5a00e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:16.066Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.067Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-29T20:25:16.067Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-29T20:25:16.067Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81ca8f12-5d42-4515-96cd-47728b24acf9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-29T20:25:16.068Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.068Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:16.069Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:25:16.069Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.069Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-29T20:25:16.069Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9f327a9c-0e98-4547-939d-b012384d77bc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:25:16.070Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.070Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.070Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 96b3e286-f070-4e73-87ef-e0ef41843476: basic_cnf
2021-09-29T20:25:16.070Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.070Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:25:16.071Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:16.131Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 68d5a355-2d7c-401a-a6dc-ce9cae69415c 1 ASDC deployResourceStructure
2021-09-29T20:25:16.132Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:16.132Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:16.132Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-29T20:25:16.132Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:16.134Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:16.134Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947116131,
  "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-09-29T20:25:16.234Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:16.235Z||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-09-29T20:25:16.235Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:16.244Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:16.244Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:17.135Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:17.135Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:17.135Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-29T20:25:17.135Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:17.136Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:17.136Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947117134,
  "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-09-29T20:25:17.237Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:17.237Z||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-09-29T20:25:17.237Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:17.248Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:17.248Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:18.137Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:18.138Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:18.138Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:25:18.138Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:18.140Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:18.140Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947118137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:18.240Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:18.240Z||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-09-29T20:25:18.241Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:18.253Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:18.253Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:25:19.141Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:19.141Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:19.141Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:25:19.141Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:19.143Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:19.143Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947119140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:19.243Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:19.244Z||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-09-29T20:25:19.244Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:19.255Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:19.255Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:20.144Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:20.144Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||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-09-29T20:25:20.144Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:25:20.144Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:20.146Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:20.146Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947120144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:20.246Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:20.247Z||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-09-29T20:25:20.247Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:20.257Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:20.257Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:25:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:25:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:21.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:21.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946943003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:21.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946946230,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946947336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946948338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946949342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946950346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:25:21.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:25:21.147Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-29T20:25:21.147Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-29T20:25:21.147Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:25:21.147Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:25:21.149Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:25:21.149Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947121147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:25:21.250Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:25:21.250Z||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-09-29T20:25:21.250Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:25:21.261Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:25:21.261Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:25:22.150Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:25:22.157Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:25:22.159Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:25:22.159Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:25:22.159Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:25:52.159Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:25:52.167Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:25:52.168Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:25:52.168Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:25:52.168Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:26:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:26:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:21.072Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632946997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "dcae-sch",
  "timestamp": 1632946995343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632946990115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632946997545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632946999628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632946999850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947009193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632947009246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632947009233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "cds",
  "timestamp": 1632947010250,
  "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-09-29T20:26:21.089Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:26:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632947010237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947010351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "policy-id",
  "timestamp": 1632947011239,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:21.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.100Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947011509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947003113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947013141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947013453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947014407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:21.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.111Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947015409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632947017112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632947019122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "clamp",
  "timestamp": 1632947020126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:21.119Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947022427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947013926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "aai-ml",
  "timestamp": 1632947023429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:21.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947026613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947028522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947029525,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:21.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
2021-09-29T20:26:21.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84bc45ef-a0bd-4acf-a27a-24c392a9304e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947041932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632946817960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947051151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947053632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947055445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947057426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947058512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947059515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947060518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:26:21.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:26:22.168Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:26:22.175Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.177Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:26:22.178Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:26:22.180Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:26:52.181Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:26:52.187Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and serviceModelVersionId: 96b3e286-f070-4e73-87ef-e0ef41843476
2021-09-29T20:26:52.187Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 068c44cc-f159-4125-8cc6-cd038b319faf
2021-09-29T20:26:52.187Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0
2021-09-29T20:26:52.190Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:26:52.228Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0|INFO|500||Invoke
2021-09-29T20:26:52.228Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e4876ce-e64c-4a5f-9c78-d989a550ca8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a174b46-e890-4bb3-ad11-8b2c06852885], X-ECOMP-RequestID=[9e4876ce-e64c-4a5f-9c78-d989a550ca8e], X-TransactionId=[], X-ONAP-RequestID=[9e4876ce-e64c-4a5f-9c78-d989a550ca8e], Content-Type=[application/merge-patch+json]}
2021-09-29T20:26:52.248Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:26:52.443Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?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/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:26:52:259-9326], vertex-id=[536648], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:26:52 GMT], Content-Type=[application/json]}
2021-09-29T20:26:52.443Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:26:52.444Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068c44cc-f159-4125-8cc6-cd038b319faf/model-vers/model-ver/96b3e286-f070-4e73-87ef-e0ef41843476?depth=0|INFO|500||InvokeReturn
2021-09-29T20:26:52.444Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:26:52.444Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:26:52.448Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:26:52.448Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e4876ce-e64c-4a5f-9c78-d989a550ca8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:26:52.448Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:26:52.449Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:52.450Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:52.450Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947212448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:26:52.550Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:52.551Z||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-09-29T20:26:52.551Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:52.564Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:52.564Z||pool-122-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-09-29T20:26:53.459Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:26:53.459Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"78101158-2f95-404a-8a7e-0e1aa2eb1ab9","serviceName":"Demo_pNF_WS0XU3u4cVCpXaEObsuU","serviceVersion":"1.0","serviceUUID":"3920c609-28c3-4889-9947-b19c863f64f6","serviceDescription":"catalog service description","serviceInvariantUUID":"46d283cd-01c8-468d-a446-da3421034128","resources":[{"resourceInstanceName":"pNF 4dd04b4a-0a14 0","resourceName":"pNF 4dd04b4a-0a14","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8d2d2e3a-2d87-457b-ab50-7de80190c8fe","resourceInvariantUUID":"6b656758-61df-4392-93a2-02f5f71d3fc4","resourceCustomizationUUID":"a9db7ecf-51fc-4963-85a1-b0da9e0d5981","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ0YzAxYjM1ZDAyNjIzNDFhNTliZjQ5MjJiMmY4NTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dd59cfc-1c36-4798-aa72-044bd0365ddc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1286459c-a40e-4fce-a98b-1bbd4d9044cb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea29f0b4-05ee-427c-8ae8-5e4c493df6e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml","artifactChecksum":"MTlhNGRmMTFhZDU4MmI0YmFjNzRkYWU2MDRjMDNlMzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ffc47f8-30f0-49d0-8b62-c0401849b038","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23e8bd52-97a3-42fd-8ca1-752ce836ef71","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d03ea895-55e8-4705-ad8a-765ce22b763c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml","artifactChecksum":"ZDM3MGJhMzY1YzhhOWRmZjUyNGIxNmEyNzE5Zjg5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a540ce77-ba2a-40da-9843-a8a794ab8901","artifactVersion":"1"},{"artifactName":"service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar","artifactChecksum":"ODk0MTJiMDIyODMyMTExOTczNDc4NzQwYjgxOWYxODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c9125f3-d201-44aa-9698-77879735d282","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:26:53.459Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:53.459Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:53.460Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:53.461Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:53.561Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:53.561Z||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-09-29T20:26:53.561Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:53.571Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:53.571Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:54.461Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:54.461Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:54.463Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:54.463Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:54.563Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:54.564Z||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-09-29T20:26:54.564Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:54.573Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:54.574Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:55.463Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:55.464Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:55.465Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:55.465Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:55.565Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:55.566Z||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-09-29T20:26:55.566Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:55.575Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:55.576Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:56.465Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:56.466Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:56.467Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:56.467Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:56.568Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:56.568Z||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-09-29T20:26:56.568Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:56.578Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:56.578Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:57.468Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:57.468Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:57.469Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:57.470Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:57.570Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:57.570Z||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-09-29T20:26:57.570Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:57.581Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:57.581Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:58.470Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:58.471Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:58.472Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:58.472Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:58.573Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:58.573Z||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-09-29T20:26:58.574Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:58.584Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:58.584Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:26:59.473Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:26:59.473Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:26:59.475Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:26:59.475Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:26:59.575Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:26:59.576Z||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-09-29T20:26:59.576Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:26:59.585Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:26:59.585Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:27:00.476Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:27:00.476Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:27:00.478Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:27:00.478Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:00.578Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:27:00.579Z||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-09-29T20:27:00.579Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:27:00.588Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:27:00.588Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:27:01.479Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "serviceName": "Demo_pNF_WS0XU3u4cVCpXaEObsuU",
  "serviceVersion": "1.0",
  "serviceUUID": "3920c609-28c3-4889-9947-b19c863f64f6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "46d283cd-01c8-468d-a446-da3421034128",
  "resources": [
    {
      "resourceInstanceName": "pNF 4dd04b4a-0a14 0",
      "resourceCustomizationUUID": "a9db7ecf-51fc-4963-85a1-b0da9e0d5981",
      "resourceName": "pNF 4dd04b4a-0a14",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8d2d2e3a-2d87-457b-ab50-7de80190c8fe",
      "resourceInvariantUUID": "6b656758-61df-4392-93a2-02f5f71d3fc4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
      "artifactChecksum": "ODk0MTJiMDIyODMyMTExOTczNDc4NzQwYjgxOWYxODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c9125f3-d201-44aa-9698-77879735d282"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:27:01.479Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:27:01.479Z|9e4876ce-e64c-4a5f-9c78-d989a550ca8e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3920c609-28c3-4889-9947-b19c863f64f6 ASDC
2021-09-29T20:27:01.479Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:78101158-2f95-404a-8a7e-0e1aa2eb1ab9
ServiceName:Demo_pNF_WS0XU3u4cVCpXaEObsuU
ServiceVersion:1.0
ServiceUUID:3920c609-28c3-4889-9947-b19c863f64f6
ServiceInvariantUUID:46d283cd-01c8-468d-a446-da3421034128
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
ArtifactUUID:0c9125f3-d201-44aa-9698-77879735d282
ArtifactChecksum:ODk0MTJiMDIyODMyMTExOTczNDc4NzQwYjgxOWYxODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4dd04b4a-0a14 0
ResourceCustomizationUUID:a9db7ecf-51fc-4963-85a1-b0da9e0d5981
ResourceInvariantUUID:6b656758-61df-4392-93a2-02f5f71d3fc4
ResourceName:pNF 4dd04b4a-0a14
ResourceType:PNF
ResourceUUID:8d2d2e3a-2d87-457b-ab50-7de80190c8fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T20:27:01.479Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3920c609-28c3-4889-9947-b19c863f64f6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:01.498Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:27:01.498Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:27:01.498Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:27:01.499Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c9125f3-d201-44aa-9698-77879735d282 from URL: /sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:01.499Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:27:01.499Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:02.627Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:27:02.630Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar 0c9125f3-d201-44aa-9698-77879735d282 82547
2021-09-29T20:27:02.630Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar ASDC sendASDCNotification
2021-09-29T20:27:02.630Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:02.630Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:27:02.631Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:27:02.632Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:27:02.632Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947222630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:02.732Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:27:02.733Z||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-09-29T20:27:02.733Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:27:02.741Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:27:02.742Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:27:03.632Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:27:03.633Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:27:03.633Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0c9125f3-d201-44aa-9698-77879735d282, URL: /sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar to file: /app/ASDC/1/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:03.634Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:03.634Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:03.634Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:03.711Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15192027444474056958/Definitions/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml
2021-09-29T20:27:04.294Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.295Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4dd04b4a-0a14 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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||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-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Node template pNF 4dd04b4a-0a14 0 is matching search criteria
2021-09-29T20:27:04.296Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4dd04b4a-0a14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Node template pNF 4dd04b4a-0a14 0 is matching search criteria
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:27:04.297Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4dd04b4a-0a14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.298Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.299Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.299Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.299Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.299Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WS0XU3u4cVCpXaEObsuU
Description:catalog service description
Model UUID:3920c609-28c3-4889-9947-b19c863f64f6
Model Version:NULL
Model InvariantUuid:46d283cd-01c8-468d-a446-da3421034128
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-09-29T20:27:04.305Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8d2d2e3a-2d87-457b-ab50-7de80190c8fe
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:27:04.307Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||pNF 4dd04b4a-0a14 0
2021-09-29T20:27:04.307Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8d2d2e3a-2d87-457b-ab50-7de80190c8fe
2021-09-29T20:27:04.307Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3920c609-28c3-4889-9947-b19c863f64f6
2021-09-29T20:27:04.308Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3920c609-28c3-4889-9947-b19c863f64f6
2021-09-29T20:27:04.308Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4dd04b4a-0a14 0 8d2d2e3a-2d87-457b-ab50-7de80190c8fe 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-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@417ba74c, org.onap.sdc.toscaparser.api.parameters.Input@3f8495bf, org.onap.sdc.toscaparser.api.parameters.Input@3fa358fe, org.onap.sdc.toscaparser.api.parameters.Input@6a6c0a72, org.onap.sdc.toscaparser.api.parameters.Input@76b191b4]
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3920c609-28c3-4889-9947-b19c863f64f6: pNF 4dd04b4a-0a14
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Processing PNF resource: 8d2d2e3a-2d87-457b-ab50-7de80190c8fe
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:27:04.312Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WS0XU3u4cVCpXaEObsuU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:27:04.313Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||Resource customization UUID: a9db7ecf-51fc-4963-85a1-b0da9e0d5981 is the same as notified resource customizationUUID: a9db7ecf-51fc-4963-85a1-b0da9e0d5981
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-09-29T20:27:04.340Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4dd04b4a-0a14 8d2d2e3a-2d87-457b-ab50-7de80190c8fe 0 ASDC deployResourceStructure
2021-09-29T20:27:04.340Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar ASDC sendASDCNotification
2021-09-29T20:27:04.341Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar
2021-09-29T20:27:04.341Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:27:04.341Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:27:04.342Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:27:04.342Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947224340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:04.443Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:27:04.443Z||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-09-29T20:27:04.443Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:27:04.453Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:27:04.453Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:27:05.343Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:27:05.352Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:27:05.353Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:27:05.353Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:27:05.353Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:27:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:27:21.049Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:27:21.071Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:27:21.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947061520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6be796f-fcf9-4999-90ae-fafdbf031c08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947092834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947089850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947093113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947095115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "dcae-sch",
  "timestamp": 1632947095343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947103935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947097374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947097545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947105228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947106126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "cds",
  "timestamp": 1632947106234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:21.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947106611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947099628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947107351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947107614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947107801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947108135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947108443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "policy-id",
  "timestamp": 1632947108616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:21.099Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.099Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:21.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "aai-ml",
  "timestamp": 1632947108804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:21.108Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.108Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "clamp",
  "timestamp": 1632947109138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:21.116Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.116Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947109418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947109459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947110460,
  "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-09-29T20:27:21.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 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-09-29T20:27:21.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947110581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947103926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947111853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947113042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947113426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947114678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947115041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:27:21.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947115681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:21.133Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
2021-09-29T20:27:21.133Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:27:21.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947116131,
  "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-09-29T20:27:21.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947117134,
  "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-09-29T20:27:21.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947118137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947119140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947120144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-29T20:27:21.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:27:35.353Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:27:35.361Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.362Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.363Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.363Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:27:35.363Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:27:35.366Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:28:05.366Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:28:05.371Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and serviceModelVersionId: 3920c609-28c3-4889-9947-b19c863f64f6
2021-09-29T20:28:05.371Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46d283cd-01c8-468d-a446-da3421034128
2021-09-29T20:28:05.372Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0
2021-09-29T20:28:05.375Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:28:05.399Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0|INFO|500||Invoke
2021-09-29T20:28:05.399Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78101158-2f95-404a-8a7e-0e1aa2eb1ab9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7c3d131-9279-4328-913e-01b20073d113], X-ECOMP-RequestID=[78101158-2f95-404a-8a7e-0e1aa2eb1ab9], X-TransactionId=[], X-ONAP-RequestID=[78101158-2f95-404a-8a7e-0e1aa2eb1ab9], Content-Type=[application/merge-patch+json]}
2021-09-29T20:28:05.416Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:28:05.838Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?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/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:28:05:422-13264], vertex-id=[250104], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:28:05 GMT], Content-Type=[application/json]}
2021-09-29T20:28:05.838Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:28:05.839Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46d283cd-01c8-468d-a446-da3421034128/model-vers/model-ver/3920c609-28c3-4889-9947-b19c863f64f6?depth=0|INFO|500||InvokeReturn
2021-09-29T20:28:05.839Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:28:05.839Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:28:05.844Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:28:05.844Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78101158-2f95-404a-8a7e-0e1aa2eb1ab9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:28:05.844Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:28:05.845Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:28:05.846Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:28:05.846Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947285844,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:28:05.946Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:28:05.947Z||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-09-29T20:28:05.947Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:05.962Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:05.962Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:28:06.856Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:06.857Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:06.857Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:17.066Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:17.067Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:17.067Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:17.067Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:21.065Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:21.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:28:21.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947121147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:28:21.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:28:26.608Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:26.609Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:26.609Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:26.609Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:36.145Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:36.145Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:36.145Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:36.145Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:45.682Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:45.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:45.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:45.683Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:28:55.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:28:55.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:28:55.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:28:55.222Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:04.760Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:04.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:04.761Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:04.761Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:14.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:14.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:14.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:14.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:21.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:21.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4876ce-e64c-4a5f-9c78-d989a550ca8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947212448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:29:21.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/resourceInstances/pnf4dd04b4a0a140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947093844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947222630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:29:21.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:29:21.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:29:21.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947224340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWs0xu3u4cvcpxaeobsuu/1.0/artifacts/service-DemoPnfWs0xu3u4cvcpxaeobsuu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:29:21.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:29:23.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:23.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:23.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:23.838Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:33.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:33.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:33.385Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:33.385Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:42.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:29:42.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:29:42.926Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:29:42.926Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:29:52.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:30:21.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:30:21.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:30:21.047Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:30:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:30:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:30:21.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:30:21.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:30:21.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78101158-2f95-404a-8a7e-0e1aa2eb1ab9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947285844,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:30:21.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:30:30.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:21.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:31:21.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:31:21.047Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:31:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:21.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:21.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:21.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d30042d-c76b-4365-8c73-cd56aa1bc5e0","serviceName":"Demo_pNF_miynHxdnfGY1FavLznGu","serviceVersion":"1.0","serviceUUID":"ac84690c-3edb-48cc-a70a-2e6ff9b411b8","serviceDescription":"catalog service description","serviceInvariantUUID":"393ecd7a-a608-4776-80d0-1c6b437c30bf","resources":[{"resourceInstanceName":"pNF f545a477-a20f 0","resourceName":"pNF f545a477-a20f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c040fe09-e41c-4a29-9687-5a52a363b89a","resourceInvariantUUID":"2e6634ed-263f-426b-8a78-4cd40dfac7e4","resourceCustomizationUUID":"76bfff1c-644d-46da-810d-c84453f63efe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml","artifactChecksum":"MzkwNjhiNWUzMzk5NmNhNTZhNzFmZGZiYzNmNzE2NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18809fd7-554b-419c-b8d9-7bda454cfe0e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"088bcad6-ff81-45c3-95ff-30a9136c3455","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32ff3e07-4cb0-4629-a0c5-716921cc890f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml","artifactChecksum":"M2JmNzA4ZDlmZmEwOTE2YWJmNDY4YjJkMmJiNTBhYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f55e6fb-db22-485d-8f11-1a89d4be157f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"424e9807-af1c-4d00-a0cd-6c4b73ffa7df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fdbbf5fc-483a-4a05-b842-e5a609ecb9fe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMiynhxdnfgy1favlzngu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml","artifactChecksum":"MDY5YWRmYjU3NTMxYTFjNWE0OGU1MjQ0ZjIyNjIxZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68485646-58f5-4bda-bf5d-1dc2cf8be05a","artifactVersion":"1"},{"artifactName":"service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar","artifactChecksum":"MmVlMzczOTAxNjdkMzA3NTRmNTY1ZTBkMGJjZmFjOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bba33b0f-a558-4f37-b91d-3645aa3cfe76","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:31:21.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:21.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:21.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.677Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.677Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947440115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947449850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947459724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "cds",
  "timestamp": 1632947460728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-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-09-29T20:31:21.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.694Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947453113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "dcae-sch",
  "timestamp": 1632947455343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947463631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947457374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947457545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947466922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947467236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947459628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947467925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947468189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "aai-ml",
  "timestamp": 1632947468238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:31:21.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947468424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "policy-id",
  "timestamp": 1632947468927,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:31:21.718Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947469446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947470197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947470448,
  "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-09-29T20:31:21.727Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 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-09-29T20:31:21.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:21.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "clamp",
  "timestamp": 1632947471201,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:31:21.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.735Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947463926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947473030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947474670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:21.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:31:21.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-29T20:31:21.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947475672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:31:21.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
2021-09-29T20:31:21.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:31:21.777Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:21.778Z||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-09-29T20:31:21.778Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:21.788Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:21.788Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:22.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:22.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:22.679Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:22.679Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:22.780Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:22.780Z||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-09-29T20:31:22.780Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:22.790Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:22.790Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:23.680Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:23.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:23.682Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:23.682Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:23.783Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:23.783Z||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-09-29T20:31:23.783Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:23.792Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:23.792Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:24.683Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:24.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:24.685Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:24.685Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:24.785Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:24.786Z||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-09-29T20:31:24.786Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:24.797Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:24.797Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:25.686Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:25.686Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:25.688Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:25.688Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:25.788Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:25.789Z||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-09-29T20:31:25.789Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:25.799Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:25.799Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:26.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:26.690Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:26.691Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:26.691Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:26.792Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:26.792Z||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-09-29T20:31:26.792Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:26.801Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:26.801Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:27.692Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:27.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:27.694Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:27.694Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:31:27.795Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:31:27.795Z||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-09-29T20:31:27.795Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:27.807Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:27.807Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:31:28.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:31:28.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:28.697Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:28.697Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:31:28.798Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:31:28.799Z||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-09-29T20:31:28.799Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:28.808Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:28.808Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:29.699Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "serviceName": "Demo_pNF_miynHxdnfGY1FavLznGu",
  "serviceVersion": "1.0",
  "serviceUUID": "ac84690c-3edb-48cc-a70a-2e6ff9b411b8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "393ecd7a-a608-4776-80d0-1c6b437c30bf",
  "resources": [
    {
      "resourceInstanceName": "pNF f545a477-a20f 0",
      "resourceCustomizationUUID": "76bfff1c-644d-46da-810d-c84453f63efe",
      "resourceName": "pNF f545a477-a20f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c040fe09-e41c-4a29-9687-5a52a363b89a",
      "resourceInvariantUUID": "2e6634ed-263f-426b-8a78-4cd40dfac7e4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
      "artifactChecksum": "MmVlMzczOTAxNjdkMzA3NTRmNTY1ZTBkMGJjZmFjOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bba33b0f-a558-4f37-b91d-3645aa3cfe76"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:31:29.699Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:31:29.699Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac84690c-3edb-48cc-a70a-2e6ff9b411b8 ASDC
2021-09-29T20:31:29.699Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5d30042d-c76b-4365-8c73-cd56aa1bc5e0
ServiceName:Demo_pNF_miynHxdnfGY1FavLznGu
ServiceVersion:1.0
ServiceUUID:ac84690c-3edb-48cc-a70a-2e6ff9b411b8
ServiceInvariantUUID:393ecd7a-a608-4776-80d0-1c6b437c30bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
ArtifactUUID:bba33b0f-a558-4f37-b91d-3645aa3cfe76
ArtifactChecksum:MmVlMzczOTAxNjdkMzA3NTRmNTY1ZTBkMGJjZmFjOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f545a477-a20f 0
ResourceCustomizationUUID:76bfff1c-644d-46da-810d-c84453f63efe
ResourceInvariantUUID:2e6634ed-263f-426b-8a78-4cd40dfac7e4
ResourceName:pNF f545a477-a20f
ResourceType:PNF
ResourceUUID:c040fe09-e41c-4a29-9687-5a52a363b89a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T20:31:29.699Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac84690c-3edb-48cc-a70a-2e6ff9b411b8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-29T20:31:29.717Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:31:29.718Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:31:29.718Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:31:29.718Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bba33b0f-a558-4f37-b91d-3645aa3cfe76 from URL: /sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:29.718Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-29T20:31:29.718Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:29.881Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-29T20:31:29.885Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar bba33b0f-a558-4f37-b91d-3645aa3cfe76 82548
2021-09-29T20:31:29.885Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar ASDC sendASDCNotification
2021-09-29T20:31:29.885Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:29.886Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:31:29.886Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:29.888Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:29.888Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947489885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:31:29.988Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:29.988Z||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-09-29T20:31:29.989Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:29.998Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:29.998Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:30.888Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:31:30.889Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:31:30.889Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bba33b0f-a558-4f37-b91d-3645aa3cfe76, URL: /sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar to file: /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:30.889Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:30.890Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:30.890Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:30.984Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5269426856420032572/Definitions/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml
2021-09-29T20:31:31.544Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:31:31.544Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T20:31:31.544Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f545a477-a20f 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-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.545Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.546Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Node template pNF f545a477-a20f 0 is matching search criteria
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f545a477-a20f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.547Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Node template pNF f545a477-a20f 0 is matching search criteria
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f545a477-a20f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.548Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.549Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.549Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.549Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_miynHxdnfGY1FavLznGu
Description:catalog service description
Model UUID:ac84690c-3edb-48cc-a70a-2e6ff9b411b8
Model Version:NULL
Model InvariantUuid:393ecd7a-a608-4776-80d0-1c6b437c30bf
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-09-29T20:31:31.556Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c040fe09-e41c-4a29-9687-5a52a363b89a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:31:31.558Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||pNF f545a477-a20f 0
2021-09-29T20:31:31.558Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c040fe09-e41c-4a29-9687-5a52a363b89a
2021-09-29T20:31:31.558Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ac84690c-3edb-48cc-a70a-2e6ff9b411b8
2021-09-29T20:31:31.558Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac84690c-3edb-48cc-a70a-2e6ff9b411b8
2021-09-29T20:31:31.558Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f545a477-a20f 0 c040fe09-e41c-4a29-9687-5a52a363b89a 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-09-29T20:31:31.562Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17eaf30b, org.onap.sdc.toscaparser.api.parameters.Input@5a450285, org.onap.sdc.toscaparser.api.parameters.Input@333fc30c, org.onap.sdc.toscaparser.api.parameters.Input@6a52c0ef, org.onap.sdc.toscaparser.api.parameters.Input@2ae00405]
2021-09-29T20:31:31.562Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.562Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.563Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac84690c-3edb-48cc-a70a-2e6ff9b411b8: pNF f545a477-a20f
2021-09-29T20:31:31.563Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Processing PNF resource: c040fe09-e41c-4a29-9687-5a52a363b89a
2021-09-29T20:31:31.563Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:31:31.563Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_miynHxdnfGY1FavLznGu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:31:31.563Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||Resource customization UUID: 76bfff1c-644d-46da-810d-c84453f63efe is the same as notified resource customizationUUID: 76bfff1c-644d-46da-810d-c84453f63efe
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-09-29T20:31:31.590Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f545a477-a20f c040fe09-e41c-4a29-9687-5a52a363b89a 0 ASDC deployResourceStructure
2021-09-29T20:31:31.591Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar ASDC sendASDCNotification
2021-09-29T20:31:31.591Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar
2021-09-29T20:31:31.591Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:31:31.591Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:31:31.592Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:31:31.592Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947491591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:31:31.693Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:31:31.693Z||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-09-29T20:31:31.693Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:31:31.703Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:31:31.703Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:31:32.594Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:31:32.603Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d30042d-c76b-4365-8c73-cd56aa1bc5e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:31:32.604Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:31:32.604Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:31:32.604Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:31:32.605Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:31:32.608Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:32:02.608Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:32:02.612Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and serviceModelVersionId: ac84690c-3edb-48cc-a70a-2e6ff9b411b8
2021-09-29T20:32:02.612Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 393ecd7a-a608-4776-80d0-1c6b437c30bf
2021-09-29T20:32:02.612Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0
2021-09-29T20:32:02.616Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:32:02.637Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-29T20:32:02.637Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0|INFO|500||Invoke
2021-09-29T20:32:02.652Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:32:02.928Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0|INFO|500||InvokeReturn
2021-09-29T20:32:02.928Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/393ecd7a-a608-4776-80d0-1c6b437c30bf/model-vers/model-ver/ac84690c-3edb-48cc-a70a-2e6ff9b411b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210929-20:32:02:658-47303], vertex-id=[278640], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:32:02 GMT], Content-Type=[application/json]}
2021-09-29T20:32:02.929Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:32:02.929Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:32:02.929Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:32:02.933Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:32:02.933Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d30042d-c76b-4365-8c73-cd56aa1bc5e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:32:02.933Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:32:02.934Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:32:02.935Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:32:02.935Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947522933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:32:03.035Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:32:03.036Z||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-09-29T20:32:03.036Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:32:03.047Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:32:03.047Z||pool-144-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-09-29T20:32:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:32:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:32:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:32:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:32:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:32:21.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:32:21.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:32:21.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:32:21.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:32:30.590Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:33:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:33:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:33:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:33:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:33:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:33:21.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:33:21.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/resourceInstances/pnff545a477a20f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947481046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947489885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947491591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMiynhxdnfgy1favlzngu/1.0/artifacts/service-DemoPnfMiynhxdnfgy1favlzngu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d30042d-c76b-4365-8c73-cd56aa1bc5e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947522933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:33:21.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:33:30.588Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:34:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:34:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:34:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:34:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:34:21.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:34:30.590Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:34:30.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:35:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:35:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:35:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:35:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:35:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:35:30.594Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:35:30.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:36:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:36:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:36:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:36:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:36:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:36:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:36:30.585Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:36:30.591Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:21.046Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:37:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:37:21.047Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:37:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:27.887Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:27.887Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-29T20:37:27.888Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"18b9d813-cb9f-4ced-8a64-65b85ac60ddf","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4ccdcf4f-d523-4d90-825c-2161d2e41ad9","serviceDescription":"service","serviceInvariantUUID":"52c375fd-dd6e-4b3b-869a-69635e91b430","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"70bd2c83-d3ae-44a6-86d5-a53a96238ac4","resourceInvariantUUID":"93341bba-435d-464a-88e9-3e626364593d","resourceCustomizationUUID":"cd8de15b-81f6-4b4d-b5eb-8e4c815cf665","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":"NWEyYWMzNjRmYjBkOTg4NDhjN2RmYTdjMmIyNzNjYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"188b79b8-390b-4ba1-9c85-768867fe1a5e","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":"37f82322-edd2-4652-bc1b-b1394aeae262","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":"293dd560-55c6-4174-a63a-877f8a984a47","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":"NDdhZDBmZjI4MGY4YzQwMWNhYmFlOGUyNDQwZDU2ZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a812c3d1-1d9a-4371-a234-b7fb89d80e5f","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":"e72ec535-74ef-4955-89b8-cbb174111cc7","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":"e6ab5826-320c-4ece-be8d-7daf52b8312b","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":"2f671809-6be7-491b-bd77-e74250a6ff38","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":"MjY1MWI5YTkxOWRlZjRiMDZhYTI4NTVlZDU2ZjJkOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f250445-5877-409b-a72b-7cae34e34eeb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Mjg4OTFkODRiNDFjODVlM2ZlMmY5ZTc1ZTZjYjhlMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89a6067a-260c-4989-a23f-7d5f4e12d44c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:37:27.889Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:27.889Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:27.890Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:27.890Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:27.991Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:37:27.991Z||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-09-29T20:37:27.991Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:28.003Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:28.003Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:28.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:28.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:37:28.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:28.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:37:28.891Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:28.891Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:28.893Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:28.893Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:28.993Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:28.993Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:28.993Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:29.007Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:29.007Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:29.893Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:29.894Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:29.895Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:29.895Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:29.996Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:37:29.996Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:29.996Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:30.013Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:30.013Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:30.896Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:30.897Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:30.898Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:30.898Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:30.999Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:31.000Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:31.000Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:31.012Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:31.012Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:31.898Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:31.899Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:31.900Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:31.901Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:32.001Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:32.001Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:32.001Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:32.018Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:32.018Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:32.901Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:32.902Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:32.904Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:32.904Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:33.004Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:33.004Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:33.005Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:33.014Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:33.014Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:33.904Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:33.905Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:33.906Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:33.906Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:34.007Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:37:34.007Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:34.007Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:34.016Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:34.016Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:34.907Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:34.907Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:34.909Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:34.909Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:37:35.009Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:35.009Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:35.010Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:35.019Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:35.019Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:35.909Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:37:35.910Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:35.911Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:35.911Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:37:36.011Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:36.012Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:36.012Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:36.025Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:36.025Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:36.912Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4ccdcf4f-d523-4d90-825c-2161d2e41ad9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52c375fd-dd6e-4b3b-869a-69635e91b430",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "cd8de15b-81f6-4b4d-b5eb-8e4c815cf665",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "70bd2c83-d3ae-44a6-86d5-a53a96238ac4",
      "resourceInvariantUUID": "93341bba-435d-464a-88e9-3e626364593d",
      "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": "Mjg4OTFkODRiNDFjODVlM2ZlMmY5ZTc1ZTZjYjhlMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89a6067a-260c-4989-a23f-7d5f4e12d44c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-29T20:37:36.912Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:37:36.912Z|5d30042d-c76b-4365-8c73-cd56aa1bc5e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ccdcf4f-d523-4d90-825c-2161d2e41ad9 ASDC
2021-09-29T20:37:36.913Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:18b9d813-cb9f-4ced-8a64-65b85ac60ddf
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4ccdcf4f-d523-4d90-825c-2161d2e41ad9
ServiceInvariantUUID:52c375fd-dd6e-4b3b-869a-69635e91b430
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:89a6067a-260c-4989-a23f-7d5f4e12d44c
ArtifactChecksum:Mjg4OTFkODRiNDFjODVlM2ZlMmY5ZTc1ZTZjYjhlMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:cd8de15b-81f6-4b4d-b5eb-8e4c815cf665
ResourceInvariantUUID:93341bba-435d-464a-88e9-3e626364593d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:70bd2c83-d3ae-44a6-86d5-a53a96238ac4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-29T20:37:36.913Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ccdcf4f-d523-4d90-825c-2161d2e41ad9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:37:36.929Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:37:36.930Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:37:36.930Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:37:36.930Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89a6067a-260c-4989-a23f-7d5f4e12d44c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T20:37:36.930Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-29T20:37:36.930Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T20:37:37.914Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-29T20:37:37.919Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 89a6067a-260c-4989-a23f-7d5f4e12d44c 105559
2021-09-29T20:37:37.919Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-29T20:37:37.919Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T20:37:37.919Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:37:37.919Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:37.921Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:37.921Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947857919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:37:38.021Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:38.021Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:38.021Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:38.032Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:38.032Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:37:38.921Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:37:38.922Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-29T20:37:38.922Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 89a6067a-260c-4989-a23f-7d5f4e12d44c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:38.923Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-29T20:37:38.923Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:38.923Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.018Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13376074339687303865/Definitions/service-TestPnfMacro-template.yml
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||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-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.538Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.539Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.540Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.540Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.540Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.540Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.540Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4ccdcf4f-d523-4d90-825c-2161d2e41ad9
Model Version:NULL
Model InvariantUuid:52c375fd-dd6e-4b3b-869a-69635e91b430
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-09-29T20:37:39.544Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 70bd2c83-d3ae-44a6-86d5-a53a96238ac4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:37:39.545Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-09-29T20:37:39.546Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 70bd2c83-d3ae-44a6-86d5-a53a96238ac4
2021-09-29T20:37:39.546Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4ccdcf4f-d523-4d90-825c-2161d2e41ad9
2021-09-29T20:37:39.546Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4ccdcf4f-d523-4d90-825c-2161d2e41ad9
2021-09-29T20:37:39.546Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 70bd2c83-d3ae-44a6-86d5-a53a96238ac4 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-09-29T20:37:39.548Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ce082b, org.onap.sdc.toscaparser.api.parameters.Input@50870058, org.onap.sdc.toscaparser.api.parameters.Input@18c74bb8, org.onap.sdc.toscaparser.api.parameters.Input@5393caee, org.onap.sdc.toscaparser.api.parameters.Input@7480fe7]
2021-09-29T20:37:39.548Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4ccdcf4f-d523-4d90-825c-2161d2e41ad9: test-pnf
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Processing PNF resource: 70bd2c83-d3ae-44a6-86d5-a53a96238ac4
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:37:39.549Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||Resource customization UUID: cd8de15b-81f6-4b4d-b5eb-8e4c815cf665 is the same as notified resource customizationUUID: cd8de15b-81f6-4b4d-b5eb-8e4c815cf665
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-09-29T20:37:39.568Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 70bd2c83-d3ae-44a6-86d5-a53a96238ac4 0 ASDC deployResourceStructure
2021-09-29T20:37:39.569Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-29T20:37:39.569Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-29T20:37:39.569Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:37:39.569Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:37:39.570Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:37:39.570Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947859569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:37:39.670Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:37:39.671Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:37:39.671Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:37:39.679Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:37:39.679Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:37:40.571Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:37:40.577Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:37:40.578Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:37:40.578Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:37:40.579Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:38:10.579Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:38:10.585Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:38:10.587Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:38:10.587Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:38:10.587Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:38:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:38:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:38:21.068Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:38:21.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:38:21.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:38:21.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:38:21.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:38:21.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:38:21.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:38:40.587Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:38:40.598Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:38:40.600Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:38:40.600Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:38:40.600Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:39:10.600Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:39:10.611Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:39:10.613Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:39:10.613Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:39:10.613Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:39:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:39:21.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:39:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:39:21.071Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:39:21.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:39:21.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:39:21.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:39:21.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:39:21.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:39:21.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:39:40.613Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:39:40.622Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:39:40.624Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:39:40.624Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:39:40.624Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:40:10.624Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:40:10.633Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:40:10.635Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:40:10.635Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:40:10.636Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:40:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:40:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:40:21.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:40:21.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947839628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947845115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947841046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947839850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947843113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947857919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947858010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947858037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947858023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947859021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "cds",
  "timestamp": 1632947859273,
  "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=?
2021-09-29T20:40:21.591Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:40:21.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632947859569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632947860023,
  "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-09-29T20:40:21.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf 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-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947862511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947853926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "aai-ml",
  "timestamp": 1632947863514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:40:21.620Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.620Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "dcae-sch",
  "timestamp": 1632947855343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947864249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947865123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632947857374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947857545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947866257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947866746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "clamp",
  "timestamp": 1632947867261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:40:21.633Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.634Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:40:21.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632947867749,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:40:21.646Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.646Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947867919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947868923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:40:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:40:21.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "policy-id",
  "timestamp": 1632947869926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:40:21.658Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
2021-09-29T20:40:21.658Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:40:40.636Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:40:40.646Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-29T20:40:40.648Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:40:40.653Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:41:10.653Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-29T20:41:10.659Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and serviceModelVersionId: 4ccdcf4f-d523-4d90-825c-2161d2e41ad9
2021-09-29T20:41:10.659Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52c375fd-dd6e-4b3b-869a-69635e91b430
2021-09-29T20:41:10.660Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0
2021-09-29T20:41:10.663Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:41:10.686Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0|INFO|500||Invoke
2021-09-29T20:41:10.686Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[18b9d813-cb9f-4ced-8a64-65b85ac60ddf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7890772-2298-4754-a377-a9b5b8f55cd1], X-ECOMP-RequestID=[18b9d813-cb9f-4ced-8a64-65b85ac60ddf], X-TransactionId=[], X-ONAP-RequestID=[18b9d813-cb9f-4ced-8a64-65b85ac60ddf], Content-Type=[application/merge-patch+json]}
2021-09-29T20:41:10.702Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-29T20:41:10.761Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?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/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210929-20:41:10:708-80692], vertex-id=[278776], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:41:10 GMT], Content-Type=[application/json]}
2021-09-29T20:41:10.761Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:41:10.762Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/52c375fd-dd6e-4b3b-869a-69635e91b430/model-vers/model-ver/4ccdcf4f-d523-4d90-825c-2161d2e41ad9?depth=0|INFO|500||InvokeReturn
2021-09-29T20:41:10.762Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:41:10.762Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:41:10.765Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:41:10.765Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18b9d813-cb9f-4ced-8a64-65b85ac60ddf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:41:10.765Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:41:10.765Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:41:10.766Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:41:10.766Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632948070765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:41:10.867Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:41:10.867Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-29T20:41:10.867Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:10.879Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:41:10.880Z||pool-156-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-09-29T20:41:11.778Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:41:11.778Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:41:11.778Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:41:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:21.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:41:21.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-29T20:41:21.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18b9d813-cb9f-4ced-8a64-65b85ac60ddf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632948070765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:41:21.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:41:21.970Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:41:21.970Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:41:21.970Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:41:21.971Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:31.514Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:41:31.514Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:41:31.514Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:41:31.515Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:41.050Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:41:41.050Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:41:41.051Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:41:41.051Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:41:50.584Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:42:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:42:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:42:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:42:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:42:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:42:30.588Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:42:30.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:43:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:43:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:43:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:43:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:43:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:43:30.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:43:30.592Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:44:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:44:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:44:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:44:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:44:21.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:44:30.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:44:30.593Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:45:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:45:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:45:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:45:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:45:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:45:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:45:30.588Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:45:30.590Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:46:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:46:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:46:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:46:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:46:21.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:46:30.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:46:30.591Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:47:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:47:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:47:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:47:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:47:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:47:30.591Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:47:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:48:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:48:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:48:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:48:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:48:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:48:21.049Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:48:30.591Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:48:30.600Z|78101158-2f95-404a-8a7e-0e1aa2eb1ab9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:49:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:49:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:49:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:49:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:49:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:49:30.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:49:30.593Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:50:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:50:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:50:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:50:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:50:21.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:50:30.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:50:30.590Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:51:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:51:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:51:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:51:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:51:21.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:51:30.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:51:30.595Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:52:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:52:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:52:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:52:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:52:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:52:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:52:30.586Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:52:30.588Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:53:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:53:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:53:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:53:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:53:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:53:30.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:53:30.590Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:54:10.643Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-29T20:54:21.046Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:54:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:54:21.047Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:54:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:54:21.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T20:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:54:30.593Z|18b9d813-cb9f-4ced-8a64-65b85ac60ddf|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-29T20:54:30.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK