Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-06-05T05:35:26.192Z||main|||||INFO|500||The following profiles are active: basic
2022-06-05T05:35:40.973Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-05T05:35:40.974Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-05T05:35:41.138Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-05T05:35:47.541Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-05T05:35:48.248Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-05T05:35:49.009Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-05T05:35:49.023Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-05T05:35:49.190Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-05T05:35:49.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-05T05:35:50.374Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-05T05:35:52.914Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T05:35:55.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T05:35:55.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-05T05:35:56.556Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T05:35:56.852Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-05T05:35:58.490Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T05:35:59.924Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-05T05:35:59.948Z||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$$9ade955a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-05T05:35:59.949Z||main|||||WARN|500||The sdc end point is not alive
2022-06-05T05:36:04.078Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-05T05:36:08.090Z||main|||||WARN|500||---
2022-06-05T05:36:08.091Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-05T05:36:08.091Z||main|||||WARN|500||---
2022-06-05T05:36:08.661Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-05T05:36:15.176Z||main|||||INFO|500||Started Application in 52.707 seconds (JVM running for 55.355)
2022-06-05T05:36:15.231Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:36:15.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:36:15.288Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:36:15.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:36:15.412Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e48d8d3e-e5d5-49d6-aaa6-ae363c4fdbd3 url= /sdc/v1/artifactTypes
2022-06-05T05:36:15.412Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:36:16.537Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:36:16.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ea6e2be
2022-06-05T05:36:16.543Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:36:16.564Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:36:16.568Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:36:16.571Z||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$$20ed05c7.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
2022-06-05T05:37:05.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:37:05.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:37:05.164Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:37:05.172Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:37:05.182Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a974596e-52ba-40ab-8a39-711a3a77b26b url= /sdc/v1/artifactTypes
2022-06-05T05:37:05.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:37:06.209Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:37:06.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53ea82bc
2022-06-05T05:37:06.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:37:06.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:37:06.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:37:06.215Z||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$$20ed05c7.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
2022-06-05T05:37:55.160Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:37:55.162Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:37:55.162Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:37:55.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:37:55.172Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec148c1f-b23a-4602-8173-df2e3dd24932 url= /sdc/v1/artifactTypes
2022-06-05T05:37:55.173Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:37:56.216Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:37:56.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b9bbf0d
2022-06-05T05:37:56.218Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:37:56.218Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:37:56.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:37:56.219Z||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$$20ed05c7.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
2022-06-05T05:38:45.162Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:38:45.162Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:38:45.162Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:38:45.165Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:38:45.175Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22a571d9-c39b-4793-9c8d-00c3c1a164b3 url= /sdc/v1/artifactTypes
2022-06-05T05:38:45.176Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:38:46.203Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:38:46.204Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6622bdff
2022-06-05T05:38:46.204Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:38:46.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:38:46.205Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:38:46.206Z||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$$20ed05c7.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
2022-06-05T05:39:35.211Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:39:35.215Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:39:35.216Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:39:35.219Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:39:35.226Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d3366db-edfd-4f7d-924d-10ca4cfdadd1 url= /sdc/v1/artifactTypes
2022-06-05T05:39:35.227Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:39:36.254Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:39:36.256Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a83c4e3
2022-06-05T05:39:36.256Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:39:36.257Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:39:36.257Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:39:36.258Z||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$$20ed05c7.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
2022-06-05T05:40:25.160Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:40:25.161Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:40:25.161Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:40:25.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:40:25.171Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6deaa2f8-cd1a-4fa7-8b07-c45e16fd3914 url= /sdc/v1/artifactTypes
2022-06-05T05:40:25.171Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:40:26.208Z||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.4.99] 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$$20ed05c7.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
2022-06-05T05:40:26.209Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@604f2580
2022-06-05T05:40:26.210Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T05:40:26.210Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T05:40:26.211Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T05:40:26.211Z||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$$20ed05c7.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
2022-06-05T05:41:15.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T05:41:15.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T05:41:15.164Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T05:41:15.169Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T05:41:15.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb02bf1f-149a-425a-8983-80fe4ba21d0a url= /sdc/v1/artifactTypes
2022-06-05T05:41:15.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T05:41:15.719Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:41:15.734Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-05T05:41:15.764Z||scheduling-1|||||DEBUG|500||create keys
2022-06-05T05:41:15.775Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-05T05:41:15.812Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:41:15.833Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e2baf75c-c600-4d8e-9d3f-ba1a437c6939 url= /sdc/v1/registerForDistribution
2022-06-05T05:41:16.185Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e2baf75c-c600-4d8e-9d3f-ba1a437c6939 url= /sdc/v1/registerForDistribution
2022-06-05T05:41:16.185Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-05T05:41:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:41:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:41:16.207Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-05T05:41:16.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:41:16.210Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:41:16.209Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:41:16.210Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:41:26.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:41:26.611Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:42:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:42:16.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:42:16.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:42:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:42:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:42:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:42:25.778Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:42:25.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:43:16.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:43:16.197Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:43:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:43:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:43:16.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:43:16.200Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:43:25.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:43:25.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:44:16.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:44:16.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:44:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:44:16.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:44:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:44:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:44:25.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:44:25.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:45:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:45:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:45:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:45:16.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:45:16.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:45:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:45:25.768Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:45:25.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:45:25.984Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-05T05:46:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:46:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:46:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:46:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:46:16.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:46:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:46:25.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:46:25.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:47:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:47:16.197Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:47:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:47:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:47:16.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:47:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:47:25.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:47:25.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:48:16.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:48:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:48:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:48:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:48:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:48:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:48:25.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:48:25.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:49:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:49:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:49:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:49:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:49:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:49:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:49:25.792Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:49:25.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:50:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:50:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:50:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:50:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:50:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:50:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:50:25.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:50:25.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:51:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:51:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:51:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:51:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:51:16.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:51:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:51:25.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:51:25.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:52:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:52:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:52:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:52:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:52:16.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:52:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:52:25.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:52:25.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:53:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:53:16.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:53:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:53:16.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:53:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:53:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:53:25.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:53:25.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:54:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:54:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:54:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:54:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:54:16.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:54:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:54:25.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:54:25.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:55:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:55:16.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:55:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:55:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:55:16.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:55:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:55:25.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:55:25.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:56:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:56:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:56:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:56:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:56:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:56:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:56:25.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:56:25.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:57:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:57:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:57:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:57:16.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:57:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:57:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:57:25.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:57:25.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:58:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:58:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:58:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:58:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:58:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:58:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:58:25.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:58:25.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:59:16.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:59:16.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:59:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:59:16.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:59:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:59:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T05:59:25.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:59:25.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:00:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:00:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:00:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:00:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:00:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:00:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:00:25.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:00:25.777Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:01:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:01:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:01:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:01:16.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:01:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:01:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:01:25.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:01:25.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:02:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:02:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:02:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:02:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:02:16.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:02:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:02:25.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:02:25.775Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:03:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:03:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:03:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:03:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:03:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:03:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:03:25.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:03:25.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:04:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:04:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:04:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:04:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:04:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:04:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:04:25.752Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:04:25.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:05:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:05:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:05:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:05:16.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:05:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:05:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:05:25.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:05:25.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:06:16.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:06:16.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:06:16.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:06:16.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:06:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:06:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:06:25.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:06:25.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:07:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:07:16.197Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:07:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:07:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:07:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:07:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:07:25.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:07:25.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:08:16.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:08:16.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:08:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:08:16.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:08:16.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:08:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:08:25.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:08:25.782Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:09:16.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:09:16.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:09:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:09:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:09:16.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:09:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:09:25.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:09:25.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:10:16.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:10:16.196Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:10:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:10:16.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:10:16.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:10:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:10:25.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:10:25.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:11:16.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:11:16.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:11:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:11:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:11:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:11:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:11:25.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:11:25.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:12:16.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:12:16.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:12:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:12:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:12:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:12:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:12:25.760Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:12:25.770Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:13:16.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:13:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:13:16.197Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:13:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:13:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:13:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:13:25.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:13:25.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:14:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:14:16.196Z||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.
2022-06-05T06:14:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:14:16.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:14:16.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:14:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:14:25.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:14:25.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:15:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:15:16.196Z||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.
2022-06-05T06:15:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:15:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:15:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:15:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:15:25.752Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:15:25.755Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:16:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:16:16.196Z||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.
2022-06-05T06:16:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:16:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:16:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:16:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:16:25.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:16:25.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:17:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:17:16.196Z||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.
2022-06-05T06:17:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:17:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:17:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:17:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:17:25.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:17:25.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:18:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:18:16.196Z||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.
2022-06-05T06:18:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:18:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:18:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:18:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:18:25.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:18:25.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:19:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:19:16.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:19:16.202Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:19:16.202Z||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.
2022-06-05T06:19:16.202Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:19:16.202Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:19:25.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:19:25.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:20:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:20:16.196Z||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.
2022-06-05T06:20:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:20:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:20:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:20:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:20:25.751Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:20:25.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:21:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:21:16.196Z||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.
2022-06-05T06:21:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:21:16.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:21:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:21:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:21:25.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:21:25.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:22:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:22:16.196Z||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.
2022-06-05T06:22:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:22:16.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:22:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:22:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:22:25.756Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:22:25.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:23:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:23:16.196Z||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.
2022-06-05T06:23:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:23:16.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:23:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:23:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:23:25.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:23:25.759Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:24:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:24:16.196Z||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.
2022-06-05T06:24:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:24:16.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:24:16.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:24:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:24:25.803Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:24:25.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:25:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:25:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:25:16.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:25:16.199Z||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.
2022-06-05T06:25:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:25:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:25:25.803Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:25:25.803Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:26:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:26:16.196Z||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.
2022-06-05T06:26:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:26:16.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:26:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:26:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:26:25.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:26:25.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:27:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:27:16.196Z||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.
2022-06-05T06:27:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:27:16.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:27:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:27:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:27:25.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:27:25.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:28:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:28:16.196Z||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.
2022-06-05T06:28:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:28:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:28:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:28:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:28:25.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:28:25.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:29:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:29:16.196Z||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.
2022-06-05T06:29:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:29:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:29:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:29:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:29:25.766Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:29:25.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:30:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:30:16.196Z||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.
2022-06-05T06:30:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:30:16.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:30:16.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:30:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:30:25.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:30:25.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:31:16.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:31:16.196Z||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.
2022-06-05T06:31:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:31:16.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:31:16.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:31:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:31:25.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:31:25.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:32:16.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:32:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:32:16.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:32:16.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:32:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:32:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:32:25.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:32:25.797Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:33:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:33:16.197Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:33:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:33:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:33:16.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:33:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:33:25.761Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:33:25.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:34:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:34:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:34:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:34:16.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:34:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:34:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:34:25.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:34:25.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:35:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:35:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:35:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:35:16.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:35:16.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:35:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:35:25.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:35:25.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:36:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:36:16.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:36:16.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:36:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:36:16.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:36:16.200Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:36:25.780Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:36:25.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:37:16.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:37:16.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:37:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:37:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:37:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:37:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:37:25.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:37:25.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:38:16.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:38:16.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:38:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:38:16.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:38:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:38:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:38:25.775Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:38:25.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:39:16.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:39:16.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:39:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:39:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:39:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:39:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:39:25.780Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:39:25.781Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:40:16.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:40:16.196Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:40:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:40:16.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:40:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:40:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:40:25.793Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:40:25.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:41:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:41:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:41:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:41:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:41:16.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:41:16.201Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:41:25.761Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:41:25.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:42:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:42:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:42:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:42:16.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:42:16.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:42:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:42:25.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:42:25.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:16.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:43:16.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:43:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:43:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:43:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:16.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:16.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.855Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:16.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:43:16.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:43:16.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3f2e2e0-1308-4111-8154-297b56ac186b","serviceName":"vFW 2022-06-05 06-38-55","serviceVersion":"1.0","serviceUUID":"6a5a2424-1984-47f7-ac3d-cdcc1fc13571","serviceDescription":"catalog service description","serviceInvariantUUID":"e301b9af-99bc-4392-8f03-bc2ff26070e1","resources":[{"resourceInstanceName":"vFW 4403aed8-bbb2 0","resourceName":"vFW 4403aed8-bbb2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4272efa-99eb-4f37-a413-8fc1ba564ecd","resourceInvariantUUID":"c7ad7142-c94d-4877-abbd-4ba7e7885823","resourceCustomizationUUID":"aa61c7a9-91bc-4078-bbbc-da01e67afabc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml","artifactChecksum":"ZDY1ZTdhODk4NzE2MWM0NzFjYTQ2YTY0NTFjYjIxOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a4cdb6d-3700-41bb-91be-64e25a300577","artifactVersion":"1"},{"artifactName":"vfw4403aed8bbb20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json","artifactChecksum":"YzEzYmE5NGJlZTUxYzVhOTFmMjQ0ZjEyNTcwMjc3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c0cf67c-c0be-42bc-a7f5-b0239889fcbe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f317a9c-5a58-46ee-9742-5508e8495b7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml","artifactChecksum":"ZDNjMzBiNmFhYmI1MzBiNmQxYjJiMjY0NDllZmZjN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2c3ba4f-1f8b-4a5e-b4c4-e794d4d77e5e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6fae19f-eebc-4499-a677-d16e41942b73","artifactVersion":"2","generatedFromUUID":"1f317a9c-5a58-46ee-9742-5508e8495b7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220605063855-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml","artifactChecksum":"M2JjYzgwZjU4ODg4YmQ3YzZlZjlhYjAzMGExMTdiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7ee34e8-89a8-4c20-b846-9cf0594b7013","artifactVersion":"1"},{"artifactName":"service-Vfw20220605063855-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar","artifactChecksum":"OTdkYzI3ZjdkZDk1MGEwMTI0MDk0OTM0MTJlNTZkYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c3e1d7b-fd90-4c03-8982-cbe602bcb54d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T06:43:16.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:43:16.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T06:43:16.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.873Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:16.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:43:16.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:16.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:43:16.893Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:16.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:16.910Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:17.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-05T06:43:17.015Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:17.016Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:17.041Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:17.042Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:17.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:17.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:17.920Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:17.920Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:43:18.020Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:18.022Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:18.022Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:18.041Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:18.042Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:18.921Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:18.922Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:18.925Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:18.925Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:43:19.025Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:19.026Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:19.026Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:19.046Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:19.047Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:19.926Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:19.927Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:19.929Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:19.930Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:20.030Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:20.031Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:20.031Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:20.056Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:20.056Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:20.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:20.933Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:20.937Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:20.937Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T06:43:21.037Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:21.038Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:21.039Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:21.064Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:21.064Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:21.938Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:21.939Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:21.941Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:21.942Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:43:22.042Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:22.043Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:22.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:22.068Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:22.069Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:22.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:43:22.943Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:22.946Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:22.947Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:43:23.046Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:43:23.047Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:23.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:23.066Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:23.067Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:43:23.949Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "serviceName": "vFW 2022-06-05 06-38-55",
  "serviceVersion": "1.0",
  "serviceUUID": "6a5a2424-1984-47f7-ac3d-cdcc1fc13571",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e301b9af-99bc-4392-8f03-bc2ff26070e1",
  "resources": [
    {
      "resourceInstanceName": "vFW 4403aed8-bbb2 0",
      "resourceCustomizationUUID": "aa61c7a9-91bc-4078-bbbc-da01e67afabc",
      "resourceName": "vFW 4403aed8-bbb2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e4272efa-99eb-4f37-a413-8fc1ba564ecd",
      "resourceInvariantUUID": "c7ad7142-c94d-4877-abbd-4ba7e7885823",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4403aed8bbb20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
          "artifactChecksum": "YzEzYmE5NGJlZTUxYzVhOTFmMjQ0ZjEyNTcwMjc3MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c0cf67c-c0be-42bc-a7f5-b0239889fcbe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1f317a9c-5a58-46ee-9742-5508e8495b7e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6fae19f-eebc-4499-a677-d16e41942b73",
            "generatedFromUUID": "1f317a9c-5a58-46ee-9742-5508e8495b7e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6fae19f-eebc-4499-a677-d16e41942b73",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220605063855-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
      "artifactChecksum": "OTdkYzI3ZjdkZDk1MGEwMTI0MDk0OTM0MTJlNTZkYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c3e1d7b-fd90-4c03-8982-cbe602bcb54d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T06:43:23.951Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T06:43:23.952Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a5a2424-1984-47f7-ac3d-cdcc1fc13571 ASDC
2022-06-05T06:43:24.068Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c3f2e2e0-1308-4111-8154-297b56ac186b
ServiceName:vFW 2022-06-05 06-38-55
ServiceVersion:1.0
ServiceUUID:6a5a2424-1984-47f7-ac3d-cdcc1fc13571
ServiceInvariantUUID:e301b9af-99bc-4392-8f03-bc2ff26070e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220605063855-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar
ArtifactUUID:0c3e1d7b-fd90-4c03-8982-cbe602bcb54d
ArtifactChecksum:OTdkYzI3ZjdkZDk1MGEwMTI0MDk0OTM0MTJlNTZkYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4403aed8-bbb2 0
ResourceCustomizationUUID:aa61c7a9-91bc-4078-bbbc-da01e67afabc
ResourceInvariantUUID:c7ad7142-c94d-4877-abbd-4ba7e7885823
ResourceName:vFW 4403aed8-bbb2
ResourceType:VF
ResourceUUID:e4272efa-99eb-4f37-a413-8fc1ba564ecd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4403aed8bbb20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json
ArtifactUUID:1c0cf67c-c0be-42bc-a7f5-b0239889fcbe
ArtifactChecksum:YzEzYmE5NGJlZTUxYzVhOTFmMjQ0ZjEyNTcwMjc3MGE=
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/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml
ArtifactUUID:1f317a9c-5a58-46ee-9742-5508e8495b7e
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/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
ArtifactUUID:d6fae19f-eebc-4499-a677-d16e41942b73
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/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
ArtifactUUID:d6fae19f-eebc-4499-a677-d16e41942b73
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T06:43:24.070Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a5a2424-1984-47f7-ac3d-cdcc1fc13571 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:43:24.360Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:43:24.361Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-05T06:43:24.363Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-05T06:43:24.363Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c3e1d7b-fd90-4c03-8982-cbe602bcb54d from URL: /sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:24.363Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-05T06:43:24.365Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:25.023Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-05T06:43:25.045Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar 0c3e1d7b-fd90-4c03-8982-cbe602bcb54d 99071
2022-06-05T06:43:25.047Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar ASDC sendASDCNotification
2022-06-05T06:43:25.047Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:25.048Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:43:25.050Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:25.052Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:25.052Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411405046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:43:25.152Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:25.154Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:25.154Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:25.171Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:25.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:26.054Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:43:26.055Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-05T06:43:26.055Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0c3e1d7b-fd90-4c03-8982-cbe602bcb54d, URL: /sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar to file: /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:26.056Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220605063855-csar.csar
2022-06-05T06:43:26.145Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:26.145Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:26.836Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11322137205568404237/Definitions/service-Vfw20220605063855-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-05T06:43:30.231Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T06:43:30.236Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-05T06:43:30.236Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.237Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-05T06:43:30.237Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.237Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.237Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.237Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.238Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.238Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.238Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.238Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.238Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4403aed8-bbb2 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-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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-Vfw20220605063855-csar.csar
2022-06-05T06:43:30.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-05T06:43:30.246Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.247Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.252Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:30.252Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-05T06:43:30.254Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:43:30.255Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.256Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.256Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:30.256Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-05T06:43:30.256Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:43:30.257Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.257Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.261Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.261Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:30.261Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:30.261Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:30.262Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T06:43:30.263Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T06:43:30.263Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.263Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.263Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T06:43:30.263Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.264Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T06:43:30.264Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.264Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T06:43:30.264Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.264Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:43:30.266Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.266Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:30.266Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:30.266Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.267Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:30.267Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:30.267Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.267Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:30.267Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:30.268Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.268Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:30.268Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:30.268Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T06:43:30.268Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:30.269Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T06:43:30.269Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T06:43:30.269Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.269Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.269Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T06:43:30.270Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.270Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T06:43:30.270Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.270Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d451e057-a348-4ed4-9cf8-5914dac6364d
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.271Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.272Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T06:43:30.272Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.272Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:30.272Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T06:43:30.272Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T06:43:30.273Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.273Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T06:43:30.273Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.273Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06872ec0-3ce3-4252-8f8c-502b78ea8510
2022-06-05T06:43:30.277Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.277Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:30.277Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:30.277Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T06:43:30.278Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.278Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.278Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T06:43:30.278Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.278Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T06:43:30.279Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf848d92-eeaa-43e3-b236-b3e592815b18
2022-06-05T06:43:30.280Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.280Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.280Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.281Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.281Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.281Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.281Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:30.281Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:30.282Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-05 06-38-55
Description:catalog service description
Model UUID:6a5a2424-1984-47f7-ac3d-cdcc1fc13571
Model Version:NULL
Model InvariantUuid:e301b9af-99bc-4392-8f03-bc2ff26070e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4403aed8-bbb2
Model UUID:4cffcef8-4937-4989-b07c-9a76f2cf29e0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7ad7142-c94d-4877-abbd-4ba7e7885823
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa61c7a9-91bc-4078-bbbc-da01e67afabc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b8f5c793-9564-4284-b89a-a6a5314acfe5
ModelName:Vfw4403aed8Bbb2..base_vfw..module-0
ModelUuid:384c1a0a-bd1a-4d71-824b-18f53fe0b2e7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d451e057-a348-4ed4-9cf8-5914dac6364d
ModelInvariantUuid:2a996089-90d8-4368-b5e0-1e6c18a9d36b
ModelName:vFW 4403aed8-bbb2-nodes.vfwCvfc
ModelUuid:472eccc3-a50e-4b01-9604-1ccb8adb8b5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:312864da-9a90-41e5-84eb-f71a1b3465d6
ModelInvariantUuid:e2133175-cf36-471f-8e92-d8d91a4b1577
ModelName:Vfw4403aed8Bbb2.compute.nodes.heat.vfw
ModelUuid:31ec151a-b014-4e16-a230-dcf7655e8ba2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06872ec0-3ce3-4252-8f8c-502b78ea8510
ModelInvariantUuid:d1faa68e-253c-4ea2-98c1-29cd1283fd09
ModelName:vFW 4403aed8-bbb2-nodes.vsnCvfc
ModelUuid:09a5d7d7-4bd0-499a-bec7-6a4411e9a1f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:99ca0937-28fe-4829-815d-ca2f3e07f085
ModelInvariantUuid:04393d39-cf9d-4e1a-a04d-fd34b9a32f93
ModelName:Vfw4403aed8Bbb2.compute.nodes.heat.vsn
ModelUuid:2c24d57a-c000-42d8-9e74-8e87c44e5b49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bf848d92-eeaa-43e3-b236-b3e592815b18
ModelInvariantUuid:c9992ee3-cf02-49fa-9e4b-d71a54ade674
ModelName:vFW 4403aed8-bbb2-nodes.vpgCvfc
ModelUuid:69e14531-ff14-4102-b767-6aab6fbec72b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a42556b5-163a-4908-823a-116e8f6e280e
ModelInvariantUuid:8f86c50c-ae26-4a23-ace4-251095509f9c
ModelName:Vfw4403aed8Bbb2.compute.nodes.heat.vpg
ModelUuid:4b1f3076-9e7f-4e0c-b13a-46d10efae4ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T06:43:30.307Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e4272efa-99eb-4f37-a413-8fc1ba564ecd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:43:30.418Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||vFW 4403aed8-bbb2 0
2022-06-05T06:43:30.427Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4272efa-99eb-4f37-a413-8fc1ba564ecd
2022-06-05T06:43:30.428Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c0cf67c-c0be-42bc-a7f5-b0239889fcbe from URL: /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json
2022-06-05T06:43:30.428Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-05T06:43:30.428Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json
2022-06-05T06:43:30.607Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-05T06:43:30.607Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json 1c0cf67c-c0be-42bc-a7f5-b0239889fcbe 785
2022-06-05T06:43:30.607Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json ASDC sendASDCNotification
2022-06-05T06:43:30.608Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json
2022-06-05T06:43:30.608Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:43:30.608Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:30.610Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:30.610Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411410607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:43:30.710Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:43:30.711Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:30.712Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:30.730Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:30.731Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:31.613Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4403aed8Bbb2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b8f5c793-9564-4284-b89a-a6a5314acfe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "384c1a0a-bd1a-4d71-824b-18f53fe0b2e7",
    "vfModuleModelCustomizationUUID": "2d20ac33-b222-4050-b6f0-426858678afe",
    "isBase": true,
    "artifacts": [
      "1f317a9c-5a58-46ee-9742-5508e8495b7e",
      "d6fae19f-eebc-4499-a677-d16e41942b73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:43:31.634Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4403aed8Bbb2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:384c1a0a-bd1a-4d71-824b-18f53fe0b2e7
VfModuleModelInvariantUUID:b8f5c793-9564-4284-b89a-a6a5314acfe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f317a9c-5a58-46ee-9742-5508e8495b7e
,
d6fae19f-eebc-4499-a677-d16e41942b73

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

isBase:true


}

2022-06-05T06:43:31.637Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4403aed8Bbb2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b8f5c793-9564-4284-b89a-a6a5314acfe5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "384c1a0a-bd1a-4d71-824b-18f53fe0b2e7",
    "vfModuleModelCustomizationUUID": "2d20ac33-b222-4050-b6f0-426858678afe",
    "isBase": true,
    "artifacts": [
      "1f317a9c-5a58-46ee-9742-5508e8495b7e",
      "d6fae19f-eebc-4499-a677-d16e41942b73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:43:31.638Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4403aed8Bbb2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:384c1a0a-bd1a-4d71-824b-18f53fe0b2e7
VfModuleModelInvariantUUID:b8f5c793-9564-4284-b89a-a6a5314acfe5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f317a9c-5a58-46ee-9742-5508e8495b7e
,
d6fae19f-eebc-4499-a677-d16e41942b73

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

isBase:true


}

2022-06-05T06:43:31.638Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f317a9c-5a58-46ee-9742-5508e8495b7e from URL: /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml
2022-06-05T06:43:31.638Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-05T06:43:31.638Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml
2022-06-05T06:43:31.791Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-05T06:43:31.792Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml 1f317a9c-5a58-46ee-9742-5508e8495b7e 20368
2022-06-05T06:43:31.792Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T06:43:31.793Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml
2022-06-05T06:43:31.793Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:43:31.793Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:31.795Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:31.795Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411411792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:43:31.896Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:31.897Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:31.897Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:31.917Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:31.918Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:43:32.796Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6fae19f-eebc-4499-a677-d16e41942b73 from URL: /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
2022-06-05T06:43:32.797Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-05T06:43:32.797Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
2022-06-05T06:43:33.102Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-05T06:43:33.102Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env d6fae19f-eebc-4499-a677-d16e41942b73 2098
2022-06-05T06:43:33.103Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T06:43:33.103Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
2022-06-05T06:43:33.103Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:43:33.103Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:33.106Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:33.106Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411413103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:43:33.206Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:33.207Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:33.207Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:33.229Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:33.230Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:43:34.107Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6a5a2424-1984-47f7-ac3d-cdcc1fc13571
2022-06-05T06:43:34.107Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4403aed8-bbb2 0 e4272efa-99eb-4f37-a413-8fc1ba564ecd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:43:34.171Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f3b2885, org.onap.sdc.toscaparser.api.parameters.Input@17fbd903, org.onap.sdc.toscaparser.api.parameters.Input@bc9688d, org.onap.sdc.toscaparser.api.parameters.Input@23691f18, org.onap.sdc.toscaparser.api.parameters.Input@55e064f0]
2022-06-05T06:43:34.175Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.175Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.176Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-05T06:43:34.176Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= aa61c7a9-91bc-4078-bbbc-da01e67afabc
2022-06-05T06:43:34.176Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa61c7a9-91bc-4078-bbbc-da01e67afabc matches Tosca VF Customization UUID: aa61c7a9-91bc-4078-bbbc-da01e67afabc
2022-06-05T06:43:34.176Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: aa61c7a9-91bc-4078-bbbc-da01e67afabc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T06:43:34.184Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.184Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.186Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id aa61c7a9-91bc-4078-bbbc-da01e67afabc: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-05T06:43:34.186Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@121a27aa
2022-06-05T06:43:34.186Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.187Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:43:34.187Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d20ac33-b222-4050-b6f0-426858678afe
2022-06-05T06:43:34.189Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d20ac33-b222-4050-b6f0-426858678afe
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T06:43:34.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:34.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:34.199Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.199Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:34.200Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:34.200Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T06:43:34.201Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:34.201Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T06:43:34.201Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T06:43:34.202Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.202Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.202Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T06:43:34.203Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.203Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T06:43:34.203Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.204Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d451e057-a348-4ed4-9cf8-5914dac6364d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T06:43:34.214Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.214Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.215Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:34.215Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.215Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:34.215Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:34.216Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T06:43:34.216Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.216Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.217Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T06:43:34.217Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.217Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:34.218Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T06:43:34.218Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T06:43:34.218Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.219Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T06:43:34.219Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.219Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06872ec0-3ce3-4252-8f8c-502b78ea8510
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T06:43:34.222Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.222Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.223Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:34.226Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.227Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is not matching search criteria
2022-06-05T06:43:34.227Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T06:43:34.228Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T06:43:34.228Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.228Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.229Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T06:43:34.229Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.229Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T06:43:34.229Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T06:43:34.230Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T06:43:34.230Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T06:43:34.230Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T06:43:34.231Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T06:43:34.231Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bf848d92-eeaa-43e3-b236-b3e592815b18
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T06:43:34.234Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.235Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.235Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:43:34.235Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.236Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Node template vFW 4403aed8-bbb2 0 is matching search criteria
2022-06-05T06:43:34.236Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4403aed8-bbb2 0] matching following query criteria: sdcType=VF, customizationUUID=aa61c7a9-91bc-4078-bbbc-da01e67afabc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:43:34.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.239Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.240Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6a5a2424-1984-47f7-ac3d-cdcc1fc13571: vFW 4403aed8-bbb2
2022-06-05T06:43:34.240Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.240Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.240Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.241Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.241Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.241Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.242Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.242Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.242Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:43:34.242Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-05 06-38-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:43:34.243Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-05 06-38-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:43:34.566Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4403aed8-bbb2 e4272efa-99eb-4f37-a413-8fc1ba564ecd 1 ASDC deployResourceStructure
2022-06-05T06:43:34.566Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json ASDC sendASDCNotification
2022-06-05T06:43:34.567Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json
2022-06-05T06:43:34.567Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:43:34.567Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:34.569Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:34.569Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411414566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:43:34.673Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-05T06:43:34.674Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:34.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:34.695Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:34.695Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:35.571Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T06:43:35.571Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml
2022-06-05T06:43:35.571Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:43:35.572Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:35.574Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:35.574Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:43:35.674Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:35.675Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:35.675Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:35.691Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:35.691Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:36.575Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T06:43:36.576Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env
2022-06-05T06:43:36.576Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:43:36.577Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:36.578Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:36.579Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411416575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T06:43:36.679Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:36.680Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:36.680Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:36.698Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:36.698Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:43:37.579Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar ASDC sendASDCNotification
2022-06-05T06:43:37.580Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar
2022-06-05T06:43:37.580Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:43:37.581Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:43:37.585Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:43:37.585Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411417579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:43:37.685Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:43:37.686Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:43:37.686Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:43:37.710Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:43:37.711Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:43:38.586Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:43:38.616Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:43:38.619Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:43:38.619Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:43:38.619Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:44:08.620Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:44:08.631Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:44:08.634Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:44:08.635Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:44:08.635Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:44:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:44:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:44:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:44:16.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:44:16.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:44:16.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411380799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:44:16.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:44:38.635Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:44:38.648Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:44:38.657Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:44:38.657Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:44:38.657Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:45:08.658Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:45:08.679Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:45:08.682Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:45:08.683Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:45:08.683Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:45:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:45:16.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:45:16.200Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:45:16.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:45:16.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:45:16.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411381385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:45:16.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:45:38.683Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:45:38.702Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:45:38.706Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:45:38.707Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:45:38.707Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:46:08.707Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:46:08.719Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:46:08.721Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:46:08.721Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:46:08.723Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:46:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:46:16.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:46:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:46:16.737Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:46:16.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411384950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:46:16.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411389374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411388403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411381268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:46:16.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411390175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411398999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411398750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411398759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411399035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411398928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "cds",
  "timestamp": 1654411399771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:46:16.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411399939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:46:16.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411400329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "policy-id",
  "timestamp": 1654411400945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.785Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.785Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:46:16.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411401684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:46:16.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411402756,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.808Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.808Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T06:46:16.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411396195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:46:16.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:46:16.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411403762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411404275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411405046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411405283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.832Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:46:16.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411408331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411410340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411410607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "clamp",
  "timestamp": 1654411411345,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.848Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:46:16.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411411792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411413103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:46:16.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411414566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/vfw4403aed8bbb20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411416575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/resourceInstances/vfw4403aed8bbb20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411417579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411423609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605063855/1.0/artifacts/service-Vfw20220605063855-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:46:16.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:46:16.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T06:46:16.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "aai-ml",
  "timestamp": 1654411424616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:46:16.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3f2e2e0-1308-4111-8154-297b56ac186b
2022-06-05T06:46:16.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f2e2e0-1308-4111-8154-297b56ac186b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:46:38.724Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:46:38.738Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:46:38.742Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:46:38.742Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T06:46:38.742Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T06:46:38.742Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T06:46:38.742Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:46:38.743Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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=?
2022-06-05T06:46:38.752Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T06:47:08.752Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3f2e2e0-1308-4111-8154-297b56ac186b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T06:47:08.774Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3f2e2e0-1308-4111-8154-297b56ac186b and serviceModelVersionId: 6a5a2424-1984-47f7-ac3d-cdcc1fc13571
2022-06-05T06:47:08.774Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e301b9af-99bc-4392-8f03-bc2ff26070e1
2022-06-05T06:47:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:47:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:47:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:47:25.032Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0
2022-06-05T06:47:25.165Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T06:47:25.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:47:25.788Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|INFO|500||Invoke
2022-06-05T06:47:25.802Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3f2e2e0-1308-4111-8154-297b56ac186b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b50e6a51-14b2-49ca-91d9-ec1d03e1c70a], X-ECOMP-RequestID=[c3f2e2e0-1308-4111-8154-297b56ac186b], X-TransactionId=[], X-ONAP-RequestID=[c3f2e2e0-1308-4111-8154-297b56ac186b], Content-Type=[application/merge-patch+json]}
2022-06-05T06:47:25.972Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T06:47:26.531Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-06:47:26:881-64620], vertex-id=[184496], Content-Length=[0], Date=[Sun, 05 Jun 2022 06:47:26 GMT], Content-Type=[application/json]}
2022-06-05T06:47:26.533Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T06:47:26.534Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e301b9af-99bc-4392-8f03-bc2ff26070e1/model-vers/model-ver/6a5a2424-1984-47f7-ac3d-cdcc1fc13571?depth=0|INFO|500||InvokeReturn
2022-06-05T06:47:26.538Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T06:47:26.538Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:47:26.545Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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)
2022-06-05T06:47:26.546Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3f2e2e0-1308-4111-8154-297b56ac186b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T06:47:26.548Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T06:47:26.548Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:47:26.551Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:47:26.551Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411646546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:47:26.651Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:47:26.653Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:47:26.653Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:47:26.676Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:47:26.677Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:47:27.567Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:47:27.568Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:47:27.568Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:47:37.911Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:47:37.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:47:37.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:47:37.913Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:47:47.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:47:47.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:47:47.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:47:47.501Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:47:57.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:47:57.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:47:57.071Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:47:57.071Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:48:06.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:48:16.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:48:16.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:48:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:48:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:48:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:48:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:48:16.851Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:48:16.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:48:16.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f2e2e0-1308-4111-8154-297b56ac186b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411646546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:48:16.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:48:25.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:16.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:49:16.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:49:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:49:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:49:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:16.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:16.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"493a9e7b-3067-4dd8-a995-a92253972a5d","serviceName":"basic_onboard_AepJAR","serviceVersion":"1.0","serviceUUID":"a401f9b8-a637-4d34-8406-414f06716d9e","serviceDescription":"service","serviceInvariantUUID":"0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b","resources":[{"resourceInstanceName":"basic_onboard_AepJAR 0","resourceName":"basic_onboard_AepJAR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9213771c-45b7-4f55-90ce-b06fefba4cab","resourceInvariantUUID":"5bb069a7-e39a-4866-a410-ef3b3742d77e","resourceCustomizationUUID":"0e342f4a-1927-42a5-8f41-5902920da010","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml","artifactChecksum":"NGNkZjA1NzA0MmIwOTNkYWI3ODA2Y2FiN2U1OWQwZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"769ddc4d-0fa6-4ed9-b832-f5abd893e00f","artifactVersion":"1"},{"artifactName":"basic_onboard_aepjar0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json","artifactChecksum":"YjUzNjZlOWJjMWViZWFjYjk1ZGFiZDc1NDRmMjk0MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb92b230-cc84-4941-844c-9b54980ddc1e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef5be3d1-f014-4b3e-a4e9-056f3b625ec4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac1b2f8e-fc70-4c43-946a-9121e0d3517c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7da3a40-fb81-4f2b-9e83-ce1000ea4983","artifactVersion":"2","generatedFromUUID":"ef5be3d1-f014-4b3e-a4e9-056f3b625ec4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAepjar-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml","artifactChecksum":"MjlmODlhZGQ5OWU3Y2IyNzVhYWFiNjQ0MjEyY2U2Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f92ba8b0-f643-457f-bbe6-dc4314bb9bf7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAepjar-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar","artifactChecksum":"ZjcxYmRjMTkxMzMwY2UyYzA5NWQzMjI5Yjk0MTA4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5da33b04-2871-4168-b7be-12a9a701dcc0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T06:49:16.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:16.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:16.841Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:16.842Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:16.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411711385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411711268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411708403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411725603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411725511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411725811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411719373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411726614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:16.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "cds",
  "timestamp": 1654411726520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:16.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:16.898Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:16.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411720175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411720799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:16.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "policy-id",
  "timestamp": 1654411727620,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:16.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:16.918Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:16.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411727912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411729257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411730480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:16.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411730986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654411731484,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:16.942Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:49:16.943Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:16.943Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:16.946Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:16.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:16.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654411724950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:16.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:49:16.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411732198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411733233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:16.970Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:16.970Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d 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=?
2022-06-05T06:49:16.973Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:16.974Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T06:49:16.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411733382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:16.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654411734237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:16.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411735391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:16.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "clamp",
  "timestamp": 1654411736394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:16.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:16.987Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:16.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411742591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:16.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:49:16.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:49:16.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "aai-ml",
  "timestamp": 1654411743596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:17.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 493a9e7b-3067-4dd8-a995-a92253972a5d
2022-06-05T06:49:17.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493a9e7b-3067-4dd8-a995-a92253972a5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:17.842Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:17.843Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:17.845Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:17.846Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:49:17.945Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:49:17.947Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:17.947Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:17.969Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:17.970Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:18.846Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:18.847Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:18.849Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:18.849Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:49:18.949Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:18.951Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:18.951Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:18.969Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:18.969Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:49:19.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:19.851Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:19.853Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:19.853Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:19.954Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T06:49:19.955Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:19.955Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:19.978Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:19.979Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:20.855Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:20.856Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:20.858Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:20.858Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T06:49:20.958Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:20.959Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:20.960Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:20.979Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:20.980Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:21.858Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:21.860Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:21.862Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:21.862Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:49:21.962Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:21.964Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:21.964Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:21.987Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:21.989Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:22.863Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:49:22.863Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:22.866Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:22.866Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:49:22.966Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:22.968Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:22.968Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:22.986Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:22.987Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:23.868Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "serviceName": "basic_onboard_AepJAR",
  "serviceVersion": "1.0",
  "serviceUUID": "a401f9b8-a637-4d34-8406-414f06716d9e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_AepJAR 0",
      "resourceCustomizationUUID": "0e342f4a-1927-42a5-8f41-5902920da010",
      "resourceName": "basic_onboard_AepJAR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9213771c-45b7-4f55-90ce-b06fefba4cab",
      "resourceInvariantUUID": "5bb069a7-e39a-4866-a410-ef3b3742d77e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_aepjar0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
          "artifactChecksum": "YjUzNjZlOWJjMWViZWFjYjk1ZGFiZDc1NDRmMjk0MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb92b230-cc84-4941-844c-9b54980ddc1e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ef5be3d1-f014-4b3e-a4e9-056f3b625ec4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f7da3a40-fb81-4f2b-9e83-ce1000ea4983",
            "generatedFromUUID": "ef5be3d1-f014-4b3e-a4e9-056f3b625ec4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f7da3a40-fb81-4f2b-9e83-ce1000ea4983",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAepjar-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
      "artifactChecksum": "ZjcxYmRjMTkxMzMwY2UyYzA5NWQzMjI5Yjk0MTA4NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5da33b04-2871-4168-b7be-12a9a701dcc0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T06:49:23.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T06:49:23.869Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a401f9b8-a637-4d34-8406-414f06716d9e ASDC
2022-06-05T06:49:23.870Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:493a9e7b-3067-4dd8-a995-a92253972a5d
ServiceName:basic_onboard_AepJAR
ServiceVersion:1.0
ServiceUUID:a401f9b8-a637-4d34-8406-414f06716d9e
ServiceInvariantUUID:0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAepjar-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar
ArtifactUUID:5da33b04-2871-4168-b7be-12a9a701dcc0
ArtifactChecksum:ZjcxYmRjMTkxMzMwY2UyYzA5NWQzMjI5Yjk0MTA4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AepJAR 0
ResourceCustomizationUUID:0e342f4a-1927-42a5-8f41-5902920da010
ResourceInvariantUUID:5bb069a7-e39a-4866-a410-ef3b3742d77e
ResourceName:basic_onboard_AepJAR
ResourceType:VF
ResourceUUID:9213771c-45b7-4f55-90ce-b06fefba4cab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aepjar0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json
ArtifactUUID:cb92b230-cc84-4941-844c-9b54980ddc1e
ArtifactChecksum:YjUzNjZlOWJjMWViZWFjYjk1ZGFiZDc1NDRmMjk0MzE=
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/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ef5be3d1-f014-4b3e-a4e9-056f3b625ec4
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/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
ArtifactUUID:f7da3a40-fb81-4f2b-9e83-ce1000ea4983
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/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
ArtifactUUID:f7da3a40-fb81-4f2b-9e83-ce1000ea4983
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T06:49:23.870Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a401f9b8-a637-4d34-8406-414f06716d9e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:49:23.904Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:49:23.905Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:49:23.906Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:49:23.906Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5da33b04-2871-4168-b7be-12a9a701dcc0 from URL: /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:23.906Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:49:23.907Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:24.398Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:49:24.403Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar 5da33b04-2871-4168-b7be-12a9a701dcc0 71566
2022-06-05T06:49:24.404Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar ASDC sendASDCNotification
2022-06-05T06:49:24.404Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:24.404Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:49:24.405Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:24.407Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:24.408Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411764403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:24.508Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:24.509Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:24.509Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:24.527Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:24.527Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:25.408Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:49:25.410Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:49:25.411Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5da33b04-2871-4168-b7be-12a9a701dcc0, URL: /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar to file: /app/ASDC/1/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:25.412Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:25.412Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:25.413Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:25.685Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1194823980810567627/Definitions/service-BasicOnboardAepjar-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-05T06:49:26.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T06:49:26.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:49:26.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T06:49:26.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.985Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.985Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.985Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.986Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.986Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AepJAR 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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.986Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.986Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.987Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:26.987Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:49:26.987Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.987Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.988Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:26.988Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:49:26.988Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:49:26.989Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.989Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.989Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:26.989Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:49:26.990Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:49:26.990Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.990Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.991Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.991Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is not matching search criteria
2022-06-05T06:49:26.992Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-05T06:49:26.992Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-05T06:49:26.992Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-05T06:49:26.992Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T06:49:26.993Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T06:49:26.993Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.993Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:49:26.994Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.994Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:26.994Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:26.995Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.995Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:26.995Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:26.995Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.996Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:26.996Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:26.996Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.997Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is not matching search criteria
2022-06-05T06:49:26.997Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T06:49:26.997Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T06:49:26.997Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c0991fe-7974-4508-9076-0af44374b3b4
2022-06-05T06:49:26.998Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.998Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.998Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.998Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.999Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.999Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:26.999Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:26.999Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:27.000Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_AepJAR
Description:service
Model UUID:a401f9b8-a637-4d34-8406-414f06716d9e
Model Version:NULL
Model InvariantUuid:0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_AepJAR
Model UUID:efeade51-f044-4b0a-8ed0-420d97e7ac9e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5bb069a7-e39a-4866-a410-ef3b3742d77e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0e342f4a-1927-42a5-8f41-5902920da010
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eb70a08e-8920-4027-969c-a88953a5594a
ModelName:BasicOnboardAepjar..base_ubuntu18..module-0
ModelUuid:d12582b3-760b-4196-b58c-c1545f142ae6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c0991fe-7974-4508-9076-0af44374b3b4
ModelInvariantUuid:c39cee97-94ed-4836-b654-742b5b0e5fb0
ModelName:basic_onboard_AepJAR-nodes.ubuntu18Cvfc
ModelUuid:5311ec25-c1db-4f7b-81f4-da958cafb211
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7b6fc660-16cc-4f3b-a994-fdc8e69119e3
ModelInvariantUuid:2e09d7ef-0b98-4d14-9ab2-ec323c93a21e
ModelName:BasicOnboardAepjar.compute.nodes.heat.ubuntu18
ModelUuid:f7bdcfc8-5bf0-423a-8765-212ba12c125c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T06:49:27.009Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9213771c-45b7-4f55-90ce-b06fefba4cab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:49:27.013Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||basic_onboard_AepJAR 0
2022-06-05T06:49:27.014Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9213771c-45b7-4f55-90ce-b06fefba4cab
2022-06-05T06:49:27.014Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cb92b230-cc84-4941-844c-9b54980ddc1e from URL: /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json
2022-06-05T06:49:27.014Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:49:27.015Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json
2022-06-05T06:49:27.208Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:49:27.208Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json cb92b230-cc84-4941-844c-9b54980ddc1e 798
2022-06-05T06:49:27.209Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json ASDC sendASDCNotification
2022-06-05T06:49:27.209Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json
2022-06-05T06:49:27.209Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:49:27.210Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:27.212Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:27.212Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411767209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:27.312Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:27.313Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:27.314Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:27.338Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:27.339Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:28.213Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAepjar..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eb70a08e-8920-4027-969c-a88953a5594a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d12582b3-760b-4196-b58c-c1545f142ae6",
    "vfModuleModelCustomizationUUID": "a2e962ae-b9ac-45a9-ac2c-283dc2a33da9",
    "isBase": true,
    "artifacts": [
      "ef5be3d1-f014-4b3e-a4e9-056f3b625ec4",
      "f7da3a40-fb81-4f2b-9e83-ce1000ea4983"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:49:28.220Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAepjar..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d12582b3-760b-4196-b58c-c1545f142ae6
VfModuleModelInvariantUUID:eb70a08e-8920-4027-969c-a88953a5594a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef5be3d1-f014-4b3e-a4e9-056f3b625ec4
,
f7da3a40-fb81-4f2b-9e83-ce1000ea4983

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

isBase:true


}

2022-06-05T06:49:28.223Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAepjar..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eb70a08e-8920-4027-969c-a88953a5594a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d12582b3-760b-4196-b58c-c1545f142ae6",
    "vfModuleModelCustomizationUUID": "a2e962ae-b9ac-45a9-ac2c-283dc2a33da9",
    "isBase": true,
    "artifacts": [
      "ef5be3d1-f014-4b3e-a4e9-056f3b625ec4",
      "f7da3a40-fb81-4f2b-9e83-ce1000ea4983"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:49:28.224Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAepjar..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d12582b3-760b-4196-b58c-c1545f142ae6
VfModuleModelInvariantUUID:eb70a08e-8920-4027-969c-a88953a5594a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef5be3d1-f014-4b3e-a4e9-056f3b625ec4
,
f7da3a40-fb81-4f2b-9e83-ce1000ea4983

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

isBase:true


}

2022-06-05T06:49:28.224Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ef5be3d1-f014-4b3e-a4e9-056f3b625ec4 from URL: /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml
2022-06-05T06:49:28.224Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:49:28.224Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml
2022-06-05T06:49:28.487Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:49:28.488Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml ef5be3d1-f014-4b3e-a4e9-056f3b625ec4 5033
2022-06-05T06:49:28.488Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T06:49:28.489Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml
2022-06-05T06:49:28.489Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:49:28.489Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:28.492Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:28.492Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411768488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:28.592Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:28.594Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:28.594Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:28.612Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:28.612Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:29.493Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7da3a40-fb81-4f2b-9e83-ce1000ea4983 from URL: /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
2022-06-05T06:49:29.494Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:49:29.495Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
2022-06-05T06:49:29.787Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:49:29.788Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env f7da3a40-fb81-4f2b-9e83-ce1000ea4983 909
2022-06-05T06:49:29.789Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T06:49:29.789Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
2022-06-05T06:49:29.789Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:49:29.790Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:29.794Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:29.794Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411769789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:49:29.894Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:29.895Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:29.895Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:29.911Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:29.912Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:30.795Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a401f9b8-a637-4d34-8406-414f06716d9e
2022-06-05T06:49:30.796Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AepJAR 0 9213771c-45b7-4f55-90ce-b06fefba4cab ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:49:30.812Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6df3fb2b, org.onap.sdc.toscaparser.api.parameters.Input@28f465d3, org.onap.sdc.toscaparser.api.parameters.Input@b18071e, org.onap.sdc.toscaparser.api.parameters.Input@5da3a830, org.onap.sdc.toscaparser.api.parameters.Input@2f7b2a0c]
2022-06-05T06:49:30.814Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.814Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.814Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-05T06:49:30.814Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0e342f4a-1927-42a5-8f41-5902920da010
2022-06-05T06:49:30.815Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e342f4a-1927-42a5-8f41-5902920da010 matches Tosca VF Customization UUID: 0e342f4a-1927-42a5-8f41-5902920da010
2022-06-05T06:49:30.815Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0e342f4a-1927-42a5-8f41-5902920da010  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T06:49:30.818Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.819Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.819Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0e342f4a-1927-42a5-8f41-5902920da010: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-05T06:49:30.819Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fe31c41
2022-06-05T06:49:30.820Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.820Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:49:30.820Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2e962ae-b9ac-45a9-ac2c-283dc2a33da9
2022-06-05T06:49:30.820Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2e962ae-b9ac-45a9-ac2c-283dc2a33da9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T06:49:30.823Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.824Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:30.824Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:30.824Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.825Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:30.825Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:30.825Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.826Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is not matching search criteria
2022-06-05T06:49:30.826Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T06:49:30.826Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T06:49:30.826Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c0991fe-7974-4508-9076-0af44374b3b4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T06:49:30.829Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.830Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:30.830Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:49:30.831Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.831Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AepJAR 0 is matching search criteria
2022-06-05T06:49:30.831Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AepJAR 0] matching following query criteria: sdcType=VF, customizationUUID=0e342f4a-1927-42a5-8f41-5902920da010
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:49:30.833Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.834Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.834Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a401f9b8-a637-4d34-8406-414f06716d9e: basic_onboard_AepJAR
2022-06-05T06:49:30.834Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.834Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.835Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.835Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.835Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.835Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.835Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.836Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.836Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:49:30.836Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AepJAR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:49:30.836Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_AepJAR 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:49:30.936Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AepJAR 9213771c-45b7-4f55-90ce-b06fefba4cab 1 ASDC deployResourceStructure
2022-06-05T06:49:30.937Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json ASDC sendASDCNotification
2022-06-05T06:49:30.937Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json
2022-06-05T06:49:30.938Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:49:30.938Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:30.941Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:30.941Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411770937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:31.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:31.042Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:31.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:31.061Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:31.062Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:31.942Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T06:49:31.943Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml
2022-06-05T06:49:31.943Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:49:31.943Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:31.946Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:31.946Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411771942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:32.047Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:49:32.047Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:32.048Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:32.064Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:32.065Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:49:32.948Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T06:49:32.948Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env
2022-06-05T06:49:32.948Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:49:32.949Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:32.951Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:32.951Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411772948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:33.051Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:49:33.052Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:33.052Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:33.072Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:33.073Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:49:33.952Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar ASDC sendASDCNotification
2022-06-05T06:49:33.953Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar
2022-06-05T06:49:33.953Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:49:33.954Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:49:33.956Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:49:33.956Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411773952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:49:34.057Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:49:34.058Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:49:34.058Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:49:34.083Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:49:34.084Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:49:34.958Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 493a9e7b-3067-4dd8-a995-a92253972a5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:49:34.974Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 493a9e7b-3067-4dd8-a995-a92253972a5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:49:34.979Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:49:34.982Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T06:49:34.982Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T06:49:34.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T06:49:34.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.983Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:49:34.984Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:49:34.991Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T06:50:04.991Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 493a9e7b-3067-4dd8-a995-a92253972a5d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T06:50:04.997Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 493a9e7b-3067-4dd8-a995-a92253972a5d and serviceModelVersionId: a401f9b8-a637-4d34-8406-414f06716d9e
2022-06-05T06:50:04.998Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b
2022-06-05T06:50:04.999Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0
2022-06-05T06:50:05.003Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T06:50:05.096Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T06:50:05.102Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0|INFO|500||Invoke
2022-06-05T06:50:05.134Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T06:50:06.021Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0|INFO|500||InvokeReturn
2022-06-05T06:50:06.022Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e4a5218-4c8a-40c2-9f2d-1af2b6fe9b3b/model-vers/model-ver/a401f9b8-a637-4d34-8406-414f06716d9e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-06:50:06:045-17738], vertex-id=[172096], Content-Length=[0], Date=[Sun, 05 Jun 2022 06:50:06 GMT], Content-Type=[application/json]}
2022-06-05T06:50:06.022Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T06:50:06.023Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T06:50:06.023Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:50:06.029Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T06:50:06.030Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 493a9e7b-3067-4dd8-a995-a92253972a5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T06:50:06.030Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T06:50:06.030Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:50:06.032Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:50:06.033Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411806030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:50:06.133Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:50:06.134Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:50:06.134Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:50:06.162Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:50:06.163Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:50:16.195Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:50:16.195Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:50:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:50:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:50:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:50:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:50:16.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:50:16.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:50:16.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:50:16.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:50:25.758Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:51:16.195Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:51:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:51:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:51:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:51:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:51:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:51:16.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:51:16.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:51:16.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:51:16.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:51:16.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T06:51:16.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411756195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411764403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:51:16.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411767209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411768488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411769789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411770937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/basic_onboard_aepjar0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411771942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411772948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/resourceInstances/basic_onboard_aepjar0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T06:51:16.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411773952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAepjar/1.0/artifacts/service-BasicOnboardAepjar-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:51:16.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:16.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T06:51:16.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "493a9e7b-3067-4dd8-a995-a92253972a5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654411806030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:51:16.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:51:25.764Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:52:16.197Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:52:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:52:16.198Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:52:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:52:16.198Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:52:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:52:25.774Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:52:25.778Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:53:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:53:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:53:16.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:53:16.199Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:53:16.199Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:53:16.200Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:53:25.767Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:53:25.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:54:16.195Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:54:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:54:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:54:16.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:54:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:54:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:54:25.791Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:54:25.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:16.195Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:55:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:55:16.196Z|493a9e7b-3067-4dd8-a995-a92253972a5d|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:55:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:55:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:16.836Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:16.837Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:16.838Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.838Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fae759e0-be37-4939-ac5f-6d565d9c5a21","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"97881d80-e83c-49b9-b644-4fe2a492cfd6","serviceDescription":"service","serviceInvariantUUID":"adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"98eb4655-150c-48b8-bfd1-09efc2258314","resourceInvariantUUID":"a4b1f10d-07cf-498a-af08-e5b71b0c97a7","resourceCustomizationUUID":"86c66973-aebb-434e-bc5e-d44f60733627","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":"OTk0YmJiNDg0YzVjMGJjZmIxZjE4NDUyOTIyMTUzODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"386477cf-1c29-40d0-a0d7-269c6bc0532a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjIzYTk2ZjIzZTMyOGI0MmMyYjVkNjc2NzIxNmFkYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"592b0f7f-b1be-4382-9e67-266dc9f28ca8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T06:55:16.843Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.843Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "cds",
  "timestamp": 1654412086268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412080799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.844Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412084950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "policy-id",
  "timestamp": 1654412088405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "cds",
  "timestamp": 1654412086268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.845Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.846Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412080799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.847Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.847Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.847Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412084950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.847Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "policy-id",
  "timestamp": 1654412088405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "policy-id",
  "timestamp": 1654412094100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.848Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "cds",
  "timestamp": 1654412094536,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "policy-id",
  "timestamp": 1654412095106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.849Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "cds",
  "timestamp": 1654412095545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-05T06:55:16.851Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:55:16.852Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:55:16.857Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:55:16.857Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412116195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:55:16.875Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fae759e0-be37-4939-ac5f-6d565d9c5a21
2022-06-05T06:55:16.876Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fae759e0-be37-4939-ac5f-6d565d9c5a21 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:55:16.887Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.887Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "policy-id",
  "timestamp": 1654412096112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:55:16.893Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fae759e0-be37-4939-ac5f-6d565d9c5a21
2022-06-05T06:55:16.893Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fae759e0-be37-4939-ac5f-6d565d9c5a21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:55:16.907Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.907Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "aai-ml",
  "timestamp": 1654412101385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.907Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.907Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "aai-ml",
  "timestamp": 1654412101385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "aai-ml",
  "timestamp": 1654412104880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.908Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412109373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "clamp",
  "timestamp": 1654412110175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412109373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.909Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "clamp",
  "timestamp": 1654412110175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "aai-ml",
  "timestamp": 1654412112654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412112846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.910Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "aai-ml",
  "timestamp": 1654412113658,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:55:16.917Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fae759e0-be37-4939-ac5f-6d565d9c5a21
2022-06-05T06:55:16.917Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fae759e0-be37-4939-ac5f-6d565d9c5a21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:55:16.930Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.931Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412114560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:55:16.931Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:55:16.931Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:55:16.931Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412115564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:55:16.941Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fae759e0-be37-4939-ac5f-6d565d9c5a21
2022-06-05T06:55:16.941Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fae759e0-be37-4939-ac5f-6d565d9c5a21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:55:16.957Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:55:16.958Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:55:16.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:16.979Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:16.980Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:55:17.858Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:55:17.859Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:55:17.862Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:55:17.862Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412116195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:55:17.962Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:55:17.963Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:55:17.963Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:18.004Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:18.006Z||pool-36-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:55:18.864Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "97881d80-e83c-49b9-b644-4fe2a492cfd6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "86c66973-aebb-434e-bc5e-d44f60733627",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "98eb4655-150c-48b8-bfd1-09efc2258314",
      "resourceInvariantUUID": "a4b1f10d-07cf-498a-af08-e5b71b0c97a7",
      "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": "MjIzYTk2ZjIzZTMyOGI0MmMyYjVkNjc2NzIxNmFkYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "592b0f7f-b1be-4382-9e67-266dc9f28ca8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T06:55:18.864Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T06:55:18.864Z|493a9e7b-3067-4dd8-a995-a92253972a5d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 97881d80-e83c-49b9-b644-4fe2a492cfd6 ASDC
2022-06-05T06:55:18.865Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fae759e0-be37-4939-ac5f-6d565d9c5a21
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:97881d80-e83c-49b9-b644-4fe2a492cfd6
ServiceInvariantUUID:adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b
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:592b0f7f-b1be-4382-9e67-266dc9f28ca8
ArtifactChecksum:MjIzYTk2ZjIzZTMyOGI0MmMyYjVkNjc2NzIxNmFkYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:86c66973-aebb-434e-bc5e-d44f60733627
ResourceInvariantUUID:a4b1f10d-07cf-498a-af08-e5b71b0c97a7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:98eb4655-150c-48b8-bfd1-09efc2258314
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-05T06:55:18.865Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97881d80-e83c-49b9-b644-4fe2a492cfd6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:55:18.903Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:55:18.904Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:55:18.904Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:55:18.904Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 592b0f7f-b1be-4382-9e67-266dc9f28ca8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T06:55:18.904Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:55:18.905Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T06:55:19.516Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:55:19.518Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 592b0f7f-b1be-4382-9e67-266dc9f28ca8 52511
2022-06-05T06:55:19.519Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-05T06:55:19.519Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T06:55:19.519Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:55:19.519Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:55:19.521Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:55:19.522Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412119519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:55:19.622Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:55:19.623Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:55:19.623Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:19.643Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:19.643Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:55:20.522Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:55:20.524Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:55:20.524Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 592b0f7f-b1be-4382-9e67-266dc9f28ca8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:20.524Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-05T06:55:20.525Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:20.525Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:20.749Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3874996001731469103/Definitions/service-BasicNetwork-template.yml
2022-06-05T06:55:21.349Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T06:55:21.350Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:55:21.350Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.351Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-05T06:55:21.351Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.351Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.351Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.351Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|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-BasicNetwork-csar.csar
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:55:21.352Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.353Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.353Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-05T06:55:21.354Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:55:21.354Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:55:21.354Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.354Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.355Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-05T06:55:21.355Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:55:21.355Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:55:21.355Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.355Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.356Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.356Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.356Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.357Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.357Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.357Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.357Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.358Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.358Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:97881d80-e83c-49b9-b644-4fe2a492cfd6
Model Version:NULL
Model InvariantUuid:adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a4b1f10d-07cf-498a-af08-e5b71b0c97a7
Model UUID:6742478b-aa3b-4577-b98e-e8223b43a59b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:86c66973-aebb-434e-bc5e-d44f60733627
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T06:55:21.368Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 98eb4655-150c-48b8-bfd1-09efc2258314
2022-06-05T06:55:21.369Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||No resources found for Service: 97881d80-e83c-49b9-b644-4fe2a492cfd6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:55:21.379Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||
2022-06-05T06:55:21.379Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-05T06:55:21.380Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 97881d80-e83c-49b9-b644-4fe2a492cfd6
2022-06-05T06:55:21.380Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 97881d80-e83c-49b9-b644-4fe2a492cfd6
2022-06-05T06:55:21.381Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-05T06:55:21.381Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:55:21.396Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fb9e472, org.onap.sdc.toscaparser.api.parameters.Input@efe0f0c, org.onap.sdc.toscaparser.api.parameters.Input@22679c6b, org.onap.sdc.toscaparser.api.parameters.Input@7c92db74, org.onap.sdc.toscaparser.api.parameters.Input@1ce83ae0]
2022-06-05T06:55:21.398Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.399Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.399Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.399Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.401Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 97881d80-e83c-49b9-b644-4fe2a492cfd6: Generic NeutronNet
2022-06-05T06:55:21.402Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.402Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.403Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.403Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-05T06:55:21.454Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.454Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.455Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.455Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.455Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:55:21.455Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:55:21.455Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T06:55:21.527Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-05T06:55:21.528Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-05T06:55:21.528Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T06:55:21.528Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:55:21.528Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:55:21.531Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:55:21.531Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412121528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:55:21.631Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:55:21.632Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:55:21.632Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:21.661Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:21.661Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:55:22.532Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fae759e0-be37-4939-ac5f-6d565d9c5a21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:55:22.543Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fae759e0-be37-4939-ac5f-6d565d9c5a21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:55:22.546Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:55:22.547Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:55:22.547Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:55:22.551Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T06:55:52.552Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fae759e0-be37-4939-ac5f-6d565d9c5a21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T06:55:52.558Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fae759e0-be37-4939-ac5f-6d565d9c5a21 and serviceModelVersionId: 97881d80-e83c-49b9-b644-4fe2a492cfd6
2022-06-05T06:55:52.559Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b
2022-06-05T06:55:52.560Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0
2022-06-05T06:55:52.565Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T06:55:52.619Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T06:55:52.621Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0|INFO|500||Invoke
2022-06-05T06:55:52.652Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T06:55:53.097Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0|INFO|500||InvokeReturn
2022-06-05T06:55:53.098Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb2c33b-5dd7-44e0-a143-3a8fc0c86f7b/model-vers/model-ver/97881d80-e83c-49b9-b644-4fe2a492cfd6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220605-06:55:53:559-99060], vertex-id=[237816], Content-Length=[0], Date=[Sun, 05 Jun 2022 06:55:53 GMT], Content-Type=[application/json]}
2022-06-05T06:55:53.098Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T06:55:53.100Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T06:55:53.100Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:55:53.107Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T06:55:53.107Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fae759e0-be37-4939-ac5f-6d565d9c5a21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T06:55:53.108Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T06:55:53.108Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:55:53.110Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:55:53.110Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412153107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:55:53.210Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:55:53.211Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:55:53.212Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:55:53.245Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:55:53.245Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:56:16.195Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:56:16.196Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:56:16.196Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:56:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:56:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:56:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:56:16.332Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:56:16.333Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T06:56:16.333Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412116195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:56:16.334Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:56:25.767Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:16.195Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:57:16.196Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:57:16.196Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:57:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:57:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:16.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:16.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412116195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:57:16.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:57:16.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412119519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412121528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "clamp",
  "timestamp": 1654412123457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "clamp",
  "timestamp": 1654412125465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "clamp",
  "timestamp": 1654412126469,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:57:16.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fae759e0-be37-4939-ac5f-6d565d9c5a21
2022-06-05T06:57:16.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fae759e0-be37-4939-ac5f-6d565d9c5a21 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:57:16.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T06:57:16.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fae759e0-be37-4939-ac5f-6d565d9c5a21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412153107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:57:16.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:57:23.369Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:23.370Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T06:57:23.370Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e29eb720-d3b2-403a-adb8-1a6e1180f996","serviceName":"Demo_pNF_DON6blu2HgK4jxDal5Ms","serviceVersion":"1.0","serviceUUID":"f505e0f8-bc8c-4404-94ca-291374370992","serviceDescription":"catalog service description","serviceInvariantUUID":"13505f96-b82e-4409-8a7c-aff0e9e3ce78","resources":[{"resourceInstanceName":"pNF 0bf0b2c4-3c48 0","resourceName":"pNF 0bf0b2c4-3c48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"696d8032-152d-41a7-a860-513967486e2d","resourceInvariantUUID":"bbd555cd-c3f0-4b3f-a358-02bd628f7652","resourceCustomizationUUID":"4c9f72c8-ffff-4688-832b-c363aabe557d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml","artifactChecksum":"OGZhMjRjZTZjNDZmOTlhNjAyMTdiYzY5MzVhNTc3N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bce9a36b-694b-468a-8dec-0abb7ad93f65","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar","artifactChecksum":"NWIyYzk5NzBiNzA0MDgyYTk3N2U4ZjAyMWVhNWIyZGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7b85b16-c61f-4aa1-89a1-9d86cd6282fa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1463672c-5cef-45db-8a7c-624cb9c1fd91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml","artifactChecksum":"MDVmNjkwOTZhNTlkNzA5YTUwMzhlMGI4MjlhMDUxZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ff1774e-ba92-4b7b-bc6b-ea5a767ff457","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fad5ac94-267b-4934-8eee-e63d67f4f2b1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a8451ba-8b09-4add-9d04-b999314fac3e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml","artifactChecksum":"YWFjZWIxNDhhZWQxNTY1MjAyMGIzNzcxYTBjMjJkOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50c9b9bc-21b9-4b4f-919f-b2d29c76bb40","artifactVersion":"1"},{"artifactName":"service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar","artifactChecksum":"ZDgyMWZlNjY3MjA0YmRhYjQ4OTJmOTBkM2M1ODE5ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cec9708c-e213-47f7-8180-1e81cb2e0db5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T06:57:23.374Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:23.374Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:23.378Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:23.378Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:23.479Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T06:57:23.480Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:23.481Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:23.510Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:23.510Z||pool-40-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:24.379Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:24.380Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:24.382Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:24.382Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:24.482Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:57:24.483Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:24.484Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:24.497Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:24.498Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:25.382Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:25.383Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:25.385Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:25.385Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:25.486Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:57:25.487Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:25.487Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:25.507Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:25.507Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:26.386Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:26.387Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:26.389Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:26.389Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:26.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:57:26.491Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:26.491Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:26.509Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:26.510Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:57:27.390Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:27.391Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:27.393Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:27.393Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:27.493Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:57:27.495Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:27.495Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:27.535Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:27.535Z||pool-44-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:57:28.394Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:28.395Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:28.397Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:28.397Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:28.498Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:57:28.499Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:28.499Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:28.516Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:28.516Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:57:29.398Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:29.399Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:29.402Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:29.402Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:57:29.502Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:57:29.503Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:29.503Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:29.538Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:29.539Z||pool-46-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:30.402Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:57:30.403Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:30.410Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:30.410Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:57:30.513Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-05T06:57:30.514Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:30.514Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:30.540Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:30.540Z||pool-47-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:31.411Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "serviceName": "Demo_pNF_DON6blu2HgK4jxDal5Ms",
  "serviceVersion": "1.0",
  "serviceUUID": "f505e0f8-bc8c-4404-94ca-291374370992",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "13505f96-b82e-4409-8a7c-aff0e9e3ce78",
  "resources": [
    {
      "resourceInstanceName": "pNF 0bf0b2c4-3c48 0",
      "resourceCustomizationUUID": "4c9f72c8-ffff-4688-832b-c363aabe557d",
      "resourceName": "pNF 0bf0b2c4-3c48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "696d8032-152d-41a7-a860-513967486e2d",
      "resourceInvariantUUID": "bbd555cd-c3f0-4b3f-a358-02bd628f7652",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
      "artifactChecksum": "ZDgyMWZlNjY3MjA0YmRhYjQ4OTJmOTBkM2M1ODE5ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cec9708c-e213-47f7-8180-1e81cb2e0db5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T06:57:31.412Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T06:57:31.412Z|fae759e0-be37-4939-ac5f-6d565d9c5a21|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f505e0f8-bc8c-4404-94ca-291374370992 ASDC
2022-06-05T06:57:31.412Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e29eb720-d3b2-403a-adb8-1a6e1180f996
ServiceName:Demo_pNF_DON6blu2HgK4jxDal5Ms
ServiceVersion:1.0
ServiceUUID:f505e0f8-bc8c-4404-94ca-291374370992
ServiceInvariantUUID:13505f96-b82e-4409-8a7c-aff0e9e3ce78
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
ArtifactUUID:cec9708c-e213-47f7-8180-1e81cb2e0db5
ArtifactChecksum:ZDgyMWZlNjY3MjA0YmRhYjQ4OTJmOTBkM2M1ODE5ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0bf0b2c4-3c48 0
ResourceCustomizationUUID:4c9f72c8-ffff-4688-832b-c363aabe557d
ResourceInvariantUUID:bbd555cd-c3f0-4b3f-a358-02bd628f7652
ResourceName:pNF 0bf0b2c4-3c48
ResourceType:PNF
ResourceUUID:696d8032-152d-41a7-a860-513967486e2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-05T06:57:31.413Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f505e0f8-bc8c-4404-94ca-291374370992 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:57:31.451Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:57:31.452Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:57:31.452Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:57:31.453Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cec9708c-e213-47f7-8180-1e81cb2e0db5 from URL: /sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:31.453Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:57:31.453Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:31.834Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:57:31.838Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar cec9708c-e213-47f7-8180-1e81cb2e0db5 82644
2022-06-05T06:57:31.838Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar ASDC sendASDCNotification
2022-06-05T06:57:31.838Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:31.838Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:57:31.838Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:31.845Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:31.845Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412251838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:57:31.940Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-05T06:57:31.941Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:31.942Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:31.963Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:31.964Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:32.846Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:57:32.848Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:57:32.848Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cec9708c-e213-47f7-8180-1e81cb2e0db5, URL: /sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar to file: /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:32.848Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:32.848Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:32.849Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:32.984Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5439829713982368192/Definitions/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml
2022-06-05T06:57:34.035Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T06:57:34.036Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:57:34.036Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.036Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-05T06:57:34.036Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|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-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|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-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0bf0b2c4-3c48 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-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|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-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.037Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Node template pNF 0bf0b2c4-3c48 0 is matching search criteria
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0bf0b2c4-3c48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Node template pNF 0bf0b2c4-3c48 0 is matching search criteria
2022-06-05T06:57:34.038Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 0bf0b2c4-3c48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.039Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.040Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.040Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.040Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.040Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.040Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DON6blu2HgK4jxDal5Ms
Description:catalog service description
Model UUID:f505e0f8-bc8c-4404-94ca-291374370992
Model Version:NULL
Model InvariantUuid:13505f96-b82e-4409-8a7c-aff0e9e3ce78
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T06:57:34.050Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 696d8032-152d-41a7-a860-513967486e2d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:57:34.055Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||pNF 0bf0b2c4-3c48 0
2022-06-05T06:57:34.055Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 696d8032-152d-41a7-a860-513967486e2d
2022-06-05T06:57:34.055Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f505e0f8-bc8c-4404-94ca-291374370992
2022-06-05T06:57:34.055Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f505e0f8-bc8c-4404-94ca-291374370992
2022-06-05T06:57:34.056Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0bf0b2c4-3c48 0 696d8032-152d-41a7-a860-513967486e2d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:57:34.062Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5caed252, org.onap.sdc.toscaparser.api.parameters.Input@5ce1e74c, org.onap.sdc.toscaparser.api.parameters.Input@c11ffa7, org.onap.sdc.toscaparser.api.parameters.Input@65bd058f, org.onap.sdc.toscaparser.api.parameters.Input@4f2b6728]
2022-06-05T06:57:34.062Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.063Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.063Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f505e0f8-bc8c-4404-94ca-291374370992: pNF 0bf0b2c4-3c48
2022-06-05T06:57:34.063Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Processing PNF resource: 696d8032-152d-41a7-a860-513967486e2d
2022-06-05T06:57:34.064Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:57:34.064Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_DON6blu2HgK4jxDal5Ms is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:57:34.064Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4c9f72c8-ffff-4688-832b-c363aabe557d is the same as notified resource customizationUUID: 4c9f72c8-ffff-4688-832b-c363aabe557d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T06:57:34.125Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0bf0b2c4-3c48 696d8032-152d-41a7-a860-513967486e2d 0 ASDC deployResourceStructure
2022-06-05T06:57:34.125Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar ASDC sendASDCNotification
2022-06-05T06:57:34.125Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar
2022-06-05T06:57:34.129Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:57:34.129Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:57:34.132Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:57:34.132Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412254125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:57:34.235Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-05T06:57:34.236Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:57:34.236Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:57:34.281Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:57:34.282Z||pool-49-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:57:35.133Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:57:35.154Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:57:35.158Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:57:35.159Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:57:35.159Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:58:05.159Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:58:05.179Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:58:05.186Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:58:05.186Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T06:58:05.187Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T06:58:16.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:58:16.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:58:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:58:16.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:58:16.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412236195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412236268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412240799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412251723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412251838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412244950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "cds",
  "timestamp": 1654412252729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:16.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:16.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:16.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412254125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412254254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412255511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:16.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412248404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412256516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:16.923Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:16.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:16.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412257700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412258706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:16.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412251386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "policy-id",
  "timestamp": 1654412259709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:16.951Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:16.951Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:16.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412260400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/resourceInstances/pnf0bf0b2c43c480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:58:16.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412259374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412260175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412268846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:16.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412270050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:16.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "aai-ml",
  "timestamp": 1654412271054,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:16.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:16.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:17.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:17.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412270884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:17.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:17.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:17.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412271888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:17.010Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:17.010Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:17.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412276480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:58:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:17.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412278490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDon6blu2hgk4jxdal5ms/1.0/artifacts/service-DemoPnfDon6blu2hgk4jxdal5ms-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:58:17.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:58:17.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:58:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "clamp",
  "timestamp": 1654412279494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:17.026Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e29eb720-d3b2-403a-adb8-1a6e1180f996
2022-06-05T06:58:17.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e29eb720-d3b2-403a-adb8-1a6e1180f996 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:58:35.187Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:58:35.200Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.204Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:58:35.205Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:58:35.211Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T06:59:05.212Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e29eb720-d3b2-403a-adb8-1a6e1180f996 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T06:59:05.229Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e29eb720-d3b2-403a-adb8-1a6e1180f996 and serviceModelVersionId: f505e0f8-bc8c-4404-94ca-291374370992
2022-06-05T06:59:05.230Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13505f96-b82e-4409-8a7c-aff0e9e3ce78
2022-06-05T06:59:05.232Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0
2022-06-05T06:59:05.245Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T06:59:05.322Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T06:59:05.324Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0|INFO|500||Invoke
2022-06-05T06:59:05.352Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T06:59:06.192Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0|INFO|500||InvokeReturn
2022-06-05T06:59:06.193Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13505f96-b82e-4409-8a7c-aff0e9e3ce78/model-vers/model-ver/f505e0f8-bc8c-4404-94ca-291374370992?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-06:59:06:259-76293], vertex-id=[205032], Content-Length=[0], Date=[Sun, 05 Jun 2022 06:59:06 GMT], Content-Type=[application/json]}
2022-06-05T06:59:06.193Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T06:59:06.194Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T06:59:06.194Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:59:06.200Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T06:59:06.200Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e29eb720-d3b2-403a-adb8-1a6e1180f996 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T06:59:06.201Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T06:59:06.202Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:06.207Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:06.208Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412346201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:59:06.307Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:59:06.309Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:06.309Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:06.353Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:06.354Z||pool-50-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:59:07.225Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:59:07.227Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:59:07.227Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:07.890Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:07.892Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T06:59:07.892Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"55dcbf3e-cc51-4704-b97a-62d270a0acee","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f60f2cad-949f-4f6e-9e17-1b64b117782c","serviceDescription":"service","serviceInvariantUUID":"9a003cb0-a212-460e-8831-8f6488ec6d51","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dad01996-8f5c-435f-b0d6-19d04ad5ac13","resourceInvariantUUID":"bd47bb82-c5ac-4439-b44a-8670194fe8de","resourceCustomizationUUID":"55517f5a-4d8d-4c21-ad70-47c7818d64fb","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":"ZjQ2ZTMzOWYxYmJmZGVlMDIxYWNhZWJjMWY4MDI2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e1fb30-3063-47a0-b17a-b1548544120f","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":"4e83c39a-81f3-4754-bc89-d4c8b9596724","artifactVersion":"2","generatedFromUUID":"95f6cac4-1d11-4e90-a6c6-97dd46f16cf1"},{"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":"95f6cac4-1d11-4e90-a6c6-97dd46f16cf1","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":"MzdlZmVjYjhhNjAyMGVmNTQ3N2IzNzRiZDBkMTU0N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02acded4-508b-4ebf-8348-3f15862dd204","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":"5ac62037-e95f-4599-b9f8-1e6d442f53dd","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":"5579e3ff-1237-42cf-a701-76066972a287","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":"19fae352-7a5b-46ed-b686-156ef6719ce0","artifactVersion":"2","generatedFromUUID":"5ac62037-e95f-4599-b9f8-1e6d442f53dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjhlZDBlZjY0OTdiYjFlZTI5MTRlNTUxNDE1MzZhMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10e9e99a-7354-41d1-94c9-63ff1eaade30","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDQwYzk2ZjNlYzYyY2JlNzQ0N2NlYjVkMjkxZTllYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a69a72a-e149-489d-b0e7-7a776f4b46d9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T06:59:07.896Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:07.897Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:07.900Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:07.900Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:08.000Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:08.001Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:08.001Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:08.033Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:08.034Z||pool-51-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:59:08.901Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:08.903Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:08.905Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:08.905Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:09.005Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:09.006Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:09.006Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:09.040Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:09.040Z||pool-52-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:09.906Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:09.908Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:09.910Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:09.910Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-05T06:59:10.011Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:10.012Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:10.013Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:10.039Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:10.039Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:10.912Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:10.914Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:10.917Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:10.918Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:59:11.017Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:59:11.018Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:11.019Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:11.045Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:11.046Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:11.918Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:11.919Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:11.921Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:11.921Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:59:12.022Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:12.023Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:12.023Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:12.048Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:12.049Z||pool-55-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:12.922Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:12.923Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:12.925Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:12.925Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:13.025Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:13.026Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:13.027Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:13.071Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:13.071Z||pool-56-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":2,"count":1}
2022-06-05T06:59:13.928Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:13.929Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:13.931Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:13.931Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:14.031Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:14.032Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:14.033Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:14.059Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:14.060Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:14.932Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:14.933Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:14.941Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:14.941Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:15.036Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-05T06:59:15.037Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:15.037Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:15.064Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:15.065Z||pool-58-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:59:15.942Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T06:59:15.943Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:15.946Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:15.946Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.046Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:16.047Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:16.047Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:16.066Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:16.067Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:16.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T06:59:16.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T06:59:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:16.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:16.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412296268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412300799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412312891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412312754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654412304950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "cds",
  "timestamp": 1654412313768,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:16.917Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:16.917Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:16.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412314176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412315585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412316968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412308403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412318033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:16.939Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:16.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:16.947Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f60f2cad-949f-4f6e-9e17-1b64b117782c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a003cb0-a212-460e-8831-8f6488ec6d51",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "55517f5a-4d8d-4c21-ad70-47c7818d64fb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dad01996-8f5c-435f-b0d6-19d04ad5ac13",
      "resourceInvariantUUID": "bd47bb82-c5ac-4439-b44a-8670194fe8de",
      "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": "4e83c39a-81f3-4754-bc89-d4c8b9596724",
          "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": "95f6cac4-1d11-4e90-a6c6-97dd46f16cf1",
          "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": "MzdlZmVjYjhhNjAyMGVmNTQ3N2IzNzRiZDBkMTU0N2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02acded4-508b-4ebf-8348-3f15862dd204",
          "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": "5ac62037-e95f-4599-b9f8-1e6d442f53dd",
          "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": "19fae352-7a5b-46ed-b686-156ef6719ce0",
            "generatedFromUUID": "5ac62037-e95f-4599-b9f8-1e6d442f53dd"
          },
          "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": "19fae352-7a5b-46ed-b686-156ef6719ce0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDQwYzk2ZjNlYzYyY2JlNzQ0N2NlYjVkMjkxZTllYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a69a72a-e149-489d-b0e7-7a776f4b46d9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T06:59:16.948Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T06:59:16.948Z|e29eb720-d3b2-403a-adb8-1a6e1180f996|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f60f2cad-949f-4f6e-9e17-1b64b117782c ASDC
2022-06-05T06:59:16.948Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55dcbf3e-cc51-4704-b97a-62d270a0acee
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f60f2cad-949f-4f6e-9e17-1b64b117782c
ServiceInvariantUUID:9a003cb0-a212-460e-8831-8f6488ec6d51
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:2a69a72a-e149-489d-b0e7-7a776f4b46d9
ArtifactChecksum:ZDQwYzk2ZjNlYzYyY2JlNzQ0N2NlYjVkMjkxZTllYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:55517f5a-4d8d-4c21-ad70-47c7818d64fb
ResourceInvariantUUID:bd47bb82-c5ac-4439-b44a-8670194fe8de
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:dad01996-8f5c-435f-b0d6-19d04ad5ac13
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:4e83c39a-81f3-4754-bc89-d4c8b9596724
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:95f6cac4-1d11-4e90-a6c6-97dd46f16cf1
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:02acded4-508b-4ebf-8348-3f15862dd204
ArtifactChecksum:MzdlZmVjYjhhNjAyMGVmNTQ3N2IzNzRiZDBkMTU0N2Q=
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:5ac62037-e95f-4599-b9f8-1e6d442f53dd
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:19fae352-7a5b-46ed-b686-156ef6719ce0
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:19fae352-7a5b-46ed-b686-156ef6719ce0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T06:59:16.949Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f60f2cad-949f-4f6e-9e17-1b64b117782c ASDC treatNotification
2022-06-05T06:59:16.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412318497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654412319038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:16.953Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412319503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:16.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412311385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "policy-id",
  "timestamp": 1654412320507,
  "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 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 (?, ?, ?, ?, ?)
2022-06-05T06:59:16.966Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:16.967Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T06:59:16.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412321296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:16.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:16.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412319374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412320175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:16.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:16.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412329545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:16.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T06:59:16.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412332183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:16.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:16.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:16.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654412333188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:16.993Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:59:16.994Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:59:16.994Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:59:16.995Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a69a72a-e149-489d-b0e7-7a776f4b46d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-05T06:59:16.995Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:16.996Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-05T06:59:16.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:16.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:17.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412333556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:17.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:17.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412333489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "aai-ml",
  "timestamp": 1654412334561,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:17.030Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:17.031Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:17.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412335501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:17.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:17.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "clamp",
  "timestamp": 1654412336504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:17.048Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55dcbf3e-cc51-4704-b97a-62d270a0acee
2022-06-05T06:59:17.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55dcbf3e-cc51-4704-b97a-62d270a0acee and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e29eb720-d3b2-403a-adb8-1a6e1180f996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412346201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T06:59:17.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T06:59:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:17.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T06:59:17.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T06:59:17.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412347225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T06:59:17.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T06:59:17.433Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:17.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2a69a72a-e149-489d-b0e7-7a776f4b46d9 68951
2022-06-05T06:59:17.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-05T06:59:17.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-05T06:59:17.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:17.438Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:17.440Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:17.440Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412357437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:17.540Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:17.542Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:17.542Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:17.570Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:17.570Z||pool-60-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:18.441Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T06:59:18.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T06:59:18.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2a69a72a-e149-489d-b0e7-7a776f4b46d9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:18.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-05T06:59:18.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:18.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:18.600Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10459919931888903608/Definitions/service-BasicCnf-template.yml
2022-06-05T06:59:20.069Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T06:59:20.070Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:59:20.070Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:20.070Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-05T06:59:20.070Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:20.070Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:20.071Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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-BasicCnf-csar.csar
2022-06-05T06:59:20.071Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-05T06:59:20.071Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T06:59:20.071Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.071Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.072Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:20.072Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:59:20.072Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:59:20.073Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.073Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.073Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:20.073Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T06:59:20.073Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T06:59:20.074Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.074Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.074Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.074Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-05T06:59:20.075Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-05T06:59:20.075Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-05T06:59:20.075Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T06:59:20.075Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.075Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:59:20.076Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.076Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:20.076Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:20.076Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.077Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:20.077Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:20.077Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.077Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:20.077Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a3875b49-4cfd-43ec-b231-769fff093d40
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.078Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.079Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.079Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.079Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.079Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:20.079Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:20.080Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f60f2cad-949f-4f6e-9e17-1b64b117782c
Model Version:NULL
Model InvariantUuid:9a003cb0-a212-460e-8831-8f6488ec6d51
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ce5c801c-ff37-42b9-b12a-4b7d18ebf10c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd47bb82-c5ac-4439-b44a-8670194fe8de
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55517f5a-4d8d-4c21-ad70-47c7818d64fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:075a1f80-11cd-401d-ab41-9b17a7cd4447
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5eefe6ea-f727-4f95-baf5-99c3b772a58e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a3875b49-4cfd-43ec-b231-769fff093d40
ModelInvariantUuid:5a8c6353-0db5-4db1-bcd7-a87c6a45efee
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d30d97d7-40b4-412a-8fb9-0ff3b4f778b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:797b2ce7-4cc3-4df5-a3e3-5ffe3f67309a
ModelInvariantUuid:cee2d024-edce-412e-8bf0-3625c4723daa
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:942477f7-818e-4dd0-b2f4-55fb8ac02085
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T06:59:20.091Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dad01996-8f5c-435f-b0d6-19d04ad5ac13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:59:20.094Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-06-05T06:59:20.095Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dad01996-8f5c-435f-b0d6-19d04ad5ac13
2022-06-05T06:59:20.095Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e83c39a-81f3-4754-bc89-d4c8b9596724 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-05T06:59:20.095Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:20.096Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-05T06:59:20.528Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:20.529Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4e83c39a-81f3-4754-bc89-d4c8b9596724 12
2022-06-05T06:59:20.529Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-05T06:59:20.529Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-05T06:59:20.529Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:20.530Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:20.533Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:20.533Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412360529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:20.634Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T06:59:20.635Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:20.635Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:20.673Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:20.674Z||pool-61-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-05T06:59:21.535Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 95f6cac4-1d11-4e90-a6c6-97dd46f16cf1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-05T06:59:21.535Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:21.536Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-05T06:59:21.925Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:21.926Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 95f6cac4-1d11-4e90-a6c6-97dd46f16cf1 2688
2022-06-05T06:59:21.927Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-05T06:59:21.927Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-05T06:59:21.927Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:21.928Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:21.931Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:21.931Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412361927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:22.031Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T06:59:22.031Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:22.032Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:22.058Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:22.059Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:22.933Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02acded4-508b-4ebf-8348-3f15862dd204 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-05T06:59:22.934Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:22.934Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-05T06:59:23.213Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:23.214Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 02acded4-508b-4ebf-8348-3f15862dd204 828
2022-06-05T06:59:23.215Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-05T06:59:23.215Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-05T06:59:23.215Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:23.215Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:23.217Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:23.218Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412363215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:23.321Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-05T06:59:23.322Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:23.322Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:23.340Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:23.340Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:24.218Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "075a1f80-11cd-401d-ab41-9b17a7cd4447",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eefe6ea-f727-4f95-baf5-99c3b772a58e",
    "vfModuleModelCustomizationUUID": "b7b50e78-eeec-444f-9ad6-b103b8a74480",
    "isBase": true,
    "artifacts": [
      "95f6cac4-1d11-4e90-a6c6-97dd46f16cf1",
      "5ac62037-e95f-4599-b9f8-1e6d442f53dd",
      "19fae352-7a5b-46ed-b686-156ef6719ce0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:59:24.224Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5eefe6ea-f727-4f95-baf5-99c3b772a58e
VfModuleModelInvariantUUID:075a1f80-11cd-401d-ab41-9b17a7cd4447
VfModuleModelDescription:NULL
Artifacts UUID List:{
95f6cac4-1d11-4e90-a6c6-97dd46f16cf1
,
5ac62037-e95f-4599-b9f8-1e6d442f53dd
,
19fae352-7a5b-46ed-b686-156ef6719ce0

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

isBase:true


}

2022-06-05T06:59:24.226Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "075a1f80-11cd-401d-ab41-9b17a7cd4447",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eefe6ea-f727-4f95-baf5-99c3b772a58e",
    "vfModuleModelCustomizationUUID": "b7b50e78-eeec-444f-9ad6-b103b8a74480",
    "isBase": true,
    "artifacts": [
      "95f6cac4-1d11-4e90-a6c6-97dd46f16cf1",
      "5ac62037-e95f-4599-b9f8-1e6d442f53dd",
      "19fae352-7a5b-46ed-b686-156ef6719ce0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T06:59:24.226Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5eefe6ea-f727-4f95-baf5-99c3b772a58e
VfModuleModelInvariantUUID:075a1f80-11cd-401d-ab41-9b17a7cd4447
VfModuleModelDescription:NULL
Artifacts UUID List:{
95f6cac4-1d11-4e90-a6c6-97dd46f16cf1
,
5ac62037-e95f-4599-b9f8-1e6d442f53dd
,
19fae352-7a5b-46ed-b686-156ef6719ce0

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

isBase:true


}

2022-06-05T06:59:24.227Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ac62037-e95f-4599-b9f8-1e6d442f53dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-05T06:59:24.227Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:24.227Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-05T06:59:25.389Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:25.390Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5ac62037-e95f-4599-b9f8-1e6d442f53dd 1164
2022-06-05T06:59:25.390Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-05T06:59:25.390Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-05T06:59:25.390Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:25.391Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:25.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:25.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412365390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:25.493Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:25.494Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:25.494Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:25.523Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:25.524Z||pool-64-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:26.394Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 19fae352-7a5b-46ed-b686-156ef6719ce0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-05T06:59:26.394Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T06:59:26.395Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-05T06:59:27.392Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T06:59:27.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 19fae352-7a5b-46ed-b686-156ef6719ce0 200
2022-06-05T06:59:27.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-05T06:59:27.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-05T06:59:27.393Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T06:59:27.394Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:27.396Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:27.396Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412367393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T06:59:27.496Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:27.497Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:27.498Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:27.517Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:27.518Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:28.397Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f60f2cad-949f-4f6e-9e17-1b64b117782c
2022-06-05T06:59:28.397Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dad01996-8f5c-435f-b0d6-19d04ad5ac13 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-06-05T06:59:28.412Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:59:28.421Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41b8f67c, org.onap.sdc.toscaparser.api.parameters.Input@6ae39b64, org.onap.sdc.toscaparser.api.parameters.Input@6b267cd0, org.onap.sdc.toscaparser.api.parameters.Input@7aaa6321, org.onap.sdc.toscaparser.api.parameters.Input@7c27711e]
2022-06-05T06:59:28.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-05T06:59:28.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 55517f5a-4d8d-4c21-ad70-47c7818d64fb
2022-06-05T06:59:28.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55517f5a-4d8d-4c21-ad70-47c7818d64fb matches Tosca VF Customization UUID: 55517f5a-4d8d-4c21-ad70-47c7818d64fb
2022-06-05T06:59:28.424Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 55517f5a-4d8d-4c21-ad70-47c7818d64fb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T06:59:28.426Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.427Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.427Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 55517f5a-4d8d-4c21-ad70-47c7818d64fb: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-05T06:59:28.428Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7beb0230
2022-06-05T06:59:28.428Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.428Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T06:59:28.428Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7b50e78-eeec-444f-9ad6-b103b8a74480
2022-06-05T06:59:28.429Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7b50e78-eeec-444f-9ad6-b103b8a74480
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T06:59:28.431Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.432Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:28.432Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:28.432Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.432Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:28.432Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:28.433Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.433Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-05T06:59:28.433Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-05T06:59:28.433Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a3875b49-4cfd-43ec-b231-769fff093d40
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T06:59:28.436Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.436Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:28.436Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T06:59:28.436Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-05T06:59:28.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=55517f5a-4d8d-4c21-ad70-47c7818d64fb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T06:59:28.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.442Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f60f2cad-949f-4f6e-9e17-1b64b117782c: basic_cnf
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.443Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.444Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.444Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T06:59:28.444Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T06:59:28.444Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T06:59:28.517Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dad01996-8f5c-435f-b0d6-19d04ad5ac13 1 ASDC deployResourceStructure
2022-06-05T06:59:28.518Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-05T06:59:28.518Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-05T06:59:28.518Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-05T06:59:28.519Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:28.520Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:28.521Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412368518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T06:59:28.621Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:28.622Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:28.622Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:28.645Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:28.645Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:29.524Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-05T06:59:29.524Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-05T06:59:29.524Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-05T06:59:29.525Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:29.527Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:29.527Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412369524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T06:59:29.629Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T06:59:29.630Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:29.630Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:29.654Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:29.655Z||pool-67-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:30.529Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-05T06:59:30.530Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-05T06:59:30.530Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:59:30.530Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:30.534Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:30.534Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412370528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:30.634Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:30.635Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:30.636Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:30.654Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:30.655Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:31.536Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-05T06:59:31.537Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-05T06:59:31.537Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:59:31.538Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:31.541Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:31.541Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412371536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:31.641Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:31.642Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:31.643Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:31.671Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:31.671Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:32.542Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-05T06:59:32.543Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-05T06:59:32.543Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:59:32.543Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:32.545Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:32.546Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412372542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:32.646Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:32.647Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:32.647Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:32.673Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:32.674Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:33.547Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-05T06:59:33.547Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-05T06:59:33.547Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T06:59:33.548Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T06:59:33.550Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T06:59:33.550Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412373546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T06:59:33.650Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T06:59:33.652Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T06:59:33.652Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T06:59:33.672Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T06:59:33.673Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T06:59:34.551Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55dcbf3e-cc51-4704-b97a-62d270a0acee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:59:34.566Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55dcbf3e-cc51-4704-b97a-62d270a0acee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T06:59:34.569Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T06:59:34.570Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T06:59:34.570Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T06:59:34.570Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T06:59:34.570Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.570Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.571Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.571Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.571Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.571Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T06:59:34.571Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T06:59:34.580Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T07:00:04.580Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55dcbf3e-cc51-4704-b97a-62d270a0acee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T07:00:04.590Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55dcbf3e-cc51-4704-b97a-62d270a0acee and serviceModelVersionId: f60f2cad-949f-4f6e-9e17-1b64b117782c
2022-06-05T07:00:04.591Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a003cb0-a212-460e-8831-8f6488ec6d51
2022-06-05T07:00:04.592Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0
2022-06-05T07:00:04.597Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T07:00:04.656Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|INFO|500||Invoke
2022-06-05T07:00:04.657Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55dcbf3e-cc51-4704-b97a-62d270a0acee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ec0bf65-6d56-4f94-a799-c7067bf43a6d], X-ECOMP-RequestID=[55dcbf3e-cc51-4704-b97a-62d270a0acee], X-TransactionId=[], X-ONAP-RequestID=[55dcbf3e-cc51-4704-b97a-62d270a0acee], Content-Type=[application/merge-patch+json]}
2022-06-05T07:00:04.694Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T07:00:05.413Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-07:00:05:601-29601], vertex-id=[192576], Content-Length=[0], Date=[Sun, 05 Jun 2022 07:00:05 GMT], Content-Type=[application/json]}
2022-06-05T07:00:05.413Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T07:00:05.414Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a003cb0-a212-460e-8831-8f6488ec6d51/model-vers/model-ver/f60f2cad-949f-4f6e-9e17-1b64b117782c?depth=0|INFO|500||InvokeReturn
2022-06-05T07:00:05.414Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T07:00:05.415Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:00:05.421Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T07:00:05.421Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55dcbf3e-cc51-4704-b97a-62d270a0acee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T07:00:05.421Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T07:00:05.422Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:00:05.423Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:00:05.424Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412405421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:00:05.524Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:00:05.525Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T07:00:05.526Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:00:05.555Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:00:05.556Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:00:06.437Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:00:06.438Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:00:06.438Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:00:16.031Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:00:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:00:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:00:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:00:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:00:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:00:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:00:16.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:00:16.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412357437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412360529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412361927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412363215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412365390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412367393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:00:16.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412368518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:00:16.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412369524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:00:16.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412370528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:00:16.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412371536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:00:16.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412372542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-05T07:00:16.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412373546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55dcbf3e-cc51-4704-b97a-62d270a0acee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654412405421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:00:16.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:00:25.781Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:01:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:01:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:01:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:01:16.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:01:16.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:01:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:01:25.787Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:01:25.791Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:02:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:02:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:02:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:02:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:02:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:02:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:02:25.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:02:25.791Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:03:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:03:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:03:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:03:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:03:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:03:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:03:25.766Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:03:25.777Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:04:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:04:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:04:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:04:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:04:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:04:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:04:25.759Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:04:25.762Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:05:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:05:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:05:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:05:16.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:05:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:05:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:05:25.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:05:25.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:06:16.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:06:16.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:06:16.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:06:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:06:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:06:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:06:25.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:06:25.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:07:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:07:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:07:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:07:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:07:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:07:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:07:25.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:07:25.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:08:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:08:16.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:08:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:08:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:08:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:08:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:08:25.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:08:25.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:09:16.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:09:16.195Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:09:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:09:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:09:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:09:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:09:25.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:09:25.806Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:10:16.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:10:16.195Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:10:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:10:16.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:10:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:10:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:10:25.763Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:10:25.766Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:11:16.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:11:16.196Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:11:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:11:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:11:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:11:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:11:25.774Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:11:25.778Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:12:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:12:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:12:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:12:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:12:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:12:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:12:25.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:12:25.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:13:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:13:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:13:16.198Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:13:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:13:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:13:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:13:25.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:13:25.799Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:14:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:14:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:14:16.197Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:14:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:14:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:14:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:14:25.760Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:14:25.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:15:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:15:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:15:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:15:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:15:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:15:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:15:25.796Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:15:25.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:16:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:16:16.195Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:16:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:16:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:16:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:16:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:16:25.793Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:16:25.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:17:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:17:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:17:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:17:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:17:16.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:17:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:17:25.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:17:25.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:16.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:18:16.196Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:18:16.196Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:18:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:18:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:16.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:16.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413451268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413451386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413448403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413469045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413469241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413469557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413470247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413470235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "policy-id",
  "timestamp": 1654413471251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.411Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413471750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "cds",
  "timestamp": 1654413472003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.430Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.431Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413472922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413472865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413473675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413473869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.449Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413474576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413476584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413477646,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.467Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.467Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T07:18:16.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413478650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413478680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413472255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "clamp",
  "timestamp": 1654413479684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.485Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.485Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413473012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413481472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413481535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413459373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413482477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "cds",
  "timestamp": 1654413482786,
  "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 (?, ?, ?, ?, ?)
2022-06-05T07:18:16.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:18:16.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "policy-id",
  "timestamp": 1654413483481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:18:16.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413483469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413485905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413460799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413486915,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.549Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:18:16.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413460175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413488477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413488525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "aai-ml",
  "timestamp": 1654413489530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 846ac261-76b9-4575-9749-c31bef0a002c
2022-06-05T07:18:16.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846ac261-76b9-4575-9749-c31bef0a002c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413489782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413491075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413464950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413492110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.591Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:18:16.591Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T07:18:16.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413483789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413493113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413493198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413493566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413494235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:16.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:18:16.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "cds",
  "timestamp": 1654413494801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:18:16.618Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654413495238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:16.632Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:18:16.632Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:16.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:18:16.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:16.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T07:18:16.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"846ac261-76b9-4575-9749-c31bef0a002c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"43d8e07a-ff11-49f4-bec2-b55e9f40affd","serviceDescription":"service","serviceInvariantUUID":"ef99dc02-9c02-460d-a453-629831219c64","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"960638c5-5170-4c4a-9844-27927b9816df","resourceInvariantUUID":"c2d90ce8-4780-417b-b0d4-19a0daef13ae","resourceCustomizationUUID":"26d60c50-7dde-4f80-a6d0-18c00b59f4ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZWVmYWU4MGI3YzAxMmRlMzE2ODg5YjRiNjg0YTc2ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfa50af8-c8e4-4e14-93eb-d8e4974ff36a","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZjBhYTQ4YjcwYmI2YTY3N2UyZTI1Y2VhMGYxMWNiMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"789780c9-d237-4437-ad9f-d34d54b4e87c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bff45e41-ffac-4744-a525-99c51ed72966","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7586da6-f2cf-4410-a294-8321cb339a7a","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06675fc6-a2ac-43ea-8f79-f6858fe696e0","artifactVersion":"2","generatedFromUUID":"83cbc337-2253-4ede-8067-f2057e62328a"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7f99d58c-2b86-49e7-a81d-dcca74c34d36","artifactVersion":"2","generatedFromUUID":"bff45e41-ffac-4744-a525-99c51ed72966"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"83cbc337-2253-4ede-8067-f2057e62328a","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a74ee1d5-d3e1-4656-ba0f-9824b479b48c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"OWY5ODdkNmMyZjczNDQ0Y2FmYmUyZGU3ZjUwYWNiMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b196e725-132e-47df-aea0-58744d5d09b0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjI3ZDNkNmY1OTdhMDQ1OTYwODg0N2NmZjEwMjI4ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b98f91b0-c094-4f52-8803-84cfa4ee3bbf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T07:18:16.839Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:16.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:16.844Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:16.844Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:16.944Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:16.945Z||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.
2022-06-05T07:18:16.946Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:16.973Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:16.974Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:18:17.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:17.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:17.849Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:17.849Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:18:17.949Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:17.950Z||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.
2022-06-05T07:18:17.950Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:17.968Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:17.969Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:18.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:18.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:18.853Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:18.853Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:18:18.953Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:18.954Z||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.
2022-06-05T07:18:18.954Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:18.970Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:18.971Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:19.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:19.854Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:19.858Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:19.858Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:19.958Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:19.959Z||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.
2022-06-05T07:18:19.959Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:19.978Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:19.978Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:20.859Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:20.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:20.864Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:20.864Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-05T07:18:20.965Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T07:18:20.966Z||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.
2022-06-05T07:18:20.966Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:20.990Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:20.991Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:18:21.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:21.865Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:21.868Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:21.869Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-05T07:18:21.969Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:21.970Z||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.
2022-06-05T07:18:21.970Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:21.990Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:21.992Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:18:22.869Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:22.870Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:22.872Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:22.873Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-05T07:18:22.973Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T07:18:22.974Z||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.
2022-06-05T07:18:22.974Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:23.003Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:23.004Z||pool-79-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:23.873Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:23.874Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:23.877Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:23.877Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:23.977Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:23.978Z||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.
2022-06-05T07:18:23.978Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:23.996Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:23.996Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:18:24.878Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:24.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:24.881Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:24.881Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:18:24.981Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:24.983Z||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.
2022-06-05T07:18:24.983Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:25.021Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:25.021Z||pool-81-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:25.882Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:18:25.883Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:25.884Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:25.885Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:18:25.985Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:25.986Z||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.
2022-06-05T07:18:25.986Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:26.006Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:26.007Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:26.886Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "43d8e07a-ff11-49f4-bec2-b55e9f40affd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ef99dc02-9c02-460d-a453-629831219c64",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "26d60c50-7dde-4f80-a6d0-18c00b59f4ed",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "960638c5-5170-4c4a-9844-27927b9816df",
      "resourceInvariantUUID": "c2d90ce8-4780-417b-b0d4-19a0daef13ae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZjBhYTQ4YjcwYmI2YTY3N2UyZTI1Y2VhMGYxMWNiMWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "789780c9-d237-4437-ad9f-d34d54b4e87c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bff45e41-ffac-4744-a525-99c51ed72966",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7f99d58c-2b86-49e7-a81d-dcca74c34d36",
            "generatedFromUUID": "bff45e41-ffac-4744-a525-99c51ed72966"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "06675fc6-a2ac-43ea-8f79-f6858fe696e0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7f99d58c-2b86-49e7-a81d-dcca74c34d36",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "83cbc337-2253-4ede-8067-f2057e62328a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjI3ZDNkNmY1OTdhMDQ1OTYwODg0N2NmZjEwMjI4ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b98f91b0-c094-4f52-8803-84cfa4ee3bbf"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T07:18:26.887Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T07:18:26.887Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 43d8e07a-ff11-49f4-bec2-b55e9f40affd ASDC
2022-06-05T07:18:26.888Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:846ac261-76b9-4575-9749-c31bef0a002c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:43d8e07a-ff11-49f4-bec2-b55e9f40affd
ServiceInvariantUUID:ef99dc02-9c02-460d-a453-629831219c64
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:b98f91b0-c094-4f52-8803-84cfa4ee3bbf
ArtifactChecksum:NjI3ZDNkNmY1OTdhMDQ1OTYwODg0N2NmZjEwMjI4ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:26d60c50-7dde-4f80-a6d0-18c00b59f4ed
ResourceInvariantUUID:c2d90ce8-4780-417b-b0d4-19a0daef13ae
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:960638c5-5170-4c4a-9844-27927b9816df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:789780c9-d237-4437-ad9f-d34d54b4e87c
ArtifactChecksum:ZjBhYTQ4YjcwYmI2YTY3N2UyZTI1Y2VhMGYxMWNiMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:bff45e41-ffac-4744-a525-99c51ed72966
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7f99d58c-2b86-49e7-a81d-dcca74c34d36
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:06675fc6-a2ac-43ea-8f79-f6858fe696e0
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7f99d58c-2b86-49e7-a81d-dcca74c34d36
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:83cbc337-2253-4ede-8067-f2057e62328a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T07:18:26.888Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43d8e07a-ff11-49f4-bec2-b55e9f40affd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:18:26.926Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:18:26.927Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:18:26.927Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:18:26.927Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b98f91b0-c094-4f52-8803-84cfa4ee3bbf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:26.927Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:26.928Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:27.589Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:27.596Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b98f91b0-c094-4f52-8803-84cfa4ee3bbf 158204
2022-06-05T07:18:27.597Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:18:27.597Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:27.597Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:27.597Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:27.599Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:27.599Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413507597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:27.699Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:27.700Z||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.
2022-06-05T07:18:27.701Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:27.723Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:27.723Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:18:28.600Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:18:28.603Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:18:28.603Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b98f91b0-c094-4f52-8803-84cfa4ee3bbf, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:28.604Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-05T07:18:28.606Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:28.606Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:28.772Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18086042826596875367/Definitions/service-BasicCnfMacro-template.yml
2022-06-05T07:18:30.097Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:30.100Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-06-05T07:18:30.101Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:18:30.101Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.101Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.102Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.102Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:18:30.102Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:18:30.103Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.104Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.104Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.104Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-05T07:18:30.105Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-05T07:18:30.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-05T07:18:30.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T07:18:30.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T07:18:30.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:30.108Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:30.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.110Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.110Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:30.110Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fd83ced5-696c-4fc7-bb50-5e9ca5823311
2022-06-05T07:18:30.111Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:30.112Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:30.113Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:43d8e07a-ff11-49f4-bec2-b55e9f40affd
Model Version:NULL
Model InvariantUuid:ef99dc02-9c02-460d-a453-629831219c64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:144684ce-d5eb-44f1-b5b6-c254dae1b598
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c2d90ce8-4780-417b-b0d4-19a0daef13ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:26d60c50-7dde-4f80-a6d0-18c00b59f4ed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7543c8ae-8e95-42ed-906b-190bec67ddc0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bad53fcb-5fe2-451d-a940-41be6ef8613c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:34b341d8-517a-4da1-add8-1bbb0a4fecae
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dcf6792d-94d6-4cbf-be75-7eb668df3cfe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd83ced5-696c-4fc7-bb50-5e9ca5823311
ModelInvariantUuid:79ff0f43-1884-40a2-8fd9-de472905a677
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:77e710cb-a1e1-4728-b373-8ad3f856e87f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4a73125b-85ae-4ad5-b11e-4c0a269ad262
ModelInvariantUuid:3c3bb89c-32b7-4a25-8ded-c4d8047c4cc4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:6f1bfd8f-3880-408f-9c1f-b686898af214
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T07:18:30.118Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 960638c5-5170-4c4a-9844-27927b9816df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:18:30.124Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-06-05T07:18:30.124Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 960638c5-5170-4c4a-9844-27927b9816df
2022-06-05T07:18:30.124Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 789780c9-d237-4437-ad9f-d34d54b4e87c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-05T07:18:30.124Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:30.125Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-05T07:18:30.400Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:30.401Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 789780c9-d237-4437-ad9f-d34d54b4e87c 1565
2022-06-05T07:18:30.401Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-05T07:18:30.401Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-05T07:18:30.401Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:30.402Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:30.404Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:30.404Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413510401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:30.504Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:30.505Z||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.
2022-06-05T07:18:30.505Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:30.540Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:30.540Z||pool-84-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:31.405Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "34b341d8-517a-4da1-add8-1bbb0a4fecae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcf6792d-94d6-4cbf-be75-7eb668df3cfe",
    "vfModuleModelCustomizationUUID": "441ea1f7-d1a5-41de-85ca-85c66621f3f3",
    "isBase": true,
    "artifacts": [
      "bff45e41-ffac-4744-a525-99c51ed72966",
      "7f99d58c-2b86-49e7-a81d-dcca74c34d36"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "7543c8ae-8e95-42ed-906b-190bec67ddc0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bad53fcb-5fe2-451d-a940-41be6ef8613c",
    "vfModuleModelCustomizationUUID": "889a1b5c-0e8e-43fa-889c-dae26ecdcb07",
    "isBase": false,
    "artifacts": [
      "83cbc337-2253-4ede-8067-f2057e62328a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T07:18:31.411Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcf6792d-94d6-4cbf-be75-7eb668df3cfe
VfModuleModelInvariantUUID:34b341d8-517a-4da1-add8-1bbb0a4fecae
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff45e41-ffac-4744-a525-99c51ed72966
,
7f99d58c-2b86-49e7-a81d-dcca74c34d36

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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:bad53fcb-5fe2-451d-a940-41be6ef8613c
VfModuleModelInvariantUUID:7543c8ae-8e95-42ed-906b-190bec67ddc0
VfModuleModelDescription:NULL
Artifacts UUID List:{
83cbc337-2253-4ede-8067-f2057e62328a

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-05T07:18:31.414Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "34b341d8-517a-4da1-add8-1bbb0a4fecae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcf6792d-94d6-4cbf-be75-7eb668df3cfe",
    "vfModuleModelCustomizationUUID": "441ea1f7-d1a5-41de-85ca-85c66621f3f3",
    "isBase": true,
    "artifacts": [
      "bff45e41-ffac-4744-a525-99c51ed72966",
      "7f99d58c-2b86-49e7-a81d-dcca74c34d36"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "7543c8ae-8e95-42ed-906b-190bec67ddc0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bad53fcb-5fe2-451d-a940-41be6ef8613c",
    "vfModuleModelCustomizationUUID": "889a1b5c-0e8e-43fa-889c-dae26ecdcb07",
    "isBase": false,
    "artifacts": [
      "83cbc337-2253-4ede-8067-f2057e62328a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T07:18:31.414Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcf6792d-94d6-4cbf-be75-7eb668df3cfe
VfModuleModelInvariantUUID:34b341d8-517a-4da1-add8-1bbb0a4fecae
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff45e41-ffac-4744-a525-99c51ed72966
,
7f99d58c-2b86-49e7-a81d-dcca74c34d36

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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:bad53fcb-5fe2-451d-a940-41be6ef8613c
VfModuleModelInvariantUUID:7543c8ae-8e95-42ed-906b-190bec67ddc0
VfModuleModelDescription:NULL
Artifacts UUID List:{
83cbc337-2253-4ede-8067-f2057e62328a

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-05T07:18:31.414Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bff45e41-ffac-4744-a525-99c51ed72966 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-05T07:18:31.414Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:31.415Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-05T07:18:31.807Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:31.808Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bff45e41-ffac-4744-a525-99c51ed72966 914
2022-06-05T07:18:31.808Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-05T07:18:31.808Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-05T07:18:31.808Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:31.808Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:31.810Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:31.810Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413511808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:31.911Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:31.912Z||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.
2022-06-05T07:18:31.912Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:31.934Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:31.935Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:32.811Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 06675fc6-a2ac-43ea-8f79-f6858fe696e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-05T07:18:32.812Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:32.812Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-05T07:18:33.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:33.106Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 06675fc6-a2ac-43ea-8f79-f6858fe696e0 12
2022-06-05T07:18:33.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-05T07:18:33.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-05T07:18:33.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:33.107Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:33.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:33.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413513107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:33.209Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:33.210Z||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.
2022-06-05T07:18:33.210Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:33.238Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:33.239Z||pool-86-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:34.109Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f99d58c-2b86-49e7-a81d-dcca74c34d36 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-05T07:18:34.110Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:34.110Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-05T07:18:34.294Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:34.294Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7f99d58c-2b86-49e7-a81d-dcca74c34d36 96
2022-06-05T07:18:34.294Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-05T07:18:34.295Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-05T07:18:34.295Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:34.295Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:34.297Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:34.297Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413514294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:34.397Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:34.398Z||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.
2022-06-05T07:18:34.398Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:34.414Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:34.414Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:35.297Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83cbc337-2253-4ede-8067-f2057e62328a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-05T07:18:35.298Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:18:35.298Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-05T07:18:36.619Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:18:36.620Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 83cbc337-2253-4ede-8067-f2057e62328a 20206
2022-06-05T07:18:36.620Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-05T07:18:36.620Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-05T07:18:36.620Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:18:36.621Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:36.623Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:36.623Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413516620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:18:36.723Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:36.724Z||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.
2022-06-05T07:18:36.724Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:36.745Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:36.745Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:37.627Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 43d8e07a-ff11-49f4-bec2-b55e9f40affd
2022-06-05T07:18:37.627Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 960638c5-5170-4c4a-9844-27927b9816df ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:18:37.637Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15f9c251, org.onap.sdc.toscaparser.api.parameters.Input@31c82657, org.onap.sdc.toscaparser.api.parameters.Input@5f212712, org.onap.sdc.toscaparser.api.parameters.Input@1460058a, org.onap.sdc.toscaparser.api.parameters.Input@4fd0a61d]
2022-06-05T07:18:37.639Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.639Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.639Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-05T07:18:37.639Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 26d60c50-7dde-4f80-a6d0-18c00b59f4ed
2022-06-05T07:18:37.640Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 26d60c50-7dde-4f80-a6d0-18c00b59f4ed matches Tosca VF Customization UUID: 26d60c50-7dde-4f80-a6d0-18c00b59f4ed
2022-06-05T07:18:37.640Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 26d60c50-7dde-4f80-a6d0-18c00b59f4ed  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T07:18:37.642Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.642Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.643Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 26d60c50-7dde-4f80-a6d0-18c00b59f4ed: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-05T07:18:37.643Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d4d769d
2022-06-05T07:18:37.643Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.643Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T07:18:37.644Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 889a1b5c-0e8e-43fa-889c-dae26ecdcb07
2022-06-05T07:18:37.644Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 889a1b5c-0e8e-43fa-889c-dae26ecdcb07
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T07:18:37.646Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.646Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:37.647Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:37.647Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.647Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:37.647Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:18:37.648Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.648Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-05T07:18:37.648Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=26d60c50-7dde-4f80-a6d0-18c00b59f4ed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:18:37.650Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.650Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.651Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 43d8e07a-ff11-49f4-bec2-b55e9f40affd: basic_cnf_macro
2022-06-05T07:18:37.651Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.651Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.651Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.652Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.652Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.652Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.652Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.653Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.653Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:18:37.653Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:18:37.654Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:18:37.694Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 960638c5-5170-4c4a-9844-27927b9816df 2 ASDC deployResourceStructure
2022-06-05T07:18:37.694Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-05T07:18:37.694Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-05T07:18:37.695Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:18:37.695Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:37.696Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:37.696Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413517694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:37.797Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:37.798Z||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.
2022-06-05T07:18:37.798Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:37.881Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:37.882Z||pool-89-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:38.697Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-05T07:18:38.698Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-05T07:18:38.698Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:18:38.699Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:38.701Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:38.701Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413518697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:38.801Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:38.802Z||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.
2022-06-05T07:18:38.802Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:38.817Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:38.818Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:39.702Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-05T07:18:39.702Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-05T07:18:39.703Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-05T07:18:39.703Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:39.706Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:39.706Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413519702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:18:39.808Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-05T07:18:39.809Z||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.
2022-06-05T07:18:39.809Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:39.830Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:39.830Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:40.707Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-05T07:18:40.707Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-05T07:18:40.708Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:18:40.708Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:40.710Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:40.710Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413520707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:40.810Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T07:18:40.812Z||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.
2022-06-05T07:18:40.812Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:40.831Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:40.832Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:41.715Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-05T07:18:41.716Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-05T07:18:41.716Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-05T07:18:41.716Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:41.719Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:41.719Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413521715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:18:41.819Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:41.820Z||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.
2022-06-05T07:18:41.820Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:41.839Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:41.840Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:42.720Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:18:42.720Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-05T07:18:42.720Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:18:42.720Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:18:42.724Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:18:42.724Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413522720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:18:42.824Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:18:42.824Z||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.
2022-06-05T07:18:42.825Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:18:42.842Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:18:42.843Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:18:43.725Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846ac261-76b9-4575-9749-c31bef0a002c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:18:43.738Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846ac261-76b9-4575-9749-c31bef0a002c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:18:43.741Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:18:43.741Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T07:18:43.741Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:18:43.742Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:18:43.747Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T07:19:13.748Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 846ac261-76b9-4575-9749-c31bef0a002c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T07:19:13.756Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 846ac261-76b9-4575-9749-c31bef0a002c and serviceModelVersionId: 43d8e07a-ff11-49f4-bec2-b55e9f40affd
2022-06-05T07:19:13.756Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef99dc02-9c02-460d-a453-629831219c64
2022-06-05T07:19:13.757Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0
2022-06-05T07:19:13.764Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T07:19:13.823Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|INFO|500||Invoke
2022-06-05T07:19:13.824Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[846ac261-76b9-4575-9749-c31bef0a002c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2eeb0fa2-e350-4b00-b4e0-59ea322fca5d], X-ECOMP-RequestID=[846ac261-76b9-4575-9749-c31bef0a002c], X-TransactionId=[], X-ONAP-RequestID=[846ac261-76b9-4575-9749-c31bef0a002c], Content-Type=[application/merge-patch+json]}
2022-06-05T07:19:13.855Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T07:19:14.383Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-07:19:14:759-20496], vertex-id=[208912], Content-Length=[0], Date=[Sun, 05 Jun 2022 07:19:14 GMT], Content-Type=[application/json]}
2022-06-05T07:19:14.383Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T07:19:14.384Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef99dc02-9c02-460d-a453-629831219c64/model-vers/model-ver/43d8e07a-ff11-49f4-bec2-b55e9f40affd?depth=0|INFO|500||InvokeReturn
2022-06-05T07:19:14.384Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T07:19:14.384Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:19:14.388Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T07:19:14.389Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 846ac261-76b9-4575-9749-c31bef0a002c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T07:19:14.389Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T07:19:14.389Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:14.391Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:14.391Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413554389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:19:14.491Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:14.492Z||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.
2022-06-05T07:19:14.492Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:14.541Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:14.541Z||pool-95-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:19:15.405Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T07:19:15.406Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a430485d-74fc-4809-bdd9-1901c7ad912f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"da769305-5164-456a-b720-692d78c6b6ab","serviceDescription":"service","serviceInvariantUUID":"2e049a41-6ec7-4d7c-96d3-1348a108247e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81fc5e00-63b0-4a07-bc30-8397b444b770","resourceInvariantUUID":"b18e5e88-334b-4052-aae7-ec5f15e59147","resourceCustomizationUUID":"b923ec61-1318-4a0c-9ea8-dba1c0f63591","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":"MGIwNmMxZTk2ZmFhMWY1ODBhNjVjZDUyZTg1M2RlOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c86bd57f-41a5-49e9-8630-e92f4084a760","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":"NTQ1MDdkNzA1ZWJkYzg5NGFmYmNlZGZmNjUzMzY1YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db92c555-cc89-4f8d-9ddd-ba82a5975c7e","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":"4ed82380-3da1-42af-83f5-adec97cf04d1","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":"9f6268df-bc66-4cf7-adf3-60d2680e7f33","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":"586d4728-d4c5-4c07-81d0-2e35910bb0ad","artifactVersion":"2","generatedFromUUID":"4ed82380-3da1-42af-83f5-adec97cf04d1"},{"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":"ZWI3NjVmZThlOTljZjc2Yzc1MmZhOTI2NjBlMTVlZGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8a8a7b7-3d74-4942-b9eb-92592bbeeec1","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":"ZGZiNTMwMmUwOTUwMDM3MDYxMjJiNmQ2NjUzMjUyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b02d34b-2149-4747-97fa-b8a68b8486e9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzlhZTEyNmIwOGI1YTRlODA4NDA3ODNiZmJiZWZkNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48de8787-2f76-44b8-8428-f5eb4eeb2ff8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T07:19:15.406Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:15.407Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:15.409Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:15.409Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:19:15.509Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:15.510Z||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.
2022-06-05T07:19:15.510Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:15.531Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:15.532Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:19:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:19:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:19:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:16.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:16.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:19:16.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:19:16.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:19:16.410Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:16.410Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:16.413Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:16.413Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:19:16.513Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:16.514Z||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.
2022-06-05T07:19:16.514Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:16.542Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:16.542Z||pool-97-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:17.413Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:17.414Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:17.416Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:17.417Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:19:17.517Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:17.518Z||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.
2022-06-05T07:19:17.518Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:17.543Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:17.544Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1}
2022-06-05T07:19:18.417Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:18.418Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:18.419Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:18.420Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:19:18.520Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:18.520Z||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.
2022-06-05T07:19:18.521Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:18.543Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:18.544Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:19.420Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:19.420Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:19.422Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:19.422Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T07:19:19.523Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:19.523Z||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.
2022-06-05T07:19:19.524Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:19.544Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:19.545Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:20.423Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:20.423Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:20.426Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:20.426Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:19:20.527Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:20.529Z||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.
2022-06-05T07:19:20.531Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:20.553Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:20.554Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:21.427Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:21.428Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:21.430Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:21.430Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:19:21.530Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:21.531Z||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.
2022-06-05T07:19:21.531Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:21.593Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:21.594Z||pool-102-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:19:22.431Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:19:22.431Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:22.434Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:22.434Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:19:22.534Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:22.535Z||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.
2022-06-05T07:19:22.535Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:22.553Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:22.554Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:23.435Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "da769305-5164-456a-b720-692d78c6b6ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e049a41-6ec7-4d7c-96d3-1348a108247e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b923ec61-1318-4a0c-9ea8-dba1c0f63591",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81fc5e00-63b0-4a07-bc30-8397b444b770",
      "resourceInvariantUUID": "b18e5e88-334b-4052-aae7-ec5f15e59147",
      "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": "NTQ1MDdkNzA1ZWJkYzg5NGFmYmNlZGZmNjUzMzY1YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db92c555-cc89-4f8d-9ddd-ba82a5975c7e",
          "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": "4ed82380-3da1-42af-83f5-adec97cf04d1",
          "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": "586d4728-d4c5-4c07-81d0-2e35910bb0ad",
            "generatedFromUUID": "4ed82380-3da1-42af-83f5-adec97cf04d1"
          },
          "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": "586d4728-d4c5-4c07-81d0-2e35910bb0ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzlhZTEyNmIwOGI1YTRlODA4NDA3ODNiZmJiZWZkNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48de8787-2f76-44b8-8428-f5eb4eeb2ff8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T07:19:23.436Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T07:19:23.436Z|846ac261-76b9-4575-9749-c31bef0a002c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da769305-5164-456a-b720-692d78c6b6ab ASDC
2022-06-05T07:19:23.436Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a430485d-74fc-4809-bdd9-1901c7ad912f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:da769305-5164-456a-b720-692d78c6b6ab
ServiceInvariantUUID:2e049a41-6ec7-4d7c-96d3-1348a108247e
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:48de8787-2f76-44b8-8428-f5eb4eeb2ff8
ArtifactChecksum:NzlhZTEyNmIwOGI1YTRlODA4NDA3ODNiZmJiZWZkNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b923ec61-1318-4a0c-9ea8-dba1c0f63591
ResourceInvariantUUID:b18e5e88-334b-4052-aae7-ec5f15e59147
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:81fc5e00-63b0-4a07-bc30-8397b444b770
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:db92c555-cc89-4f8d-9ddd-ba82a5975c7e
ArtifactChecksum:NTQ1MDdkNzA1ZWJkYzg5NGFmYmNlZGZmNjUzMzY1YWM=
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:4ed82380-3da1-42af-83f5-adec97cf04d1
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:586d4728-d4c5-4c07-81d0-2e35910bb0ad
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:586d4728-d4c5-4c07-81d0-2e35910bb0ad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T07:19:23.436Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da769305-5164-456a-b720-692d78c6b6ab ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:19:23.469Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:19:23.470Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:19:23.470Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:19:23.470Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48de8787-2f76-44b8-8428-f5eb4eeb2ff8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-05T07:19:23.470Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:19:23.470Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-05T07:19:23.800Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:19:23.804Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 48de8787-2f76-44b8-8428-f5eb4eeb2ff8 78806
2022-06-05T07:19:23.804Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:19:23.804Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-05T07:19:23.805Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:19:23.805Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:23.807Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:23.807Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413563804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:19:23.907Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:23.908Z||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.
2022-06-05T07:19:23.908Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:23.936Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:23.936Z||pool-104-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:24.808Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:19:24.809Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:19:24.809Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48de8787-2f76-44b8-8428-f5eb4eeb2ff8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:24.809Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-05T07:19:24.810Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:24.810Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:24.932Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11875196369323624625/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
2022-06-05T07:19:26.562Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T07:19:26.562Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.563Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-05T07:19:26.564Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:19:26.565Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.565Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.565Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:26.566Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:19:26.566Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:19:26.567Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.567Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.568Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:26.568Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:19:26.568Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:19:26.569Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.569Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.569Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.570Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-05T07:19:26.570Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-05T07:19:26.570Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-05T07:19:26.570Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-05T07:19:26.571Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T07:19:26.571Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T07:19:26.571Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.571Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T07:19:26.571Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.572Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:26.572Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:26.572Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.572Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:26.573Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:26.573Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.573Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:26.573Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:26.573Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=521653a1-71f9-4c18-b1e6-4a99bd1981ae
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.574Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.575Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.575Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.575Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:26.576Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:26.576Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:da769305-5164-456a-b720-692d78c6b6ab
Model Version:NULL
Model InvariantUuid:2e049a41-6ec7-4d7c-96d3-1348a108247e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:46c4d7d9-7a92-4e7d-97e1-8e9fd555e584
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b18e5e88-334b-4052-aae7-ec5f15e59147
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b923ec61-1318-4a0c-9ea8-dba1c0f63591
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de878250-7105-467e-81e5-c6cc0bb2cb14
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f80383d5-b00a-44f9-a7b7-c59765817951
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:521653a1-71f9-4c18-b1e6-4a99bd1981ae
ModelInvariantUuid:6de46e4e-1ab3-410d-b860-d8ac31cd0a86
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:16e900f7-0583-4466-93ff-ff8f20f5d1fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b5d66ffe-188c-464e-9b00-04edc5f3b009
ModelInvariantUuid:dfb15125-3790-4625-a2eb-33e3f65b66ad
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ca797f98-f4cc-4891-9943-d1809330f919
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T07:19:26.583Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 81fc5e00-63b0-4a07-bc30-8397b444b770
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:19:26.586Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-06-05T07:19:26.587Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81fc5e00-63b0-4a07-bc30-8397b444b770
2022-06-05T07:19:26.587Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db92c555-cc89-4f8d-9ddd-ba82a5975c7e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-05T07:19:26.587Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:19:26.587Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.966Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:19:26.967Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json db92c555-cc89-4f8d-9ddd-ba82a5975c7e 792
2022-06-05T07:19:26.967Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.967Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:26.967Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:19:26.968Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:26.970Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:26.970Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413566967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:19:27.070Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:27.071Z||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.
2022-06-05T07:19:27.071Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:27.103Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:27.104Z||pool-105-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:27.971Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de878250-7105-467e-81e5-c6cc0bb2cb14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f80383d5-b00a-44f9-a7b7-c59765817951",
    "vfModuleModelCustomizationUUID": "691cba50-942a-428c-a587-accb8bff910c",
    "isBase": true,
    "artifacts": [
      "4ed82380-3da1-42af-83f5-adec97cf04d1",
      "586d4728-d4c5-4c07-81d0-2e35910bb0ad"
    ],
    "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": ""
    }
  }
]
2022-06-05T07:19:27.975Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f80383d5-b00a-44f9-a7b7-c59765817951
VfModuleModelInvariantUUID:de878250-7105-467e-81e5-c6cc0bb2cb14
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ed82380-3da1-42af-83f5-adec97cf04d1
,
586d4728-d4c5-4c07-81d0-2e35910bb0ad

}
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


}

2022-06-05T07:19:27.977Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de878250-7105-467e-81e5-c6cc0bb2cb14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f80383d5-b00a-44f9-a7b7-c59765817951",
    "vfModuleModelCustomizationUUID": "691cba50-942a-428c-a587-accb8bff910c",
    "isBase": true,
    "artifacts": [
      "4ed82380-3da1-42af-83f5-adec97cf04d1",
      "586d4728-d4c5-4c07-81d0-2e35910bb0ad"
    ],
    "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": ""
    }
  }
]
2022-06-05T07:19:27.978Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f80383d5-b00a-44f9-a7b7-c59765817951
VfModuleModelInvariantUUID:de878250-7105-467e-81e5-c6cc0bb2cb14
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ed82380-3da1-42af-83f5-adec97cf04d1
,
586d4728-d4c5-4c07-81d0-2e35910bb0ad

}
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


}

2022-06-05T07:19:27.978Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ed82380-3da1-42af-83f5-adec97cf04d1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-05T07:19:27.978Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:19:27.978Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:28.400Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:19:28.401Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4ed82380-3da1-42af-83f5-adec97cf04d1 5033
2022-06-05T07:19:28.401Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:28.401Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:28.401Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:19:28.402Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:28.403Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:28.404Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413568401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:19:28.504Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:28.505Z||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.
2022-06-05T07:19:28.505Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:28.521Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:28.521Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:29.404Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 586d4728-d4c5-4c07-81d0-2e35910bb0ad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-05T07:19:29.404Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:19:29.404Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:29.706Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:19:29.707Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 586d4728-d4c5-4c07-81d0-2e35910bb0ad 903
2022-06-05T07:19:29.707Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:29.707Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:29.707Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:19:29.708Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:29.710Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:29.710Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413569707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:19:29.810Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:29.811Z||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.
2022-06-05T07:19:29.811Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:29.832Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:29.832Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:19:30.710Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: da769305-5164-456a-b720-692d78c6b6ab
2022-06-05T07:19:30.711Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 81fc5e00-63b0-4a07-bc30-8397b444b770 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:19:30.722Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32146049, org.onap.sdc.toscaparser.api.parameters.Input@65b339f, org.onap.sdc.toscaparser.api.parameters.Input@5f30ca3, org.onap.sdc.toscaparser.api.parameters.Input@34b76b85, org.onap.sdc.toscaparser.api.parameters.Input@25b04372]
2022-06-05T07:19:30.723Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.723Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.724Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-05T07:19:30.724Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b923ec61-1318-4a0c-9ea8-dba1c0f63591
2022-06-05T07:19:30.724Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b923ec61-1318-4a0c-9ea8-dba1c0f63591 matches Tosca VF Customization UUID: b923ec61-1318-4a0c-9ea8-dba1c0f63591
2022-06-05T07:19:30.724Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b923ec61-1318-4a0c-9ea8-dba1c0f63591  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T07:19:30.726Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.726Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.727Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b923ec61-1318-4a0c-9ea8-dba1c0f63591: {\"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\"}
2022-06-05T07:19:30.727Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68476240
2022-06-05T07:19:30.727Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.727Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T07:19:30.727Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 691cba50-942a-428c-a587-accb8bff910c
2022-06-05T07:19:30.728Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 691cba50-942a-428c-a587-accb8bff910c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T07:19:30.729Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:30.730Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.731Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-05T07:19:30.731Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-05T07:19:30.731Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T07:19:30.731Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=521653a1-71f9-4c18-b1e6-4a99bd1981ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T07:19:30.734Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.734Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:30.734Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T07:19:30.734Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.735Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-05T07:19:30.735Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b923ec61-1318-4a0c-9ea8-dba1c0f63591
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:19:30.736Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid da769305-5164-456a-b720-692d78c6b6ab: basic_vm_macro
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.737Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:19:30.738Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:19:30.810Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 81fc5e00-63b0-4a07-bc30-8397b444b770 1 ASDC deployResourceStructure
2022-06-05T07:19:30.811Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:30.811Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:30.812Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:19:30.812Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:30.815Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:30.815Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413570811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:19:30.915Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:30.916Z||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.
2022-06-05T07:19:30.916Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:30.934Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:30.934Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:31.819Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:31.819Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:31.819Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:19:31.819Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:31.822Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:31.822Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413571819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:19:31.922Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:31.923Z||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.
2022-06-05T07:19:31.923Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:31.945Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:31.945Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:32.823Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:32.823Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||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
2022-06-05T07:19:32.823Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:19:32.824Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:32.827Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:32.828Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413572823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-05T07:19:32.927Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T07:19:32.928Z||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.
2022-06-05T07:19:32.928Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:32.949Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:32.950Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:19:33.829Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:19:33.830Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-05T07:19:33.830Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:19:33.830Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:19:33.833Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:19:33.833Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413573829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:19:33.933Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:19:33.934Z||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.
2022-06-05T07:19:33.934Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:19:33.954Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:19:33.954Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:19:34.834Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:19:34.846Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:19:34.848Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:19:34.848Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T07:19:34.848Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T07:20:04.857Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:20:04.879Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:20:04.882Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:20:04.883Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T07:20:04.883Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T07:20:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:20:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:20:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:20:16.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:20:16.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:20:16.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:20:16.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:20:34.883Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:20:34.895Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:20:34.902Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:20:34.902Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T07:20:34.902Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T07:21:04.902Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:21:04.917Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:21:04.920Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:21:04.920Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T07:21:04.920Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T07:21:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:21:16.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:21:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:21:16.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:21:16.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413488403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413490534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413489373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413498594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413499096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413499447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413499598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "policy-id",
  "timestamp": 1654413500601,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.258Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:21:16.259Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413500686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413501333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654413502341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.274Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:21:16.274Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654413494118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413503689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "clamp",
  "timestamp": 1654413504708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.287Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:21:16.287Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413507597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413510401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413511808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413512352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413513107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "aai-ml",
  "timestamp": 1654413513356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.317Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a430485d-74fc-4809-bdd9-1901c7ad912f
2022-06-05T07:21:16.317Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a430485d-74fc-4809-bdd9-1901c7ad912f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413514294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413505714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413516620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413517694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413518697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413519702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:21:16.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413520707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413521715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413522720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413514360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413524161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413527691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:21:16.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413529701,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413530738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "clamp",
  "timestamp": 1654413530715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.343Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:21:16.343Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "aai-ml",
  "timestamp": 1654413531746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:16.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4099fd6d-a950-4c92-80f8-2823eea60534
2022-06-05T07:21:16.360Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4099fd6d-a950-4c92-80f8-2823eea60534 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T07:21:16.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846ac261-76b9-4575-9749-c31bef0a002c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413554389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:21:16.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:21:16.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:21:16.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:21:16.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:21:34.921Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:21:34.937Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.940Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.941Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.941Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:21:34.941Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:21:34.947Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T07:22:04.948Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a430485d-74fc-4809-bdd9-1901c7ad912f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T07:22:04.955Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a430485d-74fc-4809-bdd9-1901c7ad912f and serviceModelVersionId: da769305-5164-456a-b720-692d78c6b6ab
2022-06-05T07:22:04.955Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e049a41-6ec7-4d7c-96d3-1348a108247e
2022-06-05T07:22:04.958Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0
2022-06-05T07:22:04.966Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T07:22:05.023Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|INFO|500||Invoke
2022-06-05T07:22:05.024Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a430485d-74fc-4809-bdd9-1901c7ad912f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88ae217a-34e5-49f7-883f-587451a20e26], X-ECOMP-RequestID=[a430485d-74fc-4809-bdd9-1901c7ad912f], X-TransactionId=[], X-ONAP-RequestID=[a430485d-74fc-4809-bdd9-1901c7ad912f], Content-Type=[application/merge-patch+json]}
2022-06-05T07:22:05.050Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T07:22:06.102Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-07:22:05:954-73831], vertex-id=[176248], Content-Length=[0], Date=[Sun, 05 Jun 2022 07:22:05 GMT], Content-Type=[application/json]}
2022-06-05T07:22:06.102Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T07:22:06.103Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e049a41-6ec7-4d7c-96d3-1348a108247e/model-vers/model-ver/da769305-5164-456a-b720-692d78c6b6ab?depth=0|INFO|500||InvokeReturn
2022-06-05T07:22:06.104Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T07:22:06.104Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:22:06.110Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T07:22:06.111Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a430485d-74fc-4809-bdd9-1901c7ad912f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T07:22:06.112Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T07:22:06.113Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:06.116Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:06.116Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413726112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:22:06.216Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:06.217Z||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.
2022-06-05T07:22:06.217Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:06.240Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:06.240Z||pool-112-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:22:07.131Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T07:22:07.131Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4099fd6d-a950-4c92-80f8-2823eea60534","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d7d6fefb-e5d8-4639-a29c-7d80fec39e15","serviceDescription":"service","serviceInvariantUUID":"df638576-cd9b-4e91-9272-3274914b955c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a05387f9-46cc-491d-95d9-8bd1e9bb6bfa","resourceInvariantUUID":"4309e94b-e660-4bd3-84a5-370876380960","resourceCustomizationUUID":"6dec4fae-05cc-4c03-b651-ecd3c6645ed0","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":"MjBhY2EyMmE4MTA5ZWY5MmU1OGMzZDAzNTI4NDZmNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9104140-ad7f-4f0e-b419-0f5295ac8b65","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":"ea685d10-27ec-4850-a694-bc4d646f88c9","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":"a7dcb9c2-755e-46c4-9949-73763dc3544a","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":"NDQyNmMxYmRmZTgwNTUyNzU1ZmZjOWU5NGZjMzk0ZGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45c7cde0-9a92-443f-ad23-c1338528cee3","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":"6e6d2a67-c177-4937-b436-89d9efe87911","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":"46ced2c3-f573-4de7-9006-bc37c3567bb9","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":"29823240-af9b-47fa-90e0-b88f9e81b1a2","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":"MGU1MTA0OThkNDZlY2FjNmJmNDA4NmRiMmQ1MzRlOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b4bbb5d-5a7f-4e33-9fe4-3291d70efc47","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc1MDIwYjA5MWI3YmU5NTQ4YmRhYWZmZjlhMDIyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39a5c6ed-f548-484e-860a-4b5e1646e781","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T07:22:07.132Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:07.132Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:07.134Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:07.134Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:07.235Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:07.236Z||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.
2022-06-05T07:22:07.236Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:07.254Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:07.255Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:08.135Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:08.136Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:08.138Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:08.138Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:08.238Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:08.239Z||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.
2022-06-05T07:22:08.240Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:08.260Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:08.261Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:22:09.140Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:09.141Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:09.144Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:09.144Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:09.244Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:09.245Z||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.
2022-06-05T07:22:09.245Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:09.265Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:09.266Z||pool-115-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:10.145Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:10.146Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:10.148Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:10.148Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:10.248Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:10.249Z||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.
2022-06-05T07:22:10.250Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:10.274Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:10.274Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:22:11.149Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:11.150Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:11.154Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:11.155Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:11.255Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T07:22:11.256Z||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.
2022-06-05T07:22:11.256Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:11.276Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:11.277Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:12.155Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:12.156Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:12.158Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:12.158Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:12.258Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:12.259Z||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.
2022-06-05T07:22:12.259Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:12.280Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:12.280Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-05T07:22:13.159Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:13.160Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:13.163Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:13.163Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:13.265Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-05T07:22:13.265Z||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.
2022-06-05T07:22:13.266Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:13.306Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:13.306Z||pool-119-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:14.164Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:14.165Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:14.168Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:14.168Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:14.268Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:14.269Z||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.
2022-06-05T07:22:14.270Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:14.290Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:14.291Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:15.169Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T07:22:15.170Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:15.173Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:15.173Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:22:15.273Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T07:22:15.274Z||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.
2022-06-05T07:22:15.274Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:15.291Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:15.292Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:16.174Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d7d6fefb-e5d8-4639-a29c-7d80fec39e15",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df638576-cd9b-4e91-9272-3274914b955c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6dec4fae-05cc-4c03-b651-ecd3c6645ed0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a05387f9-46cc-491d-95d9-8bd1e9bb6bfa",
      "resourceInvariantUUID": "4309e94b-e660-4bd3-84a5-370876380960",
      "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": "Yzc1MDIwYjA5MWI3YmU5NTQ4YmRhYWZmZjlhMDIyMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39a5c6ed-f548-484e-860a-4b5e1646e781"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T07:22:16.175Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T07:22:16.176Z|a430485d-74fc-4809-bdd9-1901c7ad912f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d7d6fefb-e5d8-4639-a29c-7d80fec39e15 ASDC
2022-06-05T07:22:16.177Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4099fd6d-a950-4c92-80f8-2823eea60534
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d7d6fefb-e5d8-4639-a29c-7d80fec39e15
ServiceInvariantUUID:df638576-cd9b-4e91-9272-3274914b955c
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:39a5c6ed-f548-484e-860a-4b5e1646e781
ArtifactChecksum:Yzc1MDIwYjA5MWI3YmU5NTQ4YmRhYWZmZjlhMDIyMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6dec4fae-05cc-4c03-b651-ecd3c6645ed0
ResourceInvariantUUID:4309e94b-e660-4bd3-84a5-370876380960
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a05387f9-46cc-491d-95d9-8bd1e9bb6bfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-05T07:22:16.177Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7d6fefb-e5d8-4639-a29c-7d80fec39e15 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 (?, ?, ?, ?, ?)
2022-06-05T07:22:16.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:22:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:22:16.198Z||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 3IPdIn1i01C3BFm9) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:22:16.210Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:22:16.211Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:22:16.212Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:22:16.212Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 39a5c6ed-f548-484e-860a-4b5e1646e781 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T07:22:16.212Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T07:22:16.213Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T07:22:16.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:16.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:16.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T07:22:16.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413563804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413566967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:22:16.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413568401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:22:16.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413569707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:22:16.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413570811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T07:22:16.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413571819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413572823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:16.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T07:22:16.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413573829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:22:16.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:22:17.259Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T07:22:17.266Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 39a5c6ed-f548-484e-860a-4b5e1646e781 105665
2022-06-05T07:22:17.266Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:22:17.267Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T07:22:17.267Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T07:22:17.267Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:17.270Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:17.270Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413737266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:22:17.370Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:17.370Z||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.
2022-06-05T07:22:17.371Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:17.393Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:17.394Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:18.270Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T07:22:18.272Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T07:22:18.272Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 39a5c6ed-f548-484e-860a-4b5e1646e781, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:18.272Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-05T07:22:18.273Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:18.273Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:18.414Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14079550667446524802/Definitions/service-TestPnfMacro-template.yml
2022-06-05T07:22:19.315Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||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
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||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
2022-06-05T07:22:19.316Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||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
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||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
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.317Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.318Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-05T07:22:19.318Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:22:19.318Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:22:19.318Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.318Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.319Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-05T07:22:19.319Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T07:22:19.319Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T07:22:19.319Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.319Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.320Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.321Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.321Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.321Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d7d6fefb-e5d8-4639-a29c-7d80fec39e15
Model Version:NULL
Model InvariantUuid:df638576-cd9b-4e91-9272-3274914b955c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T07:22:19.330Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a05387f9-46cc-491d-95d9-8bd1e9bb6bfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:22:19.333Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-06-05T07:22:19.334Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a05387f9-46cc-491d-95d9-8bd1e9bb6bfa
2022-06-05T07:22:19.334Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d7d6fefb-e5d8-4639-a29c-7d80fec39e15
2022-06-05T07:22:19.334Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d7d6fefb-e5d8-4639-a29c-7d80fec39e15
2022-06-05T07:22:19.334Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a05387f9-46cc-491d-95d9-8bd1e9bb6bfa ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:22:19.339Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70f004b3, org.onap.sdc.toscaparser.api.parameters.Input@11e0c73, org.onap.sdc.toscaparser.api.parameters.Input@2aa9a320, org.onap.sdc.toscaparser.api.parameters.Input@24195950, org.onap.sdc.toscaparser.api.parameters.Input@54bc04fc]
2022-06-05T07:22:19.339Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.339Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.340Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d7d6fefb-e5d8-4639-a29c-7d80fec39e15: test-pnf
2022-06-05T07:22:19.340Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Processing PNF resource: a05387f9-46cc-491d-95d9-8bd1e9bb6bfa
2022-06-05T07:22:19.340Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T07:22:19.340Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T07:22:19.340Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||Resource customization UUID: 6dec4fae-05cc-4c03-b651-ecd3c6645ed0 is the same as notified resource customizationUUID: 6dec4fae-05cc-4c03-b651-ecd3c6645ed0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T07:22:19.373Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a05387f9-46cc-491d-95d9-8bd1e9bb6bfa 0 ASDC deployResourceStructure
2022-06-05T07:22:19.374Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T07:22:19.374Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T07:22:19.374Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T07:22:19.374Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:19.377Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:19.377Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413739374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:22:19.477Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:19.478Z||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.
2022-06-05T07:22:19.478Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:19.493Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:19.494Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T07:22:20.378Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4099fd6d-a950-4c92-80f8-2823eea60534
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:22:20.389Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4099fd6d-a950-4c92-80f8-2823eea60534
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.392Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.393Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.393Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T07:22:20.393Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T07:22:20.398Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T07:22:50.399Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4099fd6d-a950-4c92-80f8-2823eea60534 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T07:22:50.407Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4099fd6d-a950-4c92-80f8-2823eea60534 and serviceModelVersionId: d7d6fefb-e5d8-4639-a29c-7d80fec39e15
2022-06-05T07:22:50.408Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df638576-cd9b-4e91-9272-3274914b955c
2022-06-05T07:22:50.409Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0
2022-06-05T07:22:50.418Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T07:22:50.483Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|INFO|500||Invoke
2022-06-05T07:22:50.483Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4099fd6d-a950-4c92-80f8-2823eea60534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6478899-9a93-4577-9641-c589bad1e782], X-ECOMP-RequestID=[4099fd6d-a950-4c92-80f8-2823eea60534], X-TransactionId=[], X-ONAP-RequestID=[4099fd6d-a950-4c92-80f8-2823eea60534], Content-Type=[application/merge-patch+json]}
2022-06-05T07:22:50.509Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T07:22:50.924Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-07:22:51:413-53920], vertex-id=[180344], Content-Length=[0], Date=[Sun, 05 Jun 2022 07:22:51 GMT], Content-Type=[application/json]}
2022-06-05T07:22:50.925Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T07:22:50.925Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df638576-cd9b-4e91-9272-3274914b955c/model-vers/model-ver/d7d6fefb-e5d8-4639-a29c-7d80fec39e15?depth=0|INFO|500||InvokeReturn
2022-06-05T07:22:50.926Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T07:22:50.927Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T07:22:50.931Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T07:22:50.931Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4099fd6d-a950-4c92-80f8-2823eea60534 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T07:22:50.932Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T07:22:50.932Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T07:22:50.934Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T07:22:50.935Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413770931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:22:51.035Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T07:22:51.036Z||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.
2022-06-05T07:22:51.037Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3IPdIn1i01C3BFm9) ...
2022-06-05T07:22:51.058Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:22:51.058Z||pool-124-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T07:22:51.949Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:22:51.950Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:22:51.950Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:02.309Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:23:02.310Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:23:02.311Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:23:02.311Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:11.878Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:23:11.878Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:23:11.879Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:23:11.879Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:23:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:23:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:16.234Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:23:16.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a430485d-74fc-4809-bdd9-1901c7ad912f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413726112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:23:16.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:23:16.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T07:23:16.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:16.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-05T07:23:16.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413496195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T07:23:16.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-05T07:23:21.455Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:23:21.456Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:23:21.456Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:23:21.456Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:31.042Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:23:31.043Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:23:31.044Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:23:31.044Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:23:40.632Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:24:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:24:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:24:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:24:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:24:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:24:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:24:16.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:24:16.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T07:24:16.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413737266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T07:24:16.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:24:16.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T07:24:16.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413739374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T07:24:16.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:24:16.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T07:24:16.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4099fd6d-a950-4c92-80f8-2823eea60534",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654413770931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T07:24:16.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T07:24:25.777Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:25:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:25:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:25:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:25:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:25:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:25:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:25:25.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:25:25.771Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:26:16.195Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:26:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:26:16.196Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:26:16.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:26:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:26:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:26:25.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:26:25.774Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:27:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:27:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:27:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:27:16.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:27:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:27:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:27:25.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:27:25.827Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:28:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:28:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:28:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:28:16.197Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:28:16.198Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:28:16.198Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:28:25.777Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:28:25.779Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:29:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:29:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:29:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:29:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:29:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:29:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:29:25.760Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:29:25.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:30:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:30:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:30:16.197Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:30:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:30:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:30:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:30:25.754Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:30:25.760Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:31:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:31:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:31:16.198Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:31:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:31:16.198Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:31:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:31:25.767Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:31:25.768Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:32:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:32:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:32:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:32:16.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:32:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:32:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:32:25.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:32:25.776Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:33:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:33:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:33:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:33:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:33:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:33:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:33:25.779Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:33:25.780Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:34:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:34:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:34:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:34:16.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:34:16.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:34:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:34:25.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:34:25.775Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:35:16.195Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:35:16.196Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:35:16.197Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:35:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:35:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:35:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:35:25.769Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:35:25.773Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:36:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:36:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:36:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:36:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:36:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:36:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:36:25.762Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:36:25.770Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:37:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:37:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:37:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:37:16.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:37:16.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:37:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:37:25.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:37:25.764Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:38:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:38:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:38:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:38:16.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:38:16.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:38:16.199Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:38:25.760Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:38:25.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:39:16.198Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:39:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:39:16.200Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:39:16.200Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:39:16.200Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:39:16.200Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:39:25.787Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:39:25.787Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:40:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:40:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:40:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:40:16.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:40:16.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:40:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:40:25.761Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:40:25.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:41:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:41:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:41:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:41:16.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:41:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:41:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:41:25.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:41:25.773Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:42:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:42:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:42:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:42:16.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:42:16.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:42:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:42:25.780Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:42:25.779Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:43:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:43:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:43:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:43:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:43:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:43:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:43:25.753Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:43:25.754Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:44:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:44:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:44:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:44:16.197Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:44:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:44:16.198Z|c3f2e2e0-1308-4111-8154-297b56ac186b|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:44:25.760Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:44:25.767Z|c3f2e2e0-1308-4111-8154-297b56ac186b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:45:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:45:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:45:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:45:16.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:45:16.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:45:16.198Z||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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:45:25.766Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:45:25.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:46:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:46:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:46:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:46:16.197Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:46:16.198Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:46:16.198Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:46:25.751Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:46:25.765Z|55dcbf3e-cc51-4704-b97a-62d270a0acee|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T07:47:16.195Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:47:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:47:16.196Z|4099fd6d-a950-4c92-80f8-2823eea60534|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 3IPdIn1i01C3BFm9) ...
2022-06-05T07:47:16.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T07:47:16.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T07:47:16.198Z||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 3IPdIn1i01C3BFm9) ...