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-03T09:15:50.753Z||main|||||INFO|500||The following profiles are active: basic
2022-06-03T09:16:01.756Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-03T09:16:01.757Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-03T09:16:01.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-03T09:16:05.743Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-03T09:16:06.127Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-03T09:16:06.549Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-03T09:16:06.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-03T09:16:06.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-03T09:16:06.907Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-03T09:16:07.562Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-03T09:16:09.319Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:16:11.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:16:11.763Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-03T09:16:12.449Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:16:12.674Z||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-03T09:16:13.784Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:16:14.825Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-03T09:16:14.851Z||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$$b3d2088f.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-03T09:16:14.852Z||main|||||WARN|500||The sdc end point is not alive
2022-06-03T09:16:17.978Z||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-03T09:16:21.205Z||main|||||WARN|500||---
2022-06-03T09:16:21.206Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-03T09:16:21.206Z||main|||||WARN|500||---
2022-06-03T09:16:21.769Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-03T09:16:27.408Z||main|||||INFO|500||Started Application in 39.646 seconds (JVM running for 41.786)
2022-06-03T09:16:27.449Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:27.453Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:27.467Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:27.513Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:27.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71f0aaec-45c8-4987-9d00-d0a47415335e url= /sdc/v1/artifactTypes
2022-06-03T09:16:27.582Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:28.694Z||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.0.170] 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$$20670df7.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-03T09:16:28.701Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@517d462f
2022-06-03T09:16:28.702Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:28.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:28.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:28.740Z||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$$20670df7.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-03T09:17:17.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:17:17.399Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:17:17.400Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:17:17.403Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:17:17.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 265657ee-c6ed-4a36-8eae-3d4615fb8fa9 url= /sdc/v1/artifactTypes
2022-06-03T09:17:17.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:17:18.445Z||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.0.170] 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$$20670df7.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-03T09:17:18.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a3355cb
2022-06-03T09:17:18.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:17:18.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:17:18.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:17:18.455Z||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$$20670df7.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-03T09:18:07.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:07.400Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:07.401Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:07.406Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:07.412Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0a978b8-fd43-40a2-b9ba-61b33b59acd6 url= /sdc/v1/artifactTypes
2022-06-03T09:18:07.412Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:08.458Z||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.0.170] 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$$20670df7.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-03T09:18:08.460Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a288956
2022-06-03T09:18:08.460Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:08.461Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:08.461Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:08.462Z||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$$20670df7.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-03T09:18:57.399Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:57.401Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:57.402Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:57.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:57.414Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54756e2f-3471-4d0f-a611-eea9898b97e2 url= /sdc/v1/artifactTypes
2022-06-03T09:18:57.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:58.442Z||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.0.170] 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$$20670df7.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-03T09:18:58.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@609148a9
2022-06-03T09:18:58.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:58.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:58.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:58.446Z||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$$20670df7.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-03T09:19:47.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:19:47.402Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:19:47.402Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:19:47.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:19:47.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86afa99c-f8f9-475d-bb7f-fa8dfcc4d95c url= /sdc/v1/artifactTypes
2022-06-03T09:19:47.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:19:47.670Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-03T09:19:47.683Z||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-03T09:19:47.723Z||scheduling-1|||||DEBUG|500||create keys
2022-06-03T09:19:47.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-03T09:19:47.771Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:19:47.789Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 38acd993-1573-4561-9b53-643645d34fec url= /sdc/v1/registerForDistribution
2022-06-03T09:19:48.083Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 38acd993-1573-4561-9b53-643645d34fec url= /sdc/v1/registerForDistribution
2022-06-03T09:19:48.083Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-03T09:19:48.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:19:48.097Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:19:48.146Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-03T09:19:48.148Z||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-03T09:19:48.148Z||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-03T09:19:48.148Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:19:48.149Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:19:58.746Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:19:58.772Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:20:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:20:48.091Z||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-03T09:20:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:20:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:20:48.094Z||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-03T09:20:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:20:57.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:20:57.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:21:48.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:48.091Z||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-03T09:21:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:21:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:48.094Z||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-03T09:21:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:21:57.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:21:57.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:22:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:48.091Z||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-03T09:22:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:22:48.099Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:48.101Z||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-03T09:22:48.101Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:22:57.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:22:57.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:23:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:23:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:48.094Z||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-03T09:23:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:23:57.697Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:23:57.717Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:24:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:24:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:48.094Z||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-03T09:24:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:24:57.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:24:57.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:25:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:25:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:48.094Z||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-03T09:25:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:25:57.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:25:57.666Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:26:07.036Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-03T09:26:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:26:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:48.096Z||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-03T09:26:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:26:57.659Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:26:57.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:27:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:27:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:48.094Z||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-03T09:27:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:27:57.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:27:57.662Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:28:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:48.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:48.093Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:28:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:48.094Z||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-03T09:28:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:28:57.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:28:57.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:29:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:29:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:48.095Z||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-03T09:29:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:29:57.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:29:57.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:30:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:30:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:48.094Z||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-03T09:30:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:30:57.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:30:57.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:31:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:31:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:48.094Z||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-03T09:31:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:31:57.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:31:57.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:32:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:48.091Z||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-03T09:32:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:32:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:48.095Z||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-03T09:32:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:32:57.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:32:57.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:33:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:48.091Z||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-03T09:33:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:33:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:48.094Z||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-03T09:33:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:33:57.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:33:57.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:34:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:48.091Z||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-03T09:34:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:34:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:48.094Z||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-03T09:34:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:34:57.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:34:57.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:35:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:48.091Z||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-03T09:35:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:35:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:48.094Z||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-03T09:35:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:35:57.654Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:35:57.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:36:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:48.092Z||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-03T09:36:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:36:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:48.095Z||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-03T09:36:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:36:57.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:36:57.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:37:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:48.092Z||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-03T09:37:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:37:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:48.095Z||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-03T09:37:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:37:57.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:37:57.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:38:48.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:48.091Z||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-03T09:38:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:38:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:48.094Z||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-03T09:38:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:38:57.654Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:38:57.655Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:39:48.092Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:48.093Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:39:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:48.096Z||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-03T09:39:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:39:57.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:39:57.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:40:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:40:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:48.095Z||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-03T09:40:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:40:57.651Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:40:57.657Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:41:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:41:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:48.094Z||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-03T09:41:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:41:57.655Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:41:57.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:42:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:42:48.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:48.096Z||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-03T09:42:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:42:57.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:42:57.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:43:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:43:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:48.094Z||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-03T09:43:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:43:57.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:43:57.657Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:44:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:44:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:48.094Z||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-03T09:44:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:44:57.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:44:57.664Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:45:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:48.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:45:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:48.094Z||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-03T09:45:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:45:57.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:45:57.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:46:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:48.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XUTXnP10VAe7Q2G2) ...
2022-06-03T09:46:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:48.095Z||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-03T09:46:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:46:57.664Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:46:57.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:47:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:48.092Z||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-03T09:47:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:47:48.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:48.096Z||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-03T09:47:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:47:57.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:47:57.721Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:48:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:48.091Z||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-03T09:48:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:48:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:48.094Z||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-03T09:48:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:48:57.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:48:57.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:49:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:48.091Z||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-03T09:49:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:49:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:48.094Z||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-03T09:49:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:49:57.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:49:57.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:50:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:48.091Z||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-03T09:50:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:50:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:48.095Z||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-03T09:50:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:50:57.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:50:57.712Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:51:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:48.091Z||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-03T09:51:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:51:48.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:48.099Z||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-03T09:51:48.099Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:51:57.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:51:57.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:52:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:48.091Z||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-03T09:52:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:52:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:48.094Z||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-03T09:52:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:52:57.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:52:57.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:53:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:48.091Z||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-03T09:53:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:53:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:48.094Z||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-03T09:53:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:53:57.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:53:57.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:54:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:48.091Z||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-03T09:54:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:54:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:48.095Z||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-03T09:54:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:54:57.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:54:57.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:55:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:48.091Z||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-03T09:55:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:55:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:48.095Z||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-03T09:55:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:55:57.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:55:57.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:56:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:48.091Z||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-03T09:56:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:56:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:48.094Z||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-03T09:56:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:56:57.658Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:56:57.695Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:57:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:48.093Z||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-03T09:57:48.093Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:57:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:48.094Z||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-03T09:57:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:57:57.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:57:57.699Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:58:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:48.091Z||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-03T09:58:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:58:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:48.095Z||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-03T09:58:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:58:57.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:58:57.663Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:59:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:48.091Z||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-03T09:59:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:59:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:48.094Z||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-03T09:59:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T09:59:57.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:59:57.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:00:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:48.091Z||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-03T10:00:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:00:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:48.094Z||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-03T10:00:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:00:57.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:00:57.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:01:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:48.091Z||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-03T10:01:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:01:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:48.094Z||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-03T10:01:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:01:57.661Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:01:57.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:02:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:48.091Z||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-03T10:02:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:02:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:48.095Z||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-03T10:02:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:02:57.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:02:57.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:03:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:48.091Z||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-03T10:03:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:03:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:48.094Z||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-03T10:03:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:03:57.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:03:57.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:04:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:48.091Z||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-03T10:04:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:04:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:48.094Z||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-03T10:04:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:04:57.654Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:04:57.654Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:05:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:48.091Z||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-03T10:05:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:05:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:48.094Z||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-03T10:05:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:05:57.728Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:05:57.731Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:06:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:48.091Z||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-03T10:06:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:06:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:48.094Z||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-03T10:06:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:06:57.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:06:57.702Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:07:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:48.093Z||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-03T10:07:48.093Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:07:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:48.094Z||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-03T10:07:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:07:57.713Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:07:57.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:08:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:48.091Z||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-03T10:08:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:08:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:48.095Z||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-03T10:08:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:08:57.663Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:08:57.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:09:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:48.091Z||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-03T10:09:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:09:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:48.094Z||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-03T10:09:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:09:57.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:09:57.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:10:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:48.091Z||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-03T10:10:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:10:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:48.094Z||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-03T10:10:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:10:57.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:10:57.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:11:48.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:48.091Z||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-03T10:11:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:11:48.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:48.094Z||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-03T10:11:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:11:57.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:11:57.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:12:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:48.091Z||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-03T10:12:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:12:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:48.094Z||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-03T10:12:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:12:57.657Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:12:57.660Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:13:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:48.091Z||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-03T10:13:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:13:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:48.095Z||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-03T10:13:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:13:57.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:13:57.711Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:14:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:48.091Z||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-03T10:14:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:14:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:48.094Z||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-03T10:14:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:14:57.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:14:57.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:15:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:48.091Z||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-03T10:15:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:15:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:48.094Z||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-03T10:15:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:15:57.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:15:57.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:16:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:48.091Z||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-03T10:16:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:16:48.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:48.095Z||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-03T10:16:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:16:57.653Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:16:57.654Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:17:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:48.095Z||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-03T10:17:48.095Z||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-03T10:17:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:17:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:17:57.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:17:57.705Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:18:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:48.091Z||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-03T10:18:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:18:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:48.094Z||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-03T10:18:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:18:57.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:18:57.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:19:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:48.091Z||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-03T10:19:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:19:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:48.094Z||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-03T10:19:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:19:57.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:19:57.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:20:48.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:48.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:48.096Z||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-03T10:20:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:20:48.096Z||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-03T10:20:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:20:57.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:20:57.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:21:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:48.091Z||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-03T10:21:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:21:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:48.094Z||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-03T10:21:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:21:57.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:21:57.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:48.091Z||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-03T10:22:48.092Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:48.095Z||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-03T10:22:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:48.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251751080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251753071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251749473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251759122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251759601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251766903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251767077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251767445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "cds",
  "timestamp": 1654251767924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-03T10:22:48.735Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:48.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae85a1ca-3ceb-416c-96d4-fb8a6569aff0","serviceName":"basic_onboard_CQtPxm","serviceVersion":"1.0","serviceUUID":"3b8aa2dd-827a-4694-a536-3a8c226d20f3","serviceDescription":"service","serviceInvariantUUID":"013b72f1-10f3-4688-8c81-5296ef12474d","resources":[{"resourceInstanceName":"basic_onboard_CQtPxm 0","resourceName":"basic_onboard_CQtPxm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1f9b87c-44a3-4cc2-afcd-577098878646","resourceInvariantUUID":"b764ef9f-099c-44e1-8d8d-dd02f7fece72","resourceCustomizationUUID":"afb78fbf-2246-4941-ba1a-914730a46844","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml","artifactChecksum":"YmVjNjNhMmI5OGY4YzliMDQzMjdlNDNjMDJmNDk0N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc30ee1e-45b7-475f-bf3d-4cef59a70401","artifactVersion":"1"},{"artifactName":"basic_onboard_cqtpxm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json","artifactChecksum":"MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13c77c45-41c6-4c4d-9836-ff77a8a25695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10fb98f3-8276-491d-be2a-47913f55ac20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4dd5f1c-b2e9-40c0-b661-9aedab5ee0ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ac6e67c-34dd-4814-b038-3492b5beddf0","artifactVersion":"2","generatedFromUUID":"10fb98f3-8276-491d-be2a-47913f55ac20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqtpxm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml","artifactChecksum":"YWFlOWNjMzA0YmM3MzQ2Nzg4MGUxYzMyZTUzMjcyMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"580f97e6-ddfc-4d16-8145-a795c9fa2f89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqtpxm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar","artifactChecksum":"ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03b2d5ac-56a7-4544-bad4-b788aa59603f","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:22:48.746Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:48.752Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:48.767Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:48.768Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:22:48.869Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:22:48.872Z||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-03T10:22:48.872Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:48.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:22:48.889Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:48.890Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:48.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:22:48.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251768093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:22:48.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:22:48.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "policy-id",
  "timestamp": 1654251769099,
  "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-03T10:22:48.950Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:22:48.950Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:22:49.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:49.776Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:49.778Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:49.779Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:22:49.879Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:49.880Z||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-03T10:22:49.880Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:49.897Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:49.897Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:50.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:50.780Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:50.782Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:50.782Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:22:50.882Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:22:50.883Z||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-03T10:22:50.883Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:50.901Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:50.901Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2022-06-03T10:22:51.783Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:51.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:51.786Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:51.786Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:51.886Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:51.888Z||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-03T10:22:51.888Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:51.904Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:51.905Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:52.787Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:52.788Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:52.790Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:52.791Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T10:22:52.891Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:22:52.891Z||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-03T10:22:52.892Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:52.909Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:52.910Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:53.792Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:53.792Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:53.795Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:53.795Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:22:53.895Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:53.896Z||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-03T10:22:53.896Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:53.915Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:53.916Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:54.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:22:54.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:54.802Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:54.802Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:22:54.902Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:54.903Z||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-03T10:22:54.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:54.950Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:54.950Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:22:55.805Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "serviceName": "basic_onboard_CQtPxm",
  "serviceVersion": "1.0",
  "serviceUUID": "3b8aa2dd-827a-4694-a536-3a8c226d20f3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "013b72f1-10f3-4688-8c81-5296ef12474d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CQtPxm 0",
      "resourceCustomizationUUID": "afb78fbf-2246-4941-ba1a-914730a46844",
      "resourceName": "basic_onboard_CQtPxm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1f9b87c-44a3-4cc2-afcd-577098878646",
      "resourceInvariantUUID": "b764ef9f-099c-44e1-8d8d-dd02f7fece72",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cqtpxm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
          "artifactChecksum": "MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "13c77c45-41c6-4c4d-9836-ff77a8a25695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "10fb98f3-8276-491d-be2a-47913f55ac20",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8ac6e67c-34dd-4814-b038-3492b5beddf0",
            "generatedFromUUID": "10fb98f3-8276-491d-be2a-47913f55ac20"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8ac6e67c-34dd-4814-b038-3492b5beddf0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCqtpxm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
      "artifactChecksum": "ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03b2d5ac-56a7-4544-bad4-b788aa59603f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:22:55.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:22:55.806Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b8aa2dd-827a-4694-a536-3a8c226d20f3 ASDC
2022-06-03T10:22:55.924Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
ServiceName:basic_onboard_CQtPxm
ServiceVersion:1.0
ServiceUUID:3b8aa2dd-827a-4694-a536-3a8c226d20f3
ServiceInvariantUUID:013b72f1-10f3-4688-8c81-5296ef12474d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqtpxm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
ArtifactUUID:03b2d5ac-56a7-4544-bad4-b788aa59603f
ArtifactChecksum:ZGI1YzVjOWZjYzQ1YTBhMWQyMWZmNmQ2YzI1NjBlMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CQtPxm 0
ResourceCustomizationUUID:afb78fbf-2246-4941-ba1a-914730a46844
ResourceInvariantUUID:b764ef9f-099c-44e1-8d8d-dd02f7fece72
ResourceName:basic_onboard_CQtPxm
ResourceType:VF
ResourceUUID:d1f9b87c-44a3-4cc2-afcd-577098878646
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqtpxm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
ArtifactUUID:13c77c45-41c6-4c4d-9836-ff77a8a25695
ArtifactChecksum:MjU2MjQ1ZGY2YTRlZTBmZWIwOWJkYzVmNWI5NWM3NmQ=
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:10fb98f3-8276-491d-be2a-47913f55ac20
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
ArtifactUUID:8ac6e67c-34dd-4814-b038-3492b5beddf0
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/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
ArtifactUUID:8ac6e67c-34dd-4814-b038-3492b5beddf0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:22:55.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b8aa2dd-827a-4694-a536-3a8c226d20f3 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-03T10:22:55.980Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:22:55.981Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:55.982Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:55.982Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03b2d5ac-56a7-4544-bad4-b788aa59603f from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:55.983Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:22:55.984Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:57.017Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:22:57.031Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar 03b2d5ac-56a7-4544-bad4-b788aa59603f 71585
2022-06-03T10:22:57.032Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar ASDC sendASDCNotification
2022-06-03T10:22:57.032Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:57.033Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:22:57.035Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:22:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:22:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251777031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:22:57.136Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:22:57.137Z||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-03T10:22:57.138Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:22:57.166Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:57.166Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:22:58.037Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:22:58.038Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:22:58.038Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 03b2d5ac-56a7-4544-bad4-b788aa59603f, URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.119Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.119Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:22:58.740Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10752838945345398356/Definitions/service-BasicOnboardCqtpxm-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-03T10:23:00.546Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.551Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.552Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CQtPxm 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-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:00.553Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:23:00.559Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.560Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.565Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.565Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:23:00.566Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:23:00.568Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.568Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.569Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T10:23:00.573Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.574Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:23:00.575Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.576Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.577Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d0b41cb-5d8b-4803-86ef-44146c2642ae
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.578Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:00.579Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:00.580Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CQtPxm
Description:service
Model UUID:3b8aa2dd-827a-4694-a536-3a8c226d20f3
Model Version:NULL
Model InvariantUuid:013b72f1-10f3-4688-8c81-5296ef12474d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CQtPxm
Model UUID:67e5357e-c2f5-4a60-97ac-073bd104ac56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b764ef9f-099c-44e1-8d8d-dd02f7fece72
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:afb78fbf-2246-4941-ba1a-914730a46844
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
ModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
ModelUuid:24404e0a-aaaa-4ce4-aa48-3ec085b97385
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d0b41cb-5d8b-4803-86ef-44146c2642ae
ModelInvariantUuid:d2795e5c-b36d-4165-8e3b-5366ca7d8b2d
ModelName:basic_onboard_CQtPxm-nodes.ubuntu18Cvfc
ModelUuid:c9545645-54e3-4a56-bc4e-579369f2f830
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f1928a3b-dfd9-4d55-976f-1e140d799247
ModelInvariantUuid:2475b7d1-b1cd-4c28-a2ad-291f909c3f39
ModelName:BasicOnboardCqtpxm.compute.nodes.heat.ubuntu18
ModelUuid:27293810-31da-4e56-a50f-66a624826400
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-03T10:23:00.591Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d1f9b87c-44a3-4cc2-afcd-577098878646
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-03T10:23:00.676Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||basic_onboard_CQtPxm 0
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1f9b87c-44a3-4cc2-afcd-577098878646
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13c77c45-41c6-4c4d-9836-ff77a8a25695 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.683Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:00.684Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.904Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json 13c77c45-41c6-4c4d-9836-ff77a8a25695 798
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json ASDC sendASDCNotification
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:00.905Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:00.906Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:00.908Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:00.908Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251780905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:23:01.008Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:01.009Z||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-03T10:23:01.009Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:01.025Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:01.026Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:01.909Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqtpxm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8e57225-0bd3-4173-91f5-26a2d3f1b1c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24404e0a-aaaa-4ce4-aa48-3ec085b97385",
    "vfModuleModelCustomizationUUID": "020bb78e-ea6e-4ba0-bd7b-67d541161627",
    "isBase": true,
    "artifacts": [
      "10fb98f3-8276-491d-be2a-47913f55ac20",
      "8ac6e67c-34dd-4814-b038-3492b5beddf0"
    ],
    "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-03T10:23:01.922Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24404e0a-aaaa-4ce4-aa48-3ec085b97385
VfModuleModelInvariantUUID:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
10fb98f3-8276-491d-be2a-47913f55ac20
,
8ac6e67c-34dd-4814-b038-3492b5beddf0

}
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-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqtpxm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8e57225-0bd3-4173-91f5-26a2d3f1b1c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24404e0a-aaaa-4ce4-aa48-3ec085b97385",
    "vfModuleModelCustomizationUUID": "020bb78e-ea6e-4ba0-bd7b-67d541161627",
    "isBase": true,
    "artifacts": [
      "10fb98f3-8276-491d-be2a-47913f55ac20",
      "8ac6e67c-34dd-4814-b038-3492b5beddf0"
    ],
    "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-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqtpxm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24404e0a-aaaa-4ce4-aa48-3ec085b97385
VfModuleModelInvariantUUID:e8e57225-0bd3-4173-91f5-26a2d3f1b1c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
10fb98f3-8276-491d-be2a-47913f55ac20
,
8ac6e67c-34dd-4814-b038-3492b5beddf0

}
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-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10fb98f3-8276-491d-be2a-47913f55ac20 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:01.925Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:01.926Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:02.932Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml 10fb98f3-8276-491d-be2a-47913f55ac20 5033
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:02.933Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:02.935Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:02.936Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:23:03.036Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:03.037Z||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-03T10:23:03.038Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:03.055Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:03.056Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-03T10:23:03.936Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ac6e67c-34dd-4814-b038-3492b5beddf0 from URL: /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:03.937Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:23:03.937Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env 8ac6e67c-34dd-4814-b038-3492b5beddf0 909
2022-06-03T10:23:04.843Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:23:04.844Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:04.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:04.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251784843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:23:04.946Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:04.948Z||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-03T10:23:04.948Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:04.967Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:04.968Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:23:05.846Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3b8aa2dd-827a-4694-a536-3a8c226d20f3
2022-06-03T10:23:05.847Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CQtPxm 0 d1f9b87c-44a3-4cc2-afcd-577098878646 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-03T10:23:05.880Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d311909, org.onap.sdc.toscaparser.api.parameters.Input@647775d9, org.onap.sdc.toscaparser.api.parameters.Input@70a765ef, org.onap.sdc.toscaparser.api.parameters.Input@44d5058d, org.onap.sdc.toscaparser.api.parameters.Input@6189a54f]
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= afb78fbf-2246-4941-ba1a-914730a46844
2022-06-03T10:23:05.885Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: afb78fbf-2246-4941-ba1a-914730a46844 matches Tosca VF Customization UUID: afb78fbf-2246-4941-ba1a-914730a46844
2022-06-03T10:23:05.886Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: afb78fbf-2246-4941-ba1a-914730a46844  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-03T10:23:05.892Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.892Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.893Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id afb78fbf-2246-4941-ba1a-914730a46844: {\"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-03T10:23:05.893Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34012e61
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:23:05.894Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 020bb78e-ea6e-4ba0-bd7b-67d541161627
2022-06-03T10:23:05.895Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 020bb78e-ea6e-4ba0-bd7b-67d541161627
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-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.901Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.902Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is not matching search criteria
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:23:05.903Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:23:05.904Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d0b41cb-5d8b-4803-86ef-44146c2642ae
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-03T10:23:05.910Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.910Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CQtPxm 0 is matching search criteria
2022-06-03T10:23:05.911Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CQtPxm 0] matching following query criteria: sdcType=VF, customizationUUID=afb78fbf-2246-4941-ba1a-914730a46844
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-03T10:23:05.913Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.913Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3b8aa2dd-827a-4694-a536-3a8c226d20f3: basic_onboard_CQtPxm
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.914Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.915Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:23:05.916Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CQtPxm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:23:05.917Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CQtPxm 
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-03T10:23:06.114Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CQtPxm d1f9b87c-44a3-4cc2-afcd-577098878646 1 ASDC deployResourceStructure
2022-06-03T10:23:06.114Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json ASDC sendASDCNotification
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:06.115Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:06.117Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:06.117Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251786114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:23:06.217Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:06.218Z||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-03T10:23:06.218Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:06.237Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:06.238Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:07.118Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:07.120Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:07.120Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251787117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:23:07.220Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:07.221Z||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-03T10:23:07.222Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:07.247Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:07.248Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:23:08.121Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:23:08.121Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env
2022-06-03T10:23:08.122Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:08.122Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:08.123Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:08.124Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251788121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:23:08.224Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:08.225Z||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-03T10:23:08.225Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:08.247Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:08.248Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar ASDC sendASDCNotification
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:23:09.125Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:23:09.127Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:23:09.127Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251789124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:23:09.227Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:23:09.228Z||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-03T10:23:09.229Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:09.251Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:09.252Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:23:10.131Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:23:10.147Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:23:10.150Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:23:40.151Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:23:40.161Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:23:40.166Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:23:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:48.095Z||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-03T10:23:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:23:48.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T10:23:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:23:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:24:10.167Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:24:10.178Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:24:10.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:24:40.181Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:24:40.191Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:24:40.194Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:24:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:48.095Z||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-03T10:24:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:24:48.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:24:48.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:24:48.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:24:48.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:10.195Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:25:10.210Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:25:10.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:25:40.213Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:25:40.224Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:25:40.227Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:25:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:48.095Z||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-03T10:25:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:25:48.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:25:48.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251763854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251771816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251772395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251773220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251773416,
  "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-03T10:25:48.652Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:25:48.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251775123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251768090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251776217,
  "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-03T10:25:48.671Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251777226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251777031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251779072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251781086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "clamp",
  "timestamp": 1654251782096,
  "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-03T10:25:48.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.692Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:25:48.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251780905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251776620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:25:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251785548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251784843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251786114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/basic_onboard_cqtpxm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251787117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251788121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/resourceInstances/basic_onboard_cqtpxm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654251789124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251802222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqtpxm/1.0/artifacts/service-BasicOnboardCqtpxm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:25:48.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:25:48.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "aai-ml",
  "timestamp": 1654251803230,
  "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-03T10:25:48.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
2022-06-03T10:25:48.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:26:10.228Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:26:10.241Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0
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-03T10:26:10.245Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:26:10.245Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.246Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:26:10.247Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:26:10.253Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:26:40.254Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 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-03T10:26:40.265Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and serviceModelVersionId: 3b8aa2dd-827a-4694-a536-3a8c226d20f3
2022-06-03T10:26:40.266Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 013b72f1-10f3-4688-8c81-5296ef12474d
2022-06-03T10:26:48.102Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:48.103Z||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-03T10:26:48.104Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:26:48.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:26:48.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251961080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251959473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251963854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251959122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251969602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251976812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251976822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251976952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251977829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "cds",
  "timestamp": 1654251977959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-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-03T10:26:48.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:26:48.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251978005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "policy-id",
  "timestamp": 1654251978833,
  "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-03T10:26:48.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:26:48.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251978899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654251973071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251980407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251981441,
  "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-03T10:26:48.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251982021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654251982446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654251983030,
  "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-03T10:26:48.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:26:48.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251986100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251988109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "clamp",
  "timestamp": 1654251989117,
  "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-03T10:26:48.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:26:48.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251986620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654251994952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654252008631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:26:48.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:26:54.810Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0
2022-06-03T10:26:54.949Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:26:55.467Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?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-03T10:26:55.472Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|INFO|500||Invoke
2022-06-03T10:26:55.593Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:26:57.033Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0|INFO|500||InvokeReturn
2022-06-03T10:26:57.035Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/013b72f1-10f3-4688-8c81-5296ef12474d/model-vers/model-ver/3b8aa2dd-827a-4694-a536-3a8c226d20f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220603-10:26:55:604-14553], vertex-id=[184448], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:26:55 GMT], Content-Type=[application/json]}
2022-06-03T10:26:57.036Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:26:57.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:26:57.039Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:26:57.046Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:26:57.046Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae85a1ca-3ceb-416c-96d4-fb8a6569aff0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:26:57.047Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:26:57.048Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:26:57.050Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:26:57.050Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252017047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:26:57.150Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:26:57.151Z||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-03T10:26:57.151Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:26:57.173Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:26:57.174Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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-03T10:26:58.062Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:58.063Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|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-03T10:26:58.063Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:02.692Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:02.694Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:27:02.694Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d","serviceName":"vFW 2022-06-03 10-22-25","serviceVersion":"1.0","serviceUUID":"f9c8b3ce-2bd3-4477-aaed-9a53c2df1004","serviceDescription":"catalog service description","serviceInvariantUUID":"317961fc-3d49-48dd-badb-bbc43c9c85a4","resources":[{"resourceInstanceName":"vFW d553b2d7-3fe9 0","resourceName":"vFW d553b2d7-3fe9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbef2f6f-f0e5-4572-a057-4abcf5efec77","resourceInvariantUUID":"e742299f-5272-4130-800c-41c59634b85a","resourceCustomizationUUID":"3b74080b-2c89-49a1-886c-d08a3ceb86c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml","artifactChecksum":"OGEzNjhjMzY1MmI1YWZmNzQyNGYzYTE3ZTFkMDEyOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d72d7edb-4bd8-4f4a-9b83-c375cc981821","artifactVersion":"1"},{"artifactName":"vfwd553b2d73fe90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json","artifactChecksum":"NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a4f81ab-043a-41d0-8e8e-a7597e5c051d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c5538dc-568f-4a03-984e-c783af054373","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml","artifactChecksum":"NTYzMGJhMDdlOGMwMjBkNjQ5MjA1MzFlYzRhNzY2N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec3e98a8-8b6a-4ef3-96c3-3f5f66e01a34","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6ca9487-07ae-4446-803e-e67a1a23fac3","artifactVersion":"2","generatedFromUUID":"3c5538dc-568f-4a03-984e-c783af054373"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603102225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml","artifactChecksum":"YjliYTcyYWY5OGRkNTk1NDlmM2U4Y2YxZjc2MjFjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce81ca29-7fe1-4ff7-8c2d-ada755b5a6cb","artifactVersion":"1"},{"artifactName":"service-Vfw20220603102225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar","artifactChecksum":"OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc57e880-8f42-421b-ba73-94959c180fba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:27:02.697Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:02.698Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:02.700Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:02.700Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:27:02.800Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:02.802Z||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-03T10:27:02.802Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:02.830Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:02.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:03.701Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:03.702Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:03.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:03.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:27:03.804Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:03.805Z||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-03T10:27:03.805Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:03.835Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:03.836Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:04.704Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:04.705Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:04.707Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:04.708Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:27:04.808Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:04.808Z||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-03T10:27:04.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:04.828Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:04.828Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:05.708Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:05.709Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:05.711Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:05.711Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:27:05.812Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T10:27:05.813Z||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-03T10:27:05.813Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:05.847Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:05.847Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:06.713Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:06.714Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:06.716Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:06.716Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:27:06.816Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:06.817Z||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-03T10:27:06.817Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:06.841Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:06.842Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:07.717Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:07.718Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:07.719Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:07.719Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:27:07.820Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:07.821Z||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-03T10:27:07.821Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:07.839Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:07.839Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:08.720Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:27:08.721Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:08.724Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:08.725Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:27:08.824Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:08.825Z||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-03T10:27:08.826Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:08.849Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:08.849Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:09.726Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "serviceName": "vFW 2022-06-03 10-22-25",
  "serviceVersion": "1.0",
  "serviceUUID": "f9c8b3ce-2bd3-4477-aaed-9a53c2df1004",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "317961fc-3d49-48dd-badb-bbc43c9c85a4",
  "resources": [
    {
      "resourceInstanceName": "vFW d553b2d7-3fe9 0",
      "resourceCustomizationUUID": "3b74080b-2c89-49a1-886c-d08a3ceb86c5",
      "resourceName": "vFW d553b2d7-3fe9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbef2f6f-f0e5-4572-a057-4abcf5efec77",
      "resourceInvariantUUID": "e742299f-5272-4130-800c-41c59634b85a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd553b2d73fe90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
          "artifactChecksum": "NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a4f81ab-043a-41d0-8e8e-a7597e5c051d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3c5538dc-568f-4a03-984e-c783af054373",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d6ca9487-07ae-4446-803e-e67a1a23fac3",
            "generatedFromUUID": "3c5538dc-568f-4a03-984e-c783af054373"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6ca9487-07ae-4446-803e-e67a1a23fac3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603102225-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
      "artifactChecksum": "OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc57e880-8f42-421b-ba73-94959c180fba"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:27:09.727Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:27:09.727Z|ae85a1ca-3ceb-416c-96d4-fb8a6569aff0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9c8b3ce-2bd3-4477-aaed-9a53c2df1004 ASDC
2022-06-03T10:27:09.727Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
ServiceName:vFW 2022-06-03 10-22-25
ServiceVersion:1.0
ServiceUUID:f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
ServiceInvariantUUID:317961fc-3d49-48dd-badb-bbc43c9c85a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603102225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
ArtifactUUID:fc57e880-8f42-421b-ba73-94959c180fba
ArtifactChecksum:OGMzZTZhNGFkMGIwZjI2YzQ1NDhiNDRjNzAwMjQxNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d553b2d7-3fe9 0
ResourceCustomizationUUID:3b74080b-2c89-49a1-886c-d08a3ceb86c5
ResourceInvariantUUID:e742299f-5272-4130-800c-41c59634b85a
ResourceName:vFW d553b2d7-3fe9
ResourceType:VF
ResourceUUID:fbef2f6f-f0e5-4572-a057-4abcf5efec77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd553b2d73fe90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
ArtifactUUID:5a4f81ab-043a-41d0-8e8e-a7597e5c051d
ArtifactChecksum:NTBjODA2YWZjZjgxY2I0ZDk0YTg5MzlhM2EyM2M4MWQ=
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
ArtifactUUID:3c5538dc-568f-4a03-984e-c783af054373
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
ArtifactUUID:d6ca9487-07ae-4446-803e-e67a1a23fac3
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/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
ArtifactUUID:d6ca9487-07ae-4446-803e-e67a1a23fac3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:27:09.728Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9c8b3ce-2bd3-4477-aaed-9a53c2df1004 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-03T10:27:09.756Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc57e880-8f42-421b-ba73-94959c180fba from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:09.757Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:10.831Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:10.837Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar fc57e880-8f42-421b-ba73-94959c180fba 99000
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar ASDC sendASDCNotification
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:10.838Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:10.840Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:10.841Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252030838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:27:10.941Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:10.941Z||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-03T10:27:10.942Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:10.961Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:10.963Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:11.841Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:27:11.842Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:27:11.843Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fc57e880-8f42-421b-ba73-94959c180fba, URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar to file: /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:11.844Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:12.026Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12838964444205868212/Definitions/service-Vfw20220603102225-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-03T10:27:14.158Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:27:14.159Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:27:14.159Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.160Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d553b2d7-3fe9 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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||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-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:14.164Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.166Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:27:14.166Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.167Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.168Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:27:14.168Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:27:14.169Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.169Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.170Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.171Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.172Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.173Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.174Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.175Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.175Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.176Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.179Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.179Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.180Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:27:14.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.183Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:27:14.184Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:14.185Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.185Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:14.187Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c07517b-9fdd-4f6d-8069-b9f3f645423d
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:14.188Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:14.189Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:14.190Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=287e73c5-c151-479b-b6cd-f406bf7cc9db
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.191Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:14.192Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 10-22-25
Description:catalog service description
Model UUID:f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
Model Version:NULL
Model InvariantUuid:317961fc-3d49-48dd-badb-bbc43c9c85a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d553b2d7-3fe9
Model UUID:21d3d2c6-e0bc-46d9-b5a3-d1f965b5e5b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e742299f-5272-4130-800c-41c59634b85a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b74080b-2c89-49a1-886c-d08a3ceb86c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e4a91a14-b025-4255-a220-b983fe7dbed3
ModelName:VfwD553b2d73fe9..base_vfw..module-0
ModelUuid:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
ModelInvariantUuid:f36a1843-2b08-4402-b80d-bcb5fac8a819
ModelName:vFW d553b2d7-3fe9-nodes.vfwCvfc
ModelUuid:06ab4860-d284-47c2-8e85-51cc70a866da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2a56bbd8-28ba-480e-8dc7-10a20c37b855
ModelInvariantUuid:54a13c24-094d-4743-9c06-a7aa1406dd64
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vfw
ModelUuid:1d9e7275-0535-49b0-98f5-929b07b2c396
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4c07517b-9fdd-4f6d-8069-b9f3f645423d
ModelInvariantUuid:86c0a2bd-8668-49e5-aa61-88a8bc9bef44
ModelName:vFW d553b2d7-3fe9-nodes.vsnCvfc
ModelUuid:06405f14-e2e7-42ac-b175-b36f5ee9a092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f72c96ea-945a-4529-be4d-a9362c0ea6fc
ModelInvariantUuid:18dde508-1a7f-4fff-ba12-78ff4f618f08
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vsn
ModelUuid:3180ea4a-4822-46ed-9ef0-a05f87e3634b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:287e73c5-c151-479b-b6cd-f406bf7cc9db
ModelInvariantUuid:957acebd-c484-4b8b-9a1f-26a22f78a519
ModelName:vFW d553b2d7-3fe9-nodes.vpgCvfc
ModelUuid:4232c21d-e3de-4149-b8dc-63024e0aced0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:48199d83-afd0-4d60-83c1-032e7b10a8bf
ModelInvariantUuid:857e80ca-95e7-43dc-9ceb-27e186ea0454
ModelName:VfwD553b2d73fe9.compute.nodes.heat.vpg
ModelUuid:cc6f95b8-70c2-4472-b206-cecfe6dd371f
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-03T10:27:14.201Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fbef2f6f-f0e5-4572-a057-4abcf5efec77
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-03T10:27:14.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||vFW d553b2d7-3fe9 0
2022-06-03T10:27:14.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbef2f6f-f0e5-4572-a057-4abcf5efec77
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a4f81ab-043a-41d0-8e8e-a7597e5c051d from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:14.205Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:15.319Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json 5a4f81ab-043a-41d0-8e8e-a7597e5c051d 785
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json ASDC sendASDCNotification
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:15.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:15.321Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:15.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:15.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252035320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:27:15.423Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:15.424Z||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-03T10:27:15.424Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:15.441Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:15.442Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:16.323Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD553b2d73fe9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4a91a14-b025-4255-a220-b983fe7dbed3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1",
    "vfModuleModelCustomizationUUID": "da2755a0-0b0a-47dd-a380-246382b7b6bf",
    "isBase": true,
    "artifacts": [
      "3c5538dc-568f-4a03-984e-c783af054373",
      "d6ca9487-07ae-4446-803e-e67a1a23fac3"
    ],
    "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-03T10:27:16.328Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD553b2d73fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
VfModuleModelInvariantUUID:e4a91a14-b025-4255-a220-b983fe7dbed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5538dc-568f-4a03-984e-c783af054373
,
d6ca9487-07ae-4446-803e-e67a1a23fac3

}
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-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD553b2d73fe9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4a91a14-b025-4255-a220-b983fe7dbed3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1",
    "vfModuleModelCustomizationUUID": "da2755a0-0b0a-47dd-a380-246382b7b6bf",
    "isBase": true,
    "artifacts": [
      "3c5538dc-568f-4a03-984e-c783af054373",
      "d6ca9487-07ae-4446-803e-e67a1a23fac3"
    ],
    "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-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD553b2d73fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4735ae9-29f9-4bb5-925f-e9a7f3e89bf1
VfModuleModelInvariantUUID:e4a91a14-b025-4255-a220-b983fe7dbed3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5538dc-568f-4a03-984e-c783af054373
,
d6ca9487-07ae-4446-803e-e67a1a23fac3

}
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-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c5538dc-568f-4a03-984e-c783af054373 from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:16.330Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.931Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml 3c5538dc-568f-4a03-984e-c783af054373 20368
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:27:16.932Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:16.933Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:16.933Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:16.935Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:16.935Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252036932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:27:17.035Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:17.036Z||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-03T10:27:17.036Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:17.055Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:17.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:17.936Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6ca9487-07ae-4446-803e-e67a1a23fac3 from URL: /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:17.936Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:27:17.937Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:18.317Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:27:18.317Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env d6ca9487-07ae-4446-803e-e67a1a23fac3 2098
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:27:18.318Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:18.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:18.320Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252038318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:27:18.420Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:27:18.421Z||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-03T10:27:18.422Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:18.449Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:18.450Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:19.321Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
2022-06-03T10:27:19.322Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d553b2d7-3fe9 0 fbef2f6f-f0e5-4572-a057-4abcf5efec77 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-03T10:27:19.345Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34faa049, org.onap.sdc.toscaparser.api.parameters.Input@46394617, org.onap.sdc.toscaparser.api.parameters.Input@8b48880, org.onap.sdc.toscaparser.api.parameters.Input@11cfa370, org.onap.sdc.toscaparser.api.parameters.Input@7056a1e8]
2022-06-03T10:27:19.347Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3b74080b-2c89-49a1-886c-d08a3ceb86c5
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5 matches Tosca VF Customization UUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5
2022-06-03T10:27:19.348Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3b74080b-2c89-49a1-886c-d08a3ceb86c5  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-03T10:27:19.351Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.351Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3b74080b-2c89-49a1-886c-d08a3ceb86c5: {\"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-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c37d2db
2022-06-03T10:27:19.352Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da2755a0-0b0a-47dd-a380-246382b7b6bf
2022-06-03T10:27:19.353Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da2755a0-0b0a-47dd-a380-246382b7b6bf
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-03T10:27:19.355Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.356Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.357Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:27:19.358Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.359Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.360Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8e66a30-c0a4-44e1-b5f6-c7909ea16e2d
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-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.363Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.364Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.365Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:27:19.366Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.367Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c07517b-9fdd-4f6d-8069-b9f3f645423d
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-03T10:27:19.369Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.370Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.370Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.373Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:27:19.374Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.375Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:27:19.376Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:27:19.377Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:27:19.377Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=287e73c5-c151-479b-b6cd-f406bf7cc9db
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-03T10:27:19.379Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.380Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Node template vFW d553b2d7-3fe9 0 is matching search criteria
2022-06-03T10:27:19.381Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d553b2d7-3fe9 0] matching following query criteria: sdcType=VF, customizationUUID=3b74080b-2c89-49a1-886c-d08a3ceb86c5
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-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.383Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f9c8b3ce-2bd3-4477-aaed-9a53c2df1004: vFW d553b2d7-3fe9
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.384Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.385Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-22-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:27:19.386Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-03 10-22-25 
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-03T10:27:19.554Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d553b2d7-3fe9 fbef2f6f-f0e5-4572-a057-4abcf5efec77 1 ASDC deployResourceStructure
2022-06-03T10:27:19.554Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json ASDC sendASDCNotification
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:19.555Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:19.556Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:19.557Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252039554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:27:19.657Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:19.657Z||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-03T10:27:19.658Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:19.678Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:19.678Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:20.558Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:20.560Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:20.560Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252040557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:27:20.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:20.662Z||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-03T10:27:20.662Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:20.696Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:20.697Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:21.561Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:21.562Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:21.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:21.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252041561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:27:21.664Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:27:21.665Z||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-03T10:27:21.665Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:21.687Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:21.687Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar ASDC sendASDCNotification
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:27:22.567Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:27:22.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:27:22.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252042566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:27:22.669Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-03T10:27:22.670Z||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-03T10:27:22.670Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:22.720Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:22.720Z||pool-33-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:27:23.573Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:27:23.586Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
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-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:27:23.589Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:27:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:48.097Z||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-03T10:27:48.097Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:27:48.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:48.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:27:48.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "aai-ml",
  "timestamp": 1654252009638,
  "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-03T10:27:48.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
2022-06-03T10:27:48.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:27:53.590Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:27:53.605Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d
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-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.608Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:27:53.609Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:27:53.613Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:28:23.613Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d 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-03T10:28:23.622Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and serviceModelVersionId: f9c8b3ce-2bd3-4477-aaed-9a53c2df1004
2022-06-03T10:28:23.622Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 317961fc-3d49-48dd-badb-bbc43c9c85a4
2022-06-03T10:28:23.623Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0
2022-06-03T10:28:23.631Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:28:23.692Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|INFO|500||Invoke
2022-06-03T10:28:23.693Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19ddbead-f3ca-4a14-ae87-61f9fb1fdfa8], X-ECOMP-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], X-TransactionId=[], X-ONAP-RequestID=[6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d], Content-Type=[application/merge-patch+json]}
2022-06-03T10:28:23.725Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:28:24.161Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?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/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-10:28:23:733-42131], vertex-id=[421976], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:28:23 GMT], Content-Type=[application/json]}
2022-06-03T10:28:24.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:28:24.162Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/317961fc-3d49-48dd-badb-bbc43c9c85a4/model-vers/model-ver/f9c8b3ce-2bd3-4477-aaed-9a53c2df1004?depth=0|INFO|500||InvokeReturn
2022-06-03T10:28:24.163Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:28:24.165Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:28:24.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:28:24.177Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:28:24.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:28:24.178Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:24.181Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:24.182Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252104178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:28:24.282Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:24.283Z||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-03T10:28:24.283Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:24.304Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:24.305Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:28:25.203Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:25.203Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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-03T10:28:25.204Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:34.783Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:34.784Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:34.784Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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-03T10:28:34.785Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:44.337Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:44.337Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:44.338Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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-03T10:28:44.338Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:48.094Z||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-03T10:28:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:48.128Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:48.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae85a1ca-3ceb-416c-96d4-fb8a6569aff0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252017047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252018062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252030838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252035320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252036932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252038318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252039554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/vfwd553b2d73fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252040557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252041561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/resourceInstances/vfwd553b2d73fe90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252042566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102225/1.0/artifacts/service-Vfw20220603102225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:28:48.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:28:49.519Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:49.520Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:28:49.520Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e212cd0d-d361-4afb-b5dc-f1cba521c958","serviceName":"vFW 2022-06-03 10-25-05","serviceVersion":"1.0","serviceUUID":"36fd20a5-df11-48be-a670-df505398cd3e","serviceDescription":"catalog service description","serviceInvariantUUID":"dbc37276-0783-4d2c-a7c6-f74ee33b6dd7","resources":[{"resourceInstanceName":"vFW 8c377e98-f3a8 0","resourceName":"vFW 8c377e98-f3a8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cccdf345-0395-4de3-931a-683f50511d9b","resourceInvariantUUID":"74963e8d-4bad-440e-bfd4-cc10ae6eba6b","resourceCustomizationUUID":"d5d30852-9364-4ea6-9d5e-e53b3f9274ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml","artifactChecksum":"OGRhZDUwMjAxZGUwNWNlY2M5ZTMwZDVlZDU2NWFmMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73cb6424-da48-414c-8bc7-870031bb6d30","artifactVersion":"1"},{"artifactName":"vfw8c377e98f3a80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json","artifactChecksum":"NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcdd277d-f205-4c0f-9714-9a9021f86203","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ab12bfb4-8961-4abd-8bb2-8d3e65610c36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml","artifactChecksum":"MmM2ZTRlYmI5MDIwMTRiODFkZjNjZGQ2ZjYzNzEyYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fcb6f1db-fb33-46ea-ac02-81e4cebc45f6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"115ed1b8-a4c0-4667-a595-002e6a9743d1","artifactVersion":"2","generatedFromUUID":"ab12bfb4-8961-4abd-8bb2-8d3e65610c36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603102505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml","artifactChecksum":"NTZiMjM3YjRiN2QwMjFhZTE4NmM3NjEwNjFiZmE3YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0f73a54-1793-45ae-93ce-e241aa357caa","artifactVersion":"1"},{"artifactName":"service-Vfw20220603102505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar","artifactChecksum":"ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c358602-aba8-409f-a438-f2cbd1beb36a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:28:49.524Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:49.525Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:49.527Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:49.527Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:49.627Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:49.628Z||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-03T10:28:49.629Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:49.651Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:49.651Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:50.528Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:50.529Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:50.532Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:50.532Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:28:50.632Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:50.633Z||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-03T10:28:50.633Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:50.655Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:50.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:28:51.533Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:51.534Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:51.536Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:51.537Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:28:51.637Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:28:51.638Z||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-03T10:28:51.638Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:51.663Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:51.663Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:52.538Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:52.539Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:52.563Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:52.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:52.641Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-03T10:28:52.642Z||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-03T10:28:52.643Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:52.662Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:52.663Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:53.564Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:53.565Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:53.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:53.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:28:53.668Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:53.669Z||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-03T10:28:53.669Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:53.695Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:53.696Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:28:54.568Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:54.569Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:54.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:54.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:28:54.672Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:54.673Z||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-03T10:28:54.674Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:54.696Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:54.697Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:55.572Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:28:55.573Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:55.576Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:55.576Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:28:55.676Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:55.677Z||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-03T10:28:55.677Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:55.714Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:55.714Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:56.578Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "serviceName": "vFW 2022-06-03 10-25-05",
  "serviceVersion": "1.0",
  "serviceUUID": "36fd20a5-df11-48be-a670-df505398cd3e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dbc37276-0783-4d2c-a7c6-f74ee33b6dd7",
  "resources": [
    {
      "resourceInstanceName": "vFW 8c377e98-f3a8 0",
      "resourceCustomizationUUID": "d5d30852-9364-4ea6-9d5e-e53b3f9274ef",
      "resourceName": "vFW 8c377e98-f3a8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cccdf345-0395-4de3-931a-683f50511d9b",
      "resourceInvariantUUID": "74963e8d-4bad-440e-bfd4-cc10ae6eba6b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8c377e98f3a80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
          "artifactChecksum": "NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bcdd277d-f205-4c0f-9714-9a9021f86203",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "115ed1b8-a4c0-4667-a595-002e6a9743d1",
            "generatedFromUUID": "ab12bfb4-8961-4abd-8bb2-8d3e65610c36"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "115ed1b8-a4c0-4667-a595-002e6a9743d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603102505-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
      "artifactChecksum": "ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c358602-aba8-409f-a438-f2cbd1beb36a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:28:56.579Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:28:56.579Z|6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 36fd20a5-df11-48be-a670-df505398cd3e ASDC
2022-06-03T10:28:56.579Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e212cd0d-d361-4afb-b5dc-f1cba521c958
ServiceName:vFW 2022-06-03 10-25-05
ServiceVersion:1.0
ServiceUUID:36fd20a5-df11-48be-a670-df505398cd3e
ServiceInvariantUUID:dbc37276-0783-4d2c-a7c6-f74ee33b6dd7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603102505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
ArtifactUUID:2c358602-aba8-409f-a438-f2cbd1beb36a
ArtifactChecksum:ZmY4MTQxOTI5YzEyYzY3N2M4Mjg5OWIxYjk0NDBlNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8c377e98-f3a8 0
ResourceCustomizationUUID:d5d30852-9364-4ea6-9d5e-e53b3f9274ef
ResourceInvariantUUID:74963e8d-4bad-440e-bfd4-cc10ae6eba6b
ResourceName:vFW 8c377e98-f3a8
ResourceType:VF
ResourceUUID:cccdf345-0395-4de3-931a-683f50511d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8c377e98f3a80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
ArtifactUUID:bcdd277d-f205-4c0f-9714-9a9021f86203
ArtifactChecksum:NWU3NTFlMmUxNjAzMTQ3NzA5NjZhNzYwMmZhN2YxMTk=
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
ArtifactUUID:ab12bfb4-8961-4abd-8bb2-8d3e65610c36
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
ArtifactUUID:115ed1b8-a4c0-4667-a595-002e6a9743d1
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/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
ArtifactUUID:115ed1b8-a4c0-4667-a595-002e6a9743d1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:28:56.580Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36fd20a5-df11-48be-a670-df505398cd3e 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-03T10:28:56.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:28:56.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c358602-aba8-409f-a438-f2cbd1beb36a from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:28:56.623Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:57.514Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar 2c358602-aba8-409f-a438-f2cbd1beb36a 99022
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar ASDC sendASDCNotification
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:57.519Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:28:57.520Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:28:57.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:28:57.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252137519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:28:57.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:28:57.624Z||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-03T10:28:57.624Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:28:57.650Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:57.651Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:28:58.522Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:28:58.524Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:28:58.524Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c358602-aba8-409f-a438-f2cbd1beb36a, URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar to file: /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.525Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:28:58.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5979442723312387184/Definitions/service-Vfw20220603102505-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-03T10:29:00.730Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.731Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8c377e98-f3a8 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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.732Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||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-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:29:00.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.734Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.737Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.738Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.739Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:00.742Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.743Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.744Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.745Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3635af5f-3f86-494b-939e-ad7725edc225
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.746Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.747Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:00.748Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=abedb641-dbd8-45dd-83b0-976203d84744
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:00.749Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:00.750Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:00.751Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd1341e8-a9b4-4479-af59-ef7d798a75f5
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:00.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:00.754Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 10-25-05
Description:catalog service description
Model UUID:36fd20a5-df11-48be-a670-df505398cd3e
Model Version:NULL
Model InvariantUuid:dbc37276-0783-4d2c-a7c6-f74ee33b6dd7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8c377e98-f3a8
Model UUID:1b3331b0-cdfb-47de-aeeb-8afa36bdff2f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74963e8d-4bad-440e-bfd4-cc10ae6eba6b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5d30852-9364-4ea6-9d5e-e53b3f9274ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8c236217-482f-411d-94c8-2b8fdebc1899
ModelName:Vfw8c377e98F3a8..base_vfw..module-0
ModelUuid:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3635af5f-3f86-494b-939e-ad7725edc225
ModelInvariantUuid:8ffcd77e-8975-4cb6-8591-301129ac3f85
ModelName:vFW 8c377e98-f3a8-nodes.vfwCvfc
ModelUuid:80983cf4-0249-4fbe-9eba-e11ef951afac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:91777202-4829-4c3b-818e-40a629a38eba
ModelInvariantUuid:36bb8b9a-ebaf-480c-a8b0-d69a21c76374
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vfw
ModelUuid:60085e55-bbb3-422e-8939-a0d93348cb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:abedb641-dbd8-45dd-83b0-976203d84744
ModelInvariantUuid:38a40370-473b-4294-a4b7-65545a84fc7c
ModelName:vFW 8c377e98-f3a8-nodes.vsnCvfc
ModelUuid:e72cec5c-3afc-4054-9699-5ba46626705e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d06856d1-3ce0-46a5-bdc8-03f6d2ac37ed
ModelInvariantUuid:17e1a244-22d4-4ea9-955d-0fdd21e27809
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vsn
ModelUuid:db9bb7a1-5035-43d1-8cab-fc3ab110483e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bd1341e8-a9b4-4479-af59-ef7d798a75f5
ModelInvariantUuid:be752e65-9bc3-40ef-988b-d9bb4a1e4089
ModelName:vFW 8c377e98-f3a8-nodes.vpgCvfc
ModelUuid:b832b18b-4805-45c1-a0d4-3d52da202920
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:75c6913b-067e-4c7e-9f56-7887f97e27a9
ModelInvariantUuid:ed52b49b-cdf5-4a59-81e9-1df8cbda3ae1
ModelName:Vfw8c377e98F3a8.compute.nodes.heat.vpg
ModelUuid:3b5fcc65-69a2-4182-b436-e7f6899e2354
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-03T10:29:00.763Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cccdf345-0395-4de3-931a-683f50511d9b
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-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||vFW 8c377e98-f3a8 0
2022-06-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cccdf345-0395-4de3-931a-683f50511d9b
2022-06-03T10:29:00.766Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcdd277d-f205-4c0f-9714-9a9021f86203 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:00.767Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:00.767Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:01.598Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json bcdd277d-f205-4c0f-9714-9a9021f86203 785
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json ASDC sendASDCNotification
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:01.599Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:01.600Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:01.602Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:01.602Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252141599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:29:01.702Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:01.703Z||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-03T10:29:01.703Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:01.719Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:01.720Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:02.603Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8c377e98F3a8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c236217-482f-411d-94c8-2b8fdebc1899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cec6d6b-ae4f-49de-b444-87d4d41dd4ed",
    "vfModuleModelCustomizationUUID": "1270436c-465c-400e-b75d-bd2ef907f1d8",
    "isBase": true,
    "artifacts": [
      "ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
      "115ed1b8-a4c0-4667-a595-002e6a9743d1"
    ],
    "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-03T10:29:02.607Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c377e98F3a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
VfModuleModelInvariantUUID:8c236217-482f-411d-94c8-2b8fdebc1899
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab12bfb4-8961-4abd-8bb2-8d3e65610c36
,
115ed1b8-a4c0-4667-a595-002e6a9743d1

}
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-03T10:29:02.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8c377e98F3a8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c236217-482f-411d-94c8-2b8fdebc1899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cec6d6b-ae4f-49de-b444-87d4d41dd4ed",
    "vfModuleModelCustomizationUUID": "1270436c-465c-400e-b75d-bd2ef907f1d8",
    "isBase": true,
    "artifacts": [
      "ab12bfb4-8961-4abd-8bb2-8d3e65610c36",
      "115ed1b8-a4c0-4667-a595-002e6a9743d1"
    ],
    "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-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8c377e98F3a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cec6d6b-ae4f-49de-b444-87d4d41dd4ed
VfModuleModelInvariantUUID:8c236217-482f-411d-94c8-2b8fdebc1899
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab12bfb4-8961-4abd-8bb2-8d3e65610c36
,
115ed1b8-a4c0-4667-a595-002e6a9743d1

}
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-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab12bfb4-8961-4abd-8bb2-8d3e65610c36 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:02.609Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.899Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:02.900Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml ab12bfb4-8961-4abd-8bb2-8d3e65610c36 20368
2022-06-03T10:29:02.900Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:02.901Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:02.902Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:02.902Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252142900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:29:03.003Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:03.004Z||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-03T10:29:03.004Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:03.027Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:03.028Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":5,"count":1}
2022-06-03T10:29:03.903Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 115ed1b8-a4c0-4667-a595-002e6a9743d1 from URL: /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:03.904Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:29:03.904Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:04.310Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env 115ed1b8-a4c0-4667-a595-002e6a9743d1 2098
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:29:04.311Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:04.312Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:29:04.312Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:04.314Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:04.314Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252144311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:29:04.415Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:29:04.415Z||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-03T10:29:04.416Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:04.436Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:04.436Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:05.315Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 36fd20a5-df11-48be-a670-df505398cd3e
2022-06-03T10:29:05.316Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8c377e98-f3a8 0 cccdf345-0395-4de3-931a-683f50511d9b 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-03T10:29:05.333Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dbe88cd, org.onap.sdc.toscaparser.api.parameters.Input@2773b944, org.onap.sdc.toscaparser.api.parameters.Input@62168f99, org.onap.sdc.toscaparser.api.parameters.Input@7659f23d, org.onap.sdc.toscaparser.api.parameters.Input@7f28f4db]
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d5d30852-9364-4ea6-9d5e-e53b3f9274ef
2022-06-03T10:29:05.335Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef matches Tosca VF Customization UUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef
2022-06-03T10:29:05.336Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d5d30852-9364-4ea6-9d5e-e53b3f9274ef  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-03T10:29:05.338Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.338Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d5d30852-9364-4ea6-9d5e-e53b3f9274ef: {\"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-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a662edd
2022-06-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1270436c-465c-400e-b75d-bd2ef907f1d8
2022-06-03T10:29:05.339Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1270436c-465c-400e-b75d-bd2ef907f1d8
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-03T10:29:05.341Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.342Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.342Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:05.342Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.342Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.342Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:05.343Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.344Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:05.345Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.345Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3635af5f-3f86-494b-939e-ad7725edc225
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-03T10:29:05.347Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.347Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.347Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:05.347Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.348Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:05.348Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:05.348Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:05.348Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.348Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T10:29:05.349Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.350Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T10:29:05.350Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.350Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=abedb641-dbd8-45dd-83b0-976203d84744
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-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is not matching search criteria
2022-06-03T10:29:05.352Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T10:29:05.353Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T10:29:05.354Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd1341e8-a9b4-4479-af59-ef7d798a75f5
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-03T10:29:05.356Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.356Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.357Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:29:05.357Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.357Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Node template vFW 8c377e98-f3a8 0 is matching search criteria
2022-06-03T10:29:05.357Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8c377e98-f3a8 0] matching following query criteria: sdcType=VF, customizationUUID=d5d30852-9364-4ea6-9d5e-e53b3f9274ef
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-03T10:29:05.359Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.359Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.359Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 36fd20a5-df11-48be-a670-df505398cd3e: vFW 8c377e98-f3a8
2022-06-03T10:29:05.359Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.360Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.361Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.361Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:29:05.361Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 10-25-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:29:05.361Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-03 10-25-05 
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-03T10:29:05.533Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8c377e98-f3a8 cccdf345-0395-4de3-931a-683f50511d9b 1 ASDC deployResourceStructure
2022-06-03T10:29:05.534Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json ASDC sendASDCNotification
2022-06-03T10:29:05.534Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json
2022-06-03T10:29:05.534Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:29:05.534Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:05.536Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:05.536Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252145534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:29:05.636Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:05.638Z||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-03T10:29:05.638Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:05.663Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:05.664Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:29:06.537Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T10:29:06.538Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml
2022-06-03T10:29:06.538Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:29:06.538Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:06.540Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:06.541Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252146537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:29:06.641Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:06.642Z||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-03T10:29:06.642Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:06.676Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:06.677Z||pool-47-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:07.541Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T10:29:07.541Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env
2022-06-03T10:29:07.542Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:29:07.542Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:07.544Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:07.544Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252147541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:29:07.644Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:07.645Z||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-03T10:29:07.646Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:07.703Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:07.704Z||pool-48-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:29:08.545Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar ASDC sendASDCNotification
2022-06-03T10:29:08.545Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar
2022-06-03T10:29:08.545Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:29:08.546Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:29:08.547Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:29:08.548Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252148545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:29:08.648Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:29:08.649Z||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-03T10:29:08.649Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:08.670Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:08.670Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:29:09.554Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:29:09.571Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
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-03T10:29:09.573Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:29:09.573Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:29:09.574Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:29:39.574Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:29:39.586Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
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-03T10:29:39.596Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:29:39.596Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:29:39.597Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:29:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:29:48.095Z||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-03T10:29:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:29:48.135Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:48.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T10:29:48.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ea47a3e-5f25-4ae5-b20a-05ac18cfdc9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252104178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:29:48.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:09.597Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:30:09.606Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
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-03T10:30:09.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:30:09.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:30:09.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:30:39.608Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:30:39.619Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
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-03T10:30:39.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:30:39.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:30:39.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:30:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:30:48.095Z||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-03T10:30:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:30:48.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:30:48.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252126080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252123854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252124337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252138705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252138661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252137519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "cds",
  "timestamp": 1654252139668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-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-03T10:30:48.709Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.709Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:30:48.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252133071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252140213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252141800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252141599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252142828,
  "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-03T10:30:48.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.731Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252136620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252143833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252142900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252144833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252144311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252139122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252139473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252145534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252147313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252146537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252148319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252147541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "policy-id",
  "timestamp": 1654252149322,
  "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-03T10:30:48.748Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:30:48.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252148545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vfw8c377e98f3a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252152449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252154156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/resourceInstances/vfw8c377e98f3a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "clamp",
  "timestamp": 1654252155162,
  "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-03T10:30:48.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.763Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:30:48.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:30:48.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252149603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252157802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252159616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "aai-ml",
  "timestamp": 1654252160629,
  "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-03T10:30:48.777Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.777Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:30:48.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252161261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603102505/1.0/artifacts/service-Vfw20220603102505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:30:48.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:30:48.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T10:30:48.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252162274,
  "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-03T10:30:48.789Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e212cd0d-d361-4afb-b5dc-f1cba521c958
2022-06-03T10:30:48.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:31:09.622Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:31:09.635Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958
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-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.638Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.639Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.639Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.639Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:31:09.639Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:31:09.644Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:31:39.644Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e212cd0d-d361-4afb-b5dc-f1cba521c958 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-03T10:31:39.650Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e212cd0d-d361-4afb-b5dc-f1cba521c958 and serviceModelVersionId: 36fd20a5-df11-48be-a670-df505398cd3e
2022-06-03T10:31:39.650Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbc37276-0783-4d2c-a7c6-f74ee33b6dd7
2022-06-03T10:31:39.651Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0
2022-06-03T10:31:39.656Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:31:39.706Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0|INFO|500||Invoke
2022-06-03T10:31:39.707Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e212cd0d-d361-4afb-b5dc-f1cba521c958], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae9391b5-b96c-4de9-84e0-54f26d137527], X-ECOMP-RequestID=[e212cd0d-d361-4afb-b5dc-f1cba521c958], X-TransactionId=[], X-ONAP-RequestID=[e212cd0d-d361-4afb-b5dc-f1cba521c958], Content-Type=[application/merge-patch+json]}
2022-06-03T10:31:39.733Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:31:40.199Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?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/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-10:31:39:743-93047], vertex-id=[155744], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:31:39 GMT], Content-Type=[application/json]}
2022-06-03T10:31:40.199Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:31:40.200Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbc37276-0783-4d2c-a7c6-f74ee33b6dd7/model-vers/model-ver/36fd20a5-df11-48be-a670-df505398cd3e?depth=0|INFO|500||InvokeReturn
2022-06-03T10:31:40.200Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:31:40.200Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:31:40.205Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:31:40.205Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e212cd0d-d361-4afb-b5dc-f1cba521c958 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:31:40.205Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:31:40.205Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:31:40.208Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:31:40.208Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252300205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:31:40.308Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:31:40.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-03T10:31:40.309Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:31:40.326Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:31:40.326Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 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-03T10:31:41.221Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:41.222Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:31:41.222Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:31:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:48.094Z||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-03T10:31:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:31:48.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:31:48.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T10:31:48.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e212cd0d-d361-4afb-b5dc-f1cba521c958",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252300205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:31:48.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:31:51.575Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:31:51.575Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:51.576Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:31:51.576Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:01.124Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:01.125Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:01.125Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:32:01.126Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:10.675Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:10.675Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:10.676Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:32:10.676Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:20.243Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:20.243Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:20.244Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:32:20.244Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:29.795Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:32:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:48.094Z||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-03T10:32:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:32:57.661Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:57.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:33:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:48.092Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:33:48.092Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:33:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:48.094Z||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-03T10:33:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:33:57.692Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:33:57.695Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:34:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:34:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:34:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:48.094Z||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-03T10:34:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:34:57.662Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:34:57.667Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:35:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:35:48.092Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:35:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:48.094Z||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-03T10:35:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:35:57.687Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:35:57.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:36:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:36:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:36:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:48.094Z||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-03T10:36:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:36:57.701Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:36:57.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:37:48.090Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:37:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:37:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:48.094Z||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-03T10:37:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:37:57.718Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:37:57.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:48.091Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:48.094Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:48.095Z||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-03T10:38:48.094Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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-03T10:38:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:48.095Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:48.735Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:48.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.736Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cdf74dc-b81a-4fd8-add1-2cef9be7d250","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5fb9d7b0-f520-4cc6-8b46-887f1a226dc5","serviceDescription":"service","serviceInvariantUUID":"ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9e9f794b-f29f-4fbc-9745-e0052c8010cc","resourceInvariantUUID":"fcd41688-e471-4349-a4b2-57e2881c15fc","resourceCustomizationUUID":"c89bdba6-cf89-4f72-8ddc-bb10982d366c","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":"NzdhNDgxNmQ4M2JkYmVhNzMyNTI2MGEzN2ZjMDFmMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fcec365-c9c4-4408-8daa-bdb5b0582bd7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmQ4Yjc0MzBhMGIwNDhiMDYxMTYzMjRiZGY2M2M4YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"732710cb-f84f-4f40-8f5a-22f4e4c270bd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:38:48.740Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:38:48.741Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:38:48.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:48.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "clamp",
  "timestamp": 1654252679473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "cds",
  "timestamp": 1654252681080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "aai-ml",
  "timestamp": 1654252676620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252683854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "policy-id",
  "timestamp": 1654252679122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "cds",
  "timestamp": 1654252681080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "clamp",
  "timestamp": 1654252679473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "aai-ml",
  "timestamp": 1654252676620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252683854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "policy-id",
  "timestamp": 1654252679122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "cds",
  "timestamp": 1654252688489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:48.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "aai-ml",
  "timestamp": 1654252688559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:48.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "policy-id",
  "timestamp": 1654252688646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:48.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "cds",
  "timestamp": 1654252689498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-03T10:38:48.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:38:48.752Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252728090,
  "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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:38:48.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
2022-06-03T10:38:48.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:38:48.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "policy-id",
  "timestamp": 1654252689654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252689608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "policy-id",
  "timestamp": 1654252690660,
  "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-03T10:38:48.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
2022-06-03T10:38:48.792Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:38:48.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252689608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252692620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:48.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252693071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "clamp",
  "timestamp": 1654252694232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252694425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "aai-ml",
  "timestamp": 1654252694643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252693071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252695430,
  "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-03T10:38:48.809Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
2022-06-03T10:38:48.809Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:38:48.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "aai-ml",
  "timestamp": 1654252695648,
  "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-03T10:38:48.822Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
2022-06-03T10:38:48.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:38:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "clamp",
  "timestamp": 1654252696242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:38:48.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:38:48.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:38:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "clamp",
  "timestamp": 1654252697248,
  "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-03T10:38:48.837Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
2022-06-03T10:38:48.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:38:48.852Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:38:48.853Z||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-03T10:38:48.853Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:48.877Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:48.877Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:38:49.753Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:38:49.754Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:38:49.755Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:38:49.755Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252728090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:38:49.855Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:38:49.856Z||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-03T10:38:49.857Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:49.879Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:49.879Z||pool-52-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:38:50.757Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5fb9d7b0-f520-4cc6-8b46-887f1a226dc5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c89bdba6-cf89-4f72-8ddc-bb10982d366c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9e9f794b-f29f-4fbc-9745-e0052c8010cc",
      "resourceInvariantUUID": "fcd41688-e471-4349-a4b2-57e2881c15fc",
      "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": "MmQ4Yjc0MzBhMGIwNDhiMDYxMTYzMjRiZGY2M2M4YzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "732710cb-f84f-4f40-8f5a-22f4e4c270bd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:38:50.757Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:38:50.757Z|e212cd0d-d361-4afb-b5dc-f1cba521c958|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5 ASDC
2022-06-03T10:38:50.758Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6cdf74dc-b81a-4fd8-add1-2cef9be7d250
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
ServiceInvariantUUID:ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a
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:732710cb-f84f-4f40-8f5a-22f4e4c270bd
ArtifactChecksum:MmQ4Yjc0MzBhMGIwNDhiMDYxMTYzMjRiZGY2M2M4YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c89bdba6-cf89-4f72-8ddc-bb10982d366c
ResourceInvariantUUID:fcd41688-e471-4349-a4b2-57e2881c15fc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9e9f794b-f29f-4fbc-9745-e0052c8010cc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-03T10:38:50.758Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5 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-03T10:38:50.787Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:38:50.788Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:38:50.788Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:38:50.788Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 732710cb-f84f-4f40-8f5a-22f4e4c270bd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T10:38:50.788Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:38:50.789Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T10:38:51.127Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:38:51.129Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 732710cb-f84f-4f40-8f5a-22f4e4c270bd 52508
2022-06-03T10:38:51.129Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-03T10:38:51.129Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T10:38:51.129Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:38:51.130Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:38:51.132Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:38:51.132Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252731129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:38:51.232Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:38:51.233Z||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-03T10:38:51.234Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:51.255Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:51.255Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:38:52.133Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:38:52.134Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:38:52.134Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 732710cb-f84f-4f40-8f5a-22f4e4c270bd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.134Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-03T10:38:52.135Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.135Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.290Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13804086133516319517/Definitions/service-BasicNetwork-template.yml
2022-06-03T10:38:52.773Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:38:52.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:38:52.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-03T10:38:52.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.775Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:38:52.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T10:38:52.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:38:52.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:38:52.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.779Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.779Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.779Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.779Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.779Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
Model Version:NULL
Model InvariantUuid:ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fcd41688-e471-4349-a4b2-57e2881c15fc
Model UUID:bd422d0c-d319-485e-a380-0c31cc81c219
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c89bdba6-cf89-4f72-8ddc-bb10982d366c
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-03T10:38:52.786Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 9e9f794b-f29f-4fbc-9745-e0052c8010cc
2022-06-03T10:38:52.786Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||No resources found for Service: 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
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-03T10:38:52.791Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||
2022-06-03T10:38:52.791Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-03T10:38:52.792Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
2022-06-03T10:38:52.792Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
2022-06-03T10:38:52.792Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-03T10:38:52.792Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:38:52.797Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8582758, org.onap.sdc.toscaparser.api.parameters.Input@785b70a, org.onap.sdc.toscaparser.api.parameters.Input@3ed24f65, org.onap.sdc.toscaparser.api.parameters.Input@7754ffe8, org.onap.sdc.toscaparser.api.parameters.Input@3eff64bd]
2022-06-03T10:38:52.798Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.798Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.799Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.799Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.799Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5: Generic NeutronNet
2022-06-03T10:38:52.799Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.799Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.800Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.800Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-03T10:38:52.830Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.830Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:38:52.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:38:52.832Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T10:38:52.875Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-03T10:38:52.875Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-03T10:38:52.875Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T10:38:52.875Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:38:52.876Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:38:52.877Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:38:52.877Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252732875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:38:52.977Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:38:52.978Z||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-03T10:38:52.978Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:38:52.995Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:52.996Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:38:53.878Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:38:53.897Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cdf74dc-b81a-4fd8-add1-2cef9be7d250
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-03T10:38:53.899Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.900Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.901Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:38:53.901Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:38:53.905Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:39:23.906Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 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-03T10:39:23.914Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 and serviceModelVersionId: 5fb9d7b0-f520-4cc6-8b46-887f1a226dc5
2022-06-03T10:39:23.914Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a
2022-06-03T10:39:23.915Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?depth=0
2022-06-03T10:39:23.920Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:39:23.967Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?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-03T10:39:23.970Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?depth=0|INFO|500||Invoke
2022-06-03T10:39:23.999Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:39:24.821Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?depth=0|INFO|500||InvokeReturn
2022-06-03T10:39:24.822Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba5df1f6-6d09-4e79-a2ec-c4d9d70b784a/model-vers/model-ver/5fb9d7b0-f520-4cc6-8b46-887f1a226dc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-10:39:24:007-26662], vertex-id=[155656], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:39:24 GMT], Content-Type=[application/json]}
2022-06-03T10:39:24.822Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:39:24.823Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:39:24.823Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:39:24.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:39:24.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cdf74dc-b81a-4fd8-add1-2cef9be7d250 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:39:24.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:39:24.831Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:39:24.833Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:39:24.833Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252764831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:39:24.934Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T10:39:24.934Z||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-03T10:39:24.935Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:39:24.956Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:39:24.957Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:39:48.090Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:48.091Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|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-03T10:39:48.091Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:39:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:48.094Z||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-03T10:39:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:39:48.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:39:48.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:39:48.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252728090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:39:48.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:39:57.649Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:48.090Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:48.091Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|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-03T10:40:48.091Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:48.094Z||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-03T10:40:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:48.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:40:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252728090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252731129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252732875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:40:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:40:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cdf74dc-b81a-4fd8-add1-2cef9be7d250",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252764831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:40:48.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:40:48.735Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:48.736Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:40:48.736Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"69c90553-345b-4c5b-89c2-9f48b8c9f0e3","serviceName":"Demo_pNF_UuIAzWXA0PCdfrFepAKi","serviceVersion":"1.0","serviceUUID":"82a8a14e-3bd0-4f47-afa6-d440d833c7fc","serviceDescription":"catalog service description","serviceInvariantUUID":"193f9e37-20a2-44de-8d2c-5b2ad906ff46","resources":[{"resourceInstanceName":"pNF 206d383d-c315 0","resourceName":"pNF 206d383d-c315","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7568b095-acd5-4a03-8a42-14c7351de51f","resourceInvariantUUID":"198d0435-35b1-4da4-b1f8-7f6627b496f8","resourceCustomizationUUID":"f41c4e19-b345-4b1e-a850-73b5908c64b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml","artifactChecksum":"MjBlOWViMDZjNTE3N2YyYjZkMzYwODBlNTM1MTZlMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e98dd193-da89-4564-a414-08b4c283301e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar","artifactChecksum":"MWU3ODEwMGE1NDVjOTBlZDVhMGRkMTM4OTE0MGIwMWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bf00e10-e572-4a76-a30d-7509765b9837","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4cc52b8-b5ac-4657-99b4-049dd3e704f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml","artifactChecksum":"ZmYxNzVjZTY4OGM4ZTBhZTNiYTJjNzFjNjgzMGM2N2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25d68e7c-f9cd-4f48-acb1-699e67f971a5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70ba883f-4c5c-4af9-99f4-8397dd624b85","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b341eed-c618-40f5-9f81-77078e0fdb28","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml","artifactChecksum":"M2E3NjZmZmVkZWRhODJlNmI0ZjI5MTEwOWY4Zjk5N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32eef96f-92a1-4320-8e55-9870116cb361","artifactVersion":"1"},{"artifactName":"service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar","artifactChecksum":"ZTYwYjQxOTUwN2QxOTc5YzhiNjM1NjFjNzkxMzUwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ff7b67e-5acd-4831-927e-05215fe67307","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:40:48.738Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:48.739Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:48.741Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:48.743Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:48.841Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-03T10:40:48.842Z||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-03T10:40:48.842Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:48.865Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:48.865Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:49.744Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:49.745Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:49.748Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:49.748Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:49.848Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:40:49.849Z||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-03T10:40:49.849Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:49.872Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:49.872Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:50.749Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:50.750Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:50.758Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:50.758Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:50.858Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:50.859Z||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-03T10:40:50.859Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:50.881Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:50.881Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:51.759Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:51.760Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:51.761Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:51.761Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:51.862Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:51.863Z||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-03T10:40:51.863Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:51.881Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:51.881Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:40:52.762Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:52.763Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:52.765Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:52.766Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:52.866Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:52.867Z||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-03T10:40:52.867Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:52.894Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:52.894Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:53.766Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:53.767Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:53.769Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:53.769Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:53.869Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:40:53.870Z||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-03T10:40:53.870Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:53.888Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:53.888Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:40:54.770Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:54.771Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:54.773Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:54.773Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:40:54.873Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:54.873Z||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-03T10:40:54.874Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:54.891Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:54.892Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:55.773Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:40:55.774Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:55.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:55.776Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:40:55.876Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:55.877Z||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-03T10:40:55.877Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:55.896Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:55.896Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:56.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "serviceName": "Demo_pNF_UuIAzWXA0PCdfrFepAKi",
  "serviceVersion": "1.0",
  "serviceUUID": "82a8a14e-3bd0-4f47-afa6-d440d833c7fc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "193f9e37-20a2-44de-8d2c-5b2ad906ff46",
  "resources": [
    {
      "resourceInstanceName": "pNF 206d383d-c315 0",
      "resourceCustomizationUUID": "f41c4e19-b345-4b1e-a850-73b5908c64b3",
      "resourceName": "pNF 206d383d-c315",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7568b095-acd5-4a03-8a42-14c7351de51f",
      "resourceInvariantUUID": "198d0435-35b1-4da4-b1f8-7f6627b496f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
      "artifactChecksum": "ZTYwYjQxOTUwN2QxOTc5YzhiNjM1NjFjNzkxMzUwNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7ff7b67e-5acd-4831-927e-05215fe67307"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:40:56.777Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:40:56.778Z|6cdf74dc-b81a-4fd8-add1-2cef9be7d250|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 82a8a14e-3bd0-4f47-afa6-d440d833c7fc ASDC
2022-06-03T10:40:56.778Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:69c90553-345b-4c5b-89c2-9f48b8c9f0e3
ServiceName:Demo_pNF_UuIAzWXA0PCdfrFepAKi
ServiceVersion:1.0
ServiceUUID:82a8a14e-3bd0-4f47-afa6-d440d833c7fc
ServiceInvariantUUID:193f9e37-20a2-44de-8d2c-5b2ad906ff46
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
ArtifactUUID:7ff7b67e-5acd-4831-927e-05215fe67307
ArtifactChecksum:ZTYwYjQxOTUwN2QxOTc5YzhiNjM1NjFjNzkxMzUwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 206d383d-c315 0
ResourceCustomizationUUID:f41c4e19-b345-4b1e-a850-73b5908c64b3
ResourceInvariantUUID:198d0435-35b1-4da4-b1f8-7f6627b496f8
ResourceName:pNF 206d383d-c315
ResourceType:PNF
ResourceUUID:7568b095-acd5-4a03-8a42-14c7351de51f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T10:40:56.779Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82a8a14e-3bd0-4f47-afa6-d440d833c7fc 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-03T10:40:56.809Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:40:56.810Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:40:56.810Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:40:56.811Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ff7b67e-5acd-4831-927e-05215fe67307 from URL: /sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:56.811Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:40:56.812Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:57.600Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:40:57.604Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar 7ff7b67e-5acd-4831-927e-05215fe67307 82650
2022-06-03T10:40:57.604Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar ASDC sendASDCNotification
2022-06-03T10:40:57.604Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:57.605Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:40:57.605Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:57.607Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:57.607Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252857604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:40:57.707Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:57.708Z||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-03T10:40:57.708Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:57.724Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:57.724Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:40:58.608Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:40:58.609Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:40:58.610Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7ff7b67e-5acd-4831-927e-05215fe67307, URL: /sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar to file: /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:58.610Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:58.611Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:58.611Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:58.720Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10941616580192852002/Definitions/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||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-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.469Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||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-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||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-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||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-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 206d383d-c315 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-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.470Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Node template pNF 206d383d-c315 0 is matching search criteria
2022-06-03T10:40:59.471Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:40:59.471Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 206d383d-c315 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:40:59.471Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.471Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Node template pNF 206d383d-c315 0 is matching search criteria
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 206d383d-c315 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.472Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.473Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.474Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UuIAzWXA0PCdfrFepAKi
Description:catalog service description
Model UUID:82a8a14e-3bd0-4f47-afa6-d440d833c7fc
Model Version:NULL
Model InvariantUuid:193f9e37-20a2-44de-8d2c-5b2ad906ff46
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-03T10:40:59.482Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7568b095-acd5-4a03-8a42-14c7351de51f
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-03T10:40:59.485Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||pNF 206d383d-c315 0
2022-06-03T10:40:59.485Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7568b095-acd5-4a03-8a42-14c7351de51f
2022-06-03T10:40:59.485Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 82a8a14e-3bd0-4f47-afa6-d440d833c7fc
2022-06-03T10:40:59.485Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 82a8a14e-3bd0-4f47-afa6-d440d833c7fc
2022-06-03T10:40:59.486Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 206d383d-c315 0 7568b095-acd5-4a03-8a42-14c7351de51f 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-03T10:40:59.490Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61395b47, org.onap.sdc.toscaparser.api.parameters.Input@24d1f5d0, org.onap.sdc.toscaparser.api.parameters.Input@224b8234, org.onap.sdc.toscaparser.api.parameters.Input@288550b1, org.onap.sdc.toscaparser.api.parameters.Input@3cdc585]
2022-06-03T10:40:59.491Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.491Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.492Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 82a8a14e-3bd0-4f47-afa6-d440d833c7fc: pNF 206d383d-c315
2022-06-03T10:40:59.492Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Processing PNF resource: 7568b095-acd5-4a03-8a42-14c7351de51f
2022-06-03T10:40:59.492Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:40:59.492Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UuIAzWXA0PCdfrFepAKi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:40:59.492Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||Resource customization UUID: f41c4e19-b345-4b1e-a850-73b5908c64b3 is the same as notified resource customizationUUID: f41c4e19-b345-4b1e-a850-73b5908c64b3
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-03T10:40:59.541Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 206d383d-c315 7568b095-acd5-4a03-8a42-14c7351de51f 0 ASDC deployResourceStructure
2022-06-03T10:40:59.542Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar ASDC sendASDCNotification
2022-06-03T10:40:59.542Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar
2022-06-03T10:40:59.542Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:40:59.543Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:40:59.545Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:40:59.545Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252859542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:40:59.645Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:40:59.646Z||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-03T10:40:59.646Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:40:59.662Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:59.662Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:41:00.545Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:41:00.557Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
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-03T10:41:00.559Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:41:00.559Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:41:00.560Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:41:30.560Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:41:30.569Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
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-03T10:41:30.571Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:41:30.572Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:41:30.572Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:41:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:41:48.095Z||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-03T10:41:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:41:48.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:41:48.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252803854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252801080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252809605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252818973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252818903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "cds",
  "timestamp": 1654252819981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-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-03T10:41:48.221Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252813071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252820969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252821975,
  "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-03T10:41:48.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252822179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252823387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252824395,
  "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-03T10:41:48.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.252Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252819122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252828067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252829074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:41:48.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "policy-id",
  "timestamp": 1654252830080,
  "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-03T10:41:48.268Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.269Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252826620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252835762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252829473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252840822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252842272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:41:48.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252842225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:41:48.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "clamp",
  "timestamp": 1654252843277,
  "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-03T10:41:48.293Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.294Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "aai-ml",
  "timestamp": 1654252843234,
  "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-03T10:41:48.309Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
2022-06-03T10:41:48.309Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:41:48.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252833071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252831080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252839122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252839601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:41:48.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252849099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:41:48.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:42:00.572Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:42:00.585Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3
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-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.588Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.589Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.589Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:42:00.589Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:42:00.594Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:42:30.594Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 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-03T10:42:30.600Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 and serviceModelVersionId: 82a8a14e-3bd0-4f47-afa6-d440d833c7fc
2022-06-03T10:42:30.600Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 193f9e37-20a2-44de-8d2c-5b2ad906ff46
2022-06-03T10:42:30.601Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?depth=0
2022-06-03T10:42:30.605Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:42:30.649Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?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-03T10:42:30.650Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?depth=0|INFO|500||Invoke
2022-06-03T10:42:30.670Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:42:31.118Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?depth=0|INFO|500||InvokeReturn
2022-06-03T10:42:31.119Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193f9e37-20a2-44de-8d2c-5b2ad906ff46/model-vers/model-ver/82a8a14e-3bd0-4f47-afa6-d440d833c7fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-10:42:30:679-16513], vertex-id=[422136], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:42:30 GMT], Content-Type=[application/json]}
2022-06-03T10:42:31.119Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:42:31.120Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:42:31.120Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:42:31.126Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:42:31.126Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69c90553-345b-4c5b-89c2-9f48b8c9f0e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:42:31.126Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:42:31.127Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:31.128Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:31.129Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252951126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:42:31.228Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:42:31.229Z||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-03T10:42:31.230Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:31.251Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:31.252Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:42:32.140Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T10:42:32.140Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"51db0b17-54f7-4caa-ba9e-029eb0cd2733","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"23dc89a8-3dc8-43cb-859c-07b9f17d62e0","serviceDescription":"service","serviceInvariantUUID":"48b4032a-e6ed-4c44-ae94-a6a1875ee80a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01e73b52-a8f3-4b87-bed2-aebf4d72964c","resourceInvariantUUID":"3afa2d76-62ea-4f82-b312-75ce32fa3fbb","resourceCustomizationUUID":"713443b5-6cb4-476b-b5ab-ab695a1fe942","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTFmYmIxZDE4YzdlYWFhZGE0MTgxNzRjOTkzYWY4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b70510c-6a78-4252-a09b-ee957aebc7cb","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NzEzZTFiM2UxOGM0NDgzMDI5MjFjZTBiNmZiNGE3Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6ef9caf-621e-4d83-b1e6-ef8cb38d5dec","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6872a4bd-1618-4cd5-a54e-184f35abedd5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5810c25-b653-498d-8b25-a2ff9de1bb80","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72d05eff-8145-4d89-8240-d11841291b39","artifactVersion":"2","generatedFromUUID":"6872a4bd-1618-4cd5-a54e-184f35abedd5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTcxNThmNzJlNzhlYTYzZDlkZTFmYTFiMjc1MmEyOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5bffa3b-df61-4b59-a9b2-58753f716469","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzJhNDNhYzM3YTY1MjRiNDAzNTgyY2UyOWVhMTIyNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:42:32.141Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:32.141Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:32.143Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:32.143Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:42:32.243Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:32.244Z||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-03T10:42:32.244Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:32.261Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:32.261Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:33.143Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:33.144Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:33.147Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:33.147Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:42:33.247Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:33.248Z||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-03T10:42:33.248Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:33.262Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:33.263Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:34.147Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:34.148Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:34.150Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:34.150Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:42:34.250Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:42:34.251Z||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-03T10:42:34.252Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:34.273Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:34.274Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:35.151Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:35.151Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:35.154Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:35.154Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:42:35.254Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:35.255Z||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-03T10:42:35.255Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:35.276Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:35.276Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:36.155Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:36.156Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:36.158Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:36.158Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T10:42:36.258Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:36.259Z||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-03T10:42:36.259Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:36.278Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:36.279Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:37.158Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:37.159Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:37.161Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:37.161Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:42:37.261Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:37.262Z||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-03T10:42:37.262Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:37.278Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:37.279Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:38.162Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:42:38.162Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:38.164Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:38.164Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:42:38.264Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:42:38.265Z||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-03T10:42:38.266Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:38.283Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:38.284Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:39.165Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "23dc89a8-3dc8-43cb-859c-07b9f17d62e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "48b4032a-e6ed-4c44-ae94-a6a1875ee80a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "713443b5-6cb4-476b-b5ab-ab695a1fe942",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "01e73b52-a8f3-4b87-bed2-aebf4d72964c",
      "resourceInvariantUUID": "3afa2d76-62ea-4f82-b312-75ce32fa3fbb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NzEzZTFiM2UxOGM0NDgzMDI5MjFjZTBiNmZiNGE3Y2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6ef9caf-621e-4d83-b1e6-ef8cb38d5dec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6872a4bd-1618-4cd5-a54e-184f35abedd5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72d05eff-8145-4d89-8240-d11841291b39",
            "generatedFromUUID": "6872a4bd-1618-4cd5-a54e-184f35abedd5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72d05eff-8145-4d89-8240-d11841291b39",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzJhNDNhYzM3YTY1MjRiNDAzNTgyY2UyOWVhMTIyNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:42:39.166Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:42:39.166Z|69c90553-345b-4c5b-89c2-9f48b8c9f0e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23dc89a8-3dc8-43cb-859c-07b9f17d62e0 ASDC
2022-06-03T10:42:39.167Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:51db0b17-54f7-4caa-ba9e-029eb0cd2733
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:23dc89a8-3dc8-43cb-859c-07b9f17d62e0
ServiceInvariantUUID:48b4032a-e6ed-4c44-ae94-a6a1875ee80a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162
ArtifactChecksum:MzJhNDNhYzM3YTY1MjRiNDAzNTgyY2UyOWVhMTIyNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:713443b5-6cb4-476b-b5ab-ab695a1fe942
ResourceInvariantUUID:3afa2d76-62ea-4f82-b312-75ce32fa3fbb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:01e73b52-a8f3-4b87-bed2-aebf4d72964c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:f6ef9caf-621e-4d83-b1e6-ef8cb38d5dec
ArtifactChecksum:NzEzZTFiM2UxOGM0NDgzMDI5MjFjZTBiNmZiNGE3Y2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6872a4bd-1618-4cd5-a54e-184f35abedd5
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:72d05eff-8145-4d89-8240-d11841291b39
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:72d05eff-8145-4d89-8240-d11841291b39
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:42:39.168Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23dc89a8-3dc8-43cb-859c-07b9f17d62e0 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-03T10:42:39.215Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:42:39.215Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:42:39.215Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:42:39.216Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T10:42:39.216Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:42:39.216Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T10:42:39.580Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:42:39.588Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162 71066
2022-06-03T10:42:39.588Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-03T10:42:39.588Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T10:42:39.588Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:42:39.589Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:39.592Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:39.592Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252959588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:42:39.693Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:39.694Z||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-03T10:42:39.694Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:39.717Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:39.718Z||pool-74-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:40.594Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:42:40.595Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T10:42:40.595Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5fc5a4d0-2b8e-4494-92c7-b3f67c2f5162, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:40.595Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-03T10:42:40.596Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:40.596Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:40.741Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8202019889268760118/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T10:42:41.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:42:41.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:42:41.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T10:42:41.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T10:42:41.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T10:42:41.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:41.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:42:41.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:42:41.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.778Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.778Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:41.778Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T10:42:41.779Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:42:41.779Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.779Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.780Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.780Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T10:42:41.780Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T10:42:41.781Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T10:42:41.781Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T10:42:41.781Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T10:42:41.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:42:41.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:42:41.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:41.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:41.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:41.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:41.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.785Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:41.785Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:41.785Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.785Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T10:42:41.786Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T10:42:41.786Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T10:42:41.786Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=847a8a7c-6dec-4fbb-91a1-6828efc310ed
2022-06-03T10:42:41.787Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.787Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.787Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.787Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.788Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.788Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.788Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:41.788Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:41.789Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:23dc89a8-3dc8-43cb-859c-07b9f17d62e0
Model Version:NULL
Model InvariantUuid:48b4032a-e6ed-4c44-ae94-a6a1875ee80a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f48ddaa4-cd3a-48d8-8be3-96abd2a5c170
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3afa2d76-62ea-4f82-b312-75ce32fa3fbb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:713443b5-6cb4-476b-b5ab-ab695a1fe942
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd28fa5a-56b9-41c3-938f-d6c4a14e830e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d957e88b-cc5a-4daf-af45-0989627a7c4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:847a8a7c-6dec-4fbb-91a1-6828efc310ed
ModelInvariantUuid:f3e38925-89e5-45bc-b736-52ce668aecd9
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3f0e0996-f16a-4224-88c7-88f9bdc90e8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8b1bd802-9e52-4541-9598-0e369083a4ab
ModelInvariantUuid:54fd0f52-f924-4932-afea-6cbd9fe61139
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bc2fa1c1-be29-48d1-8341-59c7f9297462
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-03T10:42:41.796Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 01e73b52-a8f3-4b87-bed2-aebf4d72964c
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-03T10:42:41.799Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-06-03T10:42:41.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01e73b52-a8f3-4b87-bed2-aebf4d72964c
2022-06-03T10:42:41.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6ef9caf-621e-4d83-b1e6-ef8cb38d5dec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T10:42:41.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:42:41.801Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T10:42:42.615Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:42:42.615Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f6ef9caf-621e-4d83-b1e6-ef8cb38d5dec 787
2022-06-03T10:42:42.616Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-03T10:42:42.616Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T10:42:42.616Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:42:42.616Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:42.618Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:42.618Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252962616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:42:42.718Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:42.719Z||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-03T10:42:42.719Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:42.746Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:42.746Z||pool-75-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:43.618Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fd28fa5a-56b9-41c3-938f-d6c4a14e830e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d957e88b-cc5a-4daf-af45-0989627a7c4d",
    "vfModuleModelCustomizationUUID": "561667fd-7227-4ed4-8c54-2859a038918b",
    "isBase": true,
    "artifacts": [
      "6872a4bd-1618-4cd5-a54e-184f35abedd5",
      "72d05eff-8145-4d89-8240-d11841291b39"
    ],
    "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-03T10:42:43.623Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d957e88b-cc5a-4daf-af45-0989627a7c4d
VfModuleModelInvariantUUID:fd28fa5a-56b9-41c3-938f-d6c4a14e830e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6872a4bd-1618-4cd5-a54e-184f35abedd5
,
72d05eff-8145-4d89-8240-d11841291b39

}
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-03T10:42:43.625Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fd28fa5a-56b9-41c3-938f-d6c4a14e830e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d957e88b-cc5a-4daf-af45-0989627a7c4d",
    "vfModuleModelCustomizationUUID": "561667fd-7227-4ed4-8c54-2859a038918b",
    "isBase": true,
    "artifacts": [
      "6872a4bd-1618-4cd5-a54e-184f35abedd5",
      "72d05eff-8145-4d89-8240-d11841291b39"
    ],
    "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-03T10:42:43.625Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d957e88b-cc5a-4daf-af45-0989627a7c4d
VfModuleModelInvariantUUID:fd28fa5a-56b9-41c3-938f-d6c4a14e830e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6872a4bd-1618-4cd5-a54e-184f35abedd5
,
72d05eff-8145-4d89-8240-d11841291b39

}
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-03T10:42:43.626Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6872a4bd-1618-4cd5-a54e-184f35abedd5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T10:42:43.626Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:42:43.626Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T10:42:43.986Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:42:43.987Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6872a4bd-1618-4cd5-a54e-184f35abedd5 5033
2022-06-03T10:42:43.987Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T10:42:43.987Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T10:42:43.987Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:42:43.988Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:43.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:43.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252963987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:42:44.092Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T10:42:44.093Z||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-03T10:42:44.093Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:44.119Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:44.119Z||pool-76-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:44.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72d05eff-8145-4d89-8240-d11841291b39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T10:42:44.992Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T10:42:44.992Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T10:42:45.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T10:42:45.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 72d05eff-8145-4d89-8240-d11841291b39 903
2022-06-03T10:42:45.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T10:42:45.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T10:42:45.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:42:45.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:45.130Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:45.130Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252965128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:42:45.230Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:45.231Z||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-03T10:42:45.231Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:45.248Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:45.249Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:46.130Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 23dc89a8-3dc8-43cb-859c-07b9f17d62e0
2022-06-03T10:42:46.131Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 01e73b52-a8f3-4b87-bed2-aebf4d72964c 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-03T10:42:46.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5542037e, org.onap.sdc.toscaparser.api.parameters.Input@1d339d0e, org.onap.sdc.toscaparser.api.parameters.Input@7f627acf, org.onap.sdc.toscaparser.api.parameters.Input@60dda7ba, org.onap.sdc.toscaparser.api.parameters.Input@2541112c]
2022-06-03T10:42:46.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:42:46.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 713443b5-6cb4-476b-b5ab-ab695a1fe942
2022-06-03T10:42:46.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 713443b5-6cb4-476b-b5ab-ab695a1fe942 matches Tosca VF Customization UUID: 713443b5-6cb4-476b-b5ab-ab695a1fe942
2022-06-03T10:42:46.149Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 713443b5-6cb4-476b-b5ab-ab695a1fe942  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-03T10:42:46.151Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.153Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 713443b5-6cb4-476b-b5ab-ab695a1fe942: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-03T10:42:46.153Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@452e1fec
2022-06-03T10:42:46.153Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.154Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:42:46.154Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561667fd-7227-4ed4-8c54-2859a038918b
2022-06-03T10:42:46.154Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561667fd-7227-4ed4-8c54-2859a038918b
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-03T10:42:46.158Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.158Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:46.158Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:46.159Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.159Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:46.160Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:46.160Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.160Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T10:42:46.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T10:42:46.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T10:42:46.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=847a8a7c-6dec-4fbb-91a1-6828efc310ed
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-03T10:42:46.164Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.164Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:46.165Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:42:46.165Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.166Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T10:42:46.166Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=713443b5-6cb4-476b-b5ab-ab695a1fe942
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-03T10:42:46.168Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.169Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.169Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 23dc89a8-3dc8-43cb-859c-07b9f17d62e0: basic_vm
2022-06-03T10:42:46.170Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.170Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.170Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.171Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.171Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.172Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.172Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.173Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.173Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:42:46.173Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:42:46.174Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
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-03T10:42:46.259Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 01e73b52-a8f3-4b87-bed2-aebf4d72964c 1 ASDC deployResourceStructure
2022-06-03T10:42:46.259Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-03T10:42:46.260Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T10:42:46.260Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:42:46.260Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:46.262Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:46.262Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252966259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:42:46.362Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:46.362Z||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-03T10:42:46.363Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:46.409Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:46.409Z||pool-78-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:47.263Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T10:42:47.263Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T10:42:47.263Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:42:47.264Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:47.265Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:47.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252967262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:42:47.368Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T10:42:47.368Z||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-03T10:42:47.368Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:47.386Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:47.386Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:42:48.095Z||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-03T10:42:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:48.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:42:48.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252849181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:42:48.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:42:48.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T10:42:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T10:42:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:42:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252968266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:42:48.369Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:42:48.370Z||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-03T10:42:48.370Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:48.388Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:48.389Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:42:49.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-03T10:42:49.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T10:42:49.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:42:49.271Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:42:49.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:42:49.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252969270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:42:49.373Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:42:49.373Z||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-03T10:42:49.373Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:42:49.392Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:49.392Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:42:50.273Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:42:50.282Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
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-03T10:42:50.284Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:42:50.284Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:42:50.284Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:43:20.285Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:43:20.297Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
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-03T10:43:20.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:43:20.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:43:20.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:43:48.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:43:48.096Z||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-03T10:43:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:43:48.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:43:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252849412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "cds",
  "timestamp": 1654252850105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:43:48.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.149Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252850420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "policy-id",
  "timestamp": 1654252851426,
  "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-03T10:43:48.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.164Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252851705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252852021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252852723,
  "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-03T10:43:48.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252853646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/resourceInstances/pnf206d383dc3150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252855440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252856467,
  "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-03T10:43:48.192Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.192Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252857474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252857604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252859542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUuiazwxa0pcdfrfepaki/1.0/artifacts/service-DemoPnfUuiazwxa0pcdfrfepaki-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252856620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252864650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252859473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252873286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252875920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252876288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "aai-ml",
  "timestamp": 1654252876925,
  "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-03T10:43:48.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "clamp",
  "timestamp": 1654252877292,
  "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-03T10:43:48.231Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51db0b17-54f7-4caa-ba9e-029eb0cd2733
2022-06-03T10:43:48.232Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:43:48.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252869611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654252873071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252884188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252876080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252886000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252886582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "cds",
  "timestamp": 1654252887007,
  "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-03T10:43:48.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:43:48.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:43:48.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654252887586,
  "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-03T10:43:48.273Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:43:48.273Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:43:48.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252879122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252889165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "policy-id",
  "timestamp": 1654252891176,
  "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-03T10:43:48.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:43:48.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252883854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252893818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252895220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252886620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252896820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252896921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252889473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252898247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252899315,
  "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-03T10:43:48.304Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:43:48.304Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:43:48.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654252900319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252904297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252906306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "clamp",
  "timestamp": 1654252907325,
  "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-03T10:43:48.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:43:48.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:43:48.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:43:48.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252909050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:43:48.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:43:50.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:43:50.309Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733
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-03T10:43:50.312Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:43:50.312Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:43:50.312Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.313Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:43:50.314Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T10:43:50.318Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:44:20.319Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733 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-03T10:44:20.326Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51db0b17-54f7-4caa-ba9e-029eb0cd2733 and serviceModelVersionId: 23dc89a8-3dc8-43cb-859c-07b9f17d62e0
2022-06-03T10:44:20.326Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48b4032a-e6ed-4c44-ae94-a6a1875ee80a
2022-06-03T10:44:20.327Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?depth=0
2022-06-03T10:44:20.330Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:44:20.370Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?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-03T10:44:20.371Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?depth=0|INFO|500||Invoke
2022-06-03T10:44:20.391Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:44:20.990Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?depth=0|INFO|500||InvokeReturn
2022-06-03T10:44:20.990Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48b4032a-e6ed-4c44-ae94-a6a1875ee80a/model-vers/model-ver/23dc89a8-3dc8-43cb-859c-07b9f17d62e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-10:44:20:399-66411], vertex-id=[471128], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:44:20 GMT], Content-Type=[application/json]}
2022-06-03T10:44:20.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:44:20.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:44:20.991Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:44:20.996Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T10:44:20.996Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51db0b17-54f7-4caa-ba9e-029eb0cd2733 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:44:20.996Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:44:20.996Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:20.998Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:20.998Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253060996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:44:21.098Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:21.099Z||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-03T10:44:21.099Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:21.117Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:21.118Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T10:44:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:22.014Z||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-03T10:44:22.014Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:26.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:26.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:44:26.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f782ec6a-da8f-4eb3-8524-7e67440ea45f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4f790469-c6d4-440b-bc33-a6c4a8f6a433","serviceDescription":"service","serviceInvariantUUID":"40a105be-47aa-454e-b4ba-95d496f17088","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afb41e09-7dd5-42fb-b3a7-22cff5cede3a","resourceInvariantUUID":"2a242079-374a-44ad-aef1-7677bdf15640","resourceCustomizationUUID":"e921ef46-9ccf-4b83-9a5f-feee5deee32b","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":"ZTYwY2U2YmJkNWYwYzc5YTg5ZjQ1MzcyMzEwM2M0MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46fb8075-eeda-4fd8-8f52-48cbd4c84f3f","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":"e54d1ea8-f391-49ab-95e2-37da1ecf4801","artifactVersion":"2","generatedFromUUID":"2dc13445-c854-4e94-a6cb-b2ffee26afdb"},{"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":"2dc13445-c854-4e94-a6cb-b2ffee26afdb","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":"YzllZTUxMmI1OTI0Yzc5MzJjY2Q2ZDhmOTNkMjUzYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f251530-1a01-4c28-b076-e95a3977b558","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":"c21da980-a0fa-41b6-956e-26e41d5fa80d","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":"7dd82729-c0f6-4e1e-8a44-cce67140d9b7","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":"ec964276-8244-4861-9f4c-22378ab246c2","artifactVersion":"2","generatedFromUUID":"c21da980-a0fa-41b6-956e-26e41d5fa80d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWFkZWQ2MWNhYjVjM2U0MDIxYzg0ZmRiYjg2Y2Y1ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be68823d-2888-431b-867f-7854c8e4102d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTBlMTViZTI0NTgwZWM1MmY3ZjAxMTlkYTk5MTJmZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d377145-2de5-4991-a5e8-c3bb5ecba544","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:44:26.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:26.569Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:26.570Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:26.571Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:26.671Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:26.671Z||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-03T10:44:26.671Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:26.727Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:26.728Z||pool-83-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:27.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:27.572Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:27.574Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:27.575Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T10:44:27.675Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:27.676Z||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-03T10:44:27.676Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:27.708Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:27.709Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:28.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:28.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:28.578Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:28.578Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T10:44:28.678Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:28.678Z||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-03T10:44:28.678Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:28.700Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:28.700Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:29.578Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:29.579Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:29.581Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:29.581Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:44:29.681Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:44:29.682Z||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-03T10:44:29.682Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:29.713Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:29.713Z||pool-86-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:30.582Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:30.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:30.585Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:30.585Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:44:30.685Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:30.686Z||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-03T10:44:30.686Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:30.703Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:30.703Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:31.585Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:31.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:31.588Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:31.588Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:31.688Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:31.689Z||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-03T10:44:31.689Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:31.709Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:31.709Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:32.590Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:32.590Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:32.593Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:32.593Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T10:44:32.693Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:32.694Z||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-03T10:44:32.694Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:32.713Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:32.713Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:33.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:33.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:33.596Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:33.596Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:33.696Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:33.699Z||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-03T10:44:33.699Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:33.724Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:33.724Z||pool-90-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:34.597Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:44:34.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:34.600Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:34.600Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:44:34.700Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:34.701Z||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-03T10:44:34.701Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:34.726Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:34.726Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:35.601Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4f790469-c6d4-440b-bc33-a6c4a8f6a433",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40a105be-47aa-454e-b4ba-95d496f17088",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e921ef46-9ccf-4b83-9a5f-feee5deee32b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afb41e09-7dd5-42fb-b3a7-22cff5cede3a",
      "resourceInvariantUUID": "2a242079-374a-44ad-aef1-7677bdf15640",
      "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": "e54d1ea8-f391-49ab-95e2-37da1ecf4801",
          "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": "2dc13445-c854-4e94-a6cb-b2ffee26afdb",
          "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": "YzllZTUxMmI1OTI0Yzc5MzJjY2Q2ZDhmOTNkMjUzYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f251530-1a01-4c28-b076-e95a3977b558",
          "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": "c21da980-a0fa-41b6-956e-26e41d5fa80d",
          "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": "ec964276-8244-4861-9f4c-22378ab246c2",
            "generatedFromUUID": "c21da980-a0fa-41b6-956e-26e41d5fa80d"
          },
          "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": "ec964276-8244-4861-9f4c-22378ab246c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTBlMTViZTI0NTgwZWM1MmY3ZjAxMTlkYTk5MTJmZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d377145-2de5-4991-a5e8-c3bb5ecba544"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:44:35.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:44:35.602Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4f790469-c6d4-440b-bc33-a6c4a8f6a433 ASDC
2022-06-03T10:44:35.602Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f782ec6a-da8f-4eb3-8524-7e67440ea45f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4f790469-c6d4-440b-bc33-a6c4a8f6a433
ServiceInvariantUUID:40a105be-47aa-454e-b4ba-95d496f17088
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:7d377145-2de5-4991-a5e8-c3bb5ecba544
ArtifactChecksum:NTBlMTViZTI0NTgwZWM1MmY3ZjAxMTlkYTk5MTJmZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e921ef46-9ccf-4b83-9a5f-feee5deee32b
ResourceInvariantUUID:2a242079-374a-44ad-aef1-7677bdf15640
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:afb41e09-7dd5-42fb-b3a7-22cff5cede3a
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:e54d1ea8-f391-49ab-95e2-37da1ecf4801
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:2dc13445-c854-4e94-a6cb-b2ffee26afdb
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:3f251530-1a01-4c28-b076-e95a3977b558
ArtifactChecksum:YzllZTUxMmI1OTI0Yzc5MzJjY2Q2ZDhmOTNkMjUzYzE=
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:c21da980-a0fa-41b6-956e-26e41d5fa80d
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:ec964276-8244-4861-9f4c-22378ab246c2
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:ec964276-8244-4861-9f4c-22378ab246c2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:44:35.602Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f790469-c6d4-440b-bc33-a6c4a8f6a433 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-03T10:44:35.639Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:44:35.639Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:44:35.639Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:44:35.639Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d377145-2de5-4991-a5e8-c3bb5ecba544 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T10:44:35.640Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:35.640Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:36.606Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:36.608Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7d377145-2de5-4991-a5e8-c3bb5ecba544 68952
2022-06-03T10:44:36.609Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:36.609Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:36.609Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:36.609Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:36.611Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:36.611Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253076609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:36.711Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:36.712Z||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-03T10:44:36.712Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:36.757Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:36.758Z||pool-92-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":2,"count":1}
2022-06-03T10:44:37.611Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:44:37.612Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:44:37.617Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7d377145-2de5-4991-a5e8-c3bb5ecba544, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T10:44:37.617Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-03T10:44:37.617Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T10:44:37.618Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T10:44:37.722Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4489751526153643115/Definitions/service-BasicCnf-template.yml
2022-06-03T10:44:38.765Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:44:38.766Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:44:38.766Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T10:44:38.766Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:44:38.767Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.768Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.768Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:38.768Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:44:38.768Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:44:38.769Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.769Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.769Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:38.769Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:44:38.769Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:44:38.770Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.770Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.770Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.770Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T10:44:38.771Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-03T10:44:38.771Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-03T10:44:38.771Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:44:38.771Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.771Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.772Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.772Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:38.772Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:38.772Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.773Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:38.773Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:38.773Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.773Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:38.773Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:38.774Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.774Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T10:44:38.774Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T10:44:38.774Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e965d12-6a48-40cb-b653-4b71bcf1ba0a
2022-06-03T10:44:38.775Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.775Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.775Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.775Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.775Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.776Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.776Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:38.776Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:38.776Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4f790469-c6d4-440b-bc33-a6c4a8f6a433
Model Version:NULL
Model InvariantUuid:40a105be-47aa-454e-b4ba-95d496f17088
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:32f8bf91-67dd-4532-88c4-7e36ea0212db
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2a242079-374a-44ad-aef1-7677bdf15640
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e921ef46-9ccf-4b83-9a5f-feee5deee32b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc3f9468-96af-41cf-9ae1-5dbf79c6df13
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f27e6b9d-27e5-42ae-8cc0-d3d2d3ef041e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e965d12-6a48-40cb-b653-4b71bcf1ba0a
ModelInvariantUuid:6aac51ff-41bd-4a8c-8097-17478bf70b4c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b44fa346-7759-415c-adab-1f6d1ce929c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:decd7446-14b7-4850-873e-830f34af093d
ModelInvariantUuid:53fbb53e-dc08-49d8-b8b6-a855b4e4abb1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:52f3c471-d3ce-4e96-96bf-8000ac7c1cba
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-03T10:44:38.787Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: afb41e09-7dd5-42fb-b3a7-22cff5cede3a
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-03T10:44:38.791Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-06-03T10:44:38.791Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afb41e09-7dd5-42fb-b3a7-22cff5cede3a
2022-06-03T10:44:38.791Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e54d1ea8-f391-49ab-95e2-37da1ecf4801 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T10:44:38.791Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:38.792Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:39.125Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:39.125Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 e54d1ea8-f391-49ab-95e2-37da1ecf4801 12
2022-06-03T10:44:39.126Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:39.126Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:39.126Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:39.126Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:39.128Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:39.128Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253079126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:39.229Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:39.230Z||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-03T10:44:39.230Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:39.257Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:39.257Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:40.129Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2dc13445-c854-4e94-a6cb-b2ffee26afdb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T10:44:40.130Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:40.130Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:40.477Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:40.478Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 2dc13445-c854-4e94-a6cb-b2ffee26afdb 2688
2022-06-03T10:44:40.478Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:40.478Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:40.478Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:40.478Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:40.480Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:40.480Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253080478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:40.580Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:40.581Z||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-03T10:44:40.581Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:40.601Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:40.601Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:41.482Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f251530-1a01-4c28-b076-e95a3977b558 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T10:44:41.482Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:41.483Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:42.215Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:42.216Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 3f251530-1a01-4c28-b076-e95a3977b558 828
2022-06-03T10:44:42.216Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:42.216Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:42.216Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:42.217Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:42.220Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:42.220Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253082216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:42.320Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:42.321Z||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-03T10:44:42.321Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:42.350Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:42.351Z||pool-95-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:43.220Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc3f9468-96af-41cf-9ae1-5dbf79c6df13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f27e6b9d-27e5-42ae-8cc0-d3d2d3ef041e",
    "vfModuleModelCustomizationUUID": "c52298eb-de9f-4537-88d5-c14b47e7db34",
    "isBase": true,
    "artifacts": [
      "2dc13445-c854-4e94-a6cb-b2ffee26afdb",
      "c21da980-a0fa-41b6-956e-26e41d5fa80d",
      "ec964276-8244-4861-9f4c-22378ab246c2"
    ],
    "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-03T10:44:43.224Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27e6b9d-27e5-42ae-8cc0-d3d2d3ef041e
VfModuleModelInvariantUUID:bc3f9468-96af-41cf-9ae1-5dbf79c6df13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc13445-c854-4e94-a6cb-b2ffee26afdb
,
c21da980-a0fa-41b6-956e-26e41d5fa80d
,
ec964276-8244-4861-9f4c-22378ab246c2

}
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-03T10:44:43.225Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc3f9468-96af-41cf-9ae1-5dbf79c6df13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f27e6b9d-27e5-42ae-8cc0-d3d2d3ef041e",
    "vfModuleModelCustomizationUUID": "c52298eb-de9f-4537-88d5-c14b47e7db34",
    "isBase": true,
    "artifacts": [
      "2dc13445-c854-4e94-a6cb-b2ffee26afdb",
      "c21da980-a0fa-41b6-956e-26e41d5fa80d",
      "ec964276-8244-4861-9f4c-22378ab246c2"
    ],
    "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-03T10:44:43.225Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27e6b9d-27e5-42ae-8cc0-d3d2d3ef041e
VfModuleModelInvariantUUID:bc3f9468-96af-41cf-9ae1-5dbf79c6df13
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dc13445-c854-4e94-a6cb-b2ffee26afdb
,
c21da980-a0fa-41b6-956e-26e41d5fa80d
,
ec964276-8244-4861-9f4c-22378ab246c2

}
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-03T10:44:43.226Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c21da980-a0fa-41b6-956e-26e41d5fa80d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T10:44:43.226Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:43.226Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:43.432Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:43.433Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c21da980-a0fa-41b6-956e-26e41d5fa80d 1164
2022-06-03T10:44:43.433Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:43.433Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:43.433Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:43.433Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:43.435Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:43.435Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253083433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:43.535Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:43.536Z||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-03T10:44:43.536Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:43.553Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:43.554Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:44.436Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ec964276-8244-4861-9f4c-22378ab246c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T10:44:44.436Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:44:44.437Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:44.716Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:44:44.717Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ec964276-8244-4861-9f4c-22378ab246c2 200
2022-06-03T10:44:44.717Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:44.717Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:44.717Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:44:44.718Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:44.720Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:44.720Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:44.820Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:44.821Z||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-03T10:44:44.821Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:44.838Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:44.838Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:45.720Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4f790469-c6d4-440b-bc33-a6c4a8f6a433
2022-06-03T10:44:45.721Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 afb41e09-7dd5-42fb-b3a7-22cff5cede3a 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 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=?
2022-06-03T10:44:45.735Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 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-03T10:44:45.738Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f1b9686, org.onap.sdc.toscaparser.api.parameters.Input@25194446, org.onap.sdc.toscaparser.api.parameters.Input@5cd0d24f, org.onap.sdc.toscaparser.api.parameters.Input@69e7539c, org.onap.sdc.toscaparser.api.parameters.Input@4aeb4780]
2022-06-03T10:44:45.740Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.740Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.740Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:44:45.741Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e921ef46-9ccf-4b83-9a5f-feee5deee32b
2022-06-03T10:44:45.741Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e921ef46-9ccf-4b83-9a5f-feee5deee32b matches Tosca VF Customization UUID: e921ef46-9ccf-4b83-9a5f-feee5deee32b
2022-06-03T10:44:45.741Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e921ef46-9ccf-4b83-9a5f-feee5deee32b  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-03T10:44:45.743Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.744Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.744Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e921ef46-9ccf-4b83-9a5f-feee5deee32b: {\"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-03T10:44:45.744Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c0f2a66
2022-06-03T10:44:45.744Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.745Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.745Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c52298eb-de9f-4537-88d5-c14b47e7db34
2022-06-03T10:44:45.745Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c52298eb-de9f-4537-88d5-c14b47e7db34
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-03T10:44:45.747Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.748Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:45.748Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:45.748Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.748Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:45.749Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:45.749Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.749Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T10:44:45.749Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T10:44:45.749Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1e965d12-6a48-40cb-b653-4b71bcf1ba0a
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-03T10:44:45.752Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.752Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:45.752Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:44:45.752Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.753Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T10:44:45.753Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e921ef46-9ccf-4b83-9a5f-feee5deee32b
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-03T10:44:45.754Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.755Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.755Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4f790469-c6d4-440b-bc33-a6c4a8f6a433: basic_cnf
2022-06-03T10:44:45.755Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.755Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.755Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.756Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:44:45.757Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.757Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.851Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf afb41e09-7dd5-42fb-b3a7-22cff5cede3a 1 ASDC deployResourceStructure
2022-06-03T10:44:45.852Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.852Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:45.852Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T10:44:45.853Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:45.854Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:45.855Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253085851,
  "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-03T10:44:45.955Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:45.955Z||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-03T10:44:45.955Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:45.980Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:45.980Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:46.856Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:46.856Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:46.856Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T10:44:46.856Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:46.858Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:46.858Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253086856,
  "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-03T10:44:46.960Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:46.960Z||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-03T10:44:46.961Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:46.977Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:46.977Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:47.859Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:47.859Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:47.859Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:44:47.860Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:47.861Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:47.862Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253087859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:47.962Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:44:47.962Z||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-03T10:44:47.962Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:47.983Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:47.983Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:48.094Z||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-03T10:44:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:48.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:48.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "aai-ml",
  "timestamp": 1654252910055,
  "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-03T10:44:48.135Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f782ec6a-da8f-4eb3-8524-7e67440ea45f
2022-06-03T10:44:48.135Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:44:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69c90553-345b-4c5b-89c2-9f48b8c9f0e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252951126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:44:48.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252848090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252959588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:48.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252962616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252963987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252965128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:44:48.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252966259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252967262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:44:48.862Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:48.863Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:48.863Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:44:48.863Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:48.865Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:48.865Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253088862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:48.965Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:48.966Z||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-03T10:44:48.966Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:48.999Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:48.999Z||pool-101-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:44:49.866Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:49.866Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:49.866Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:44:49.867Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:49.868Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:49.869Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253089866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:49.968Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:44:49.969Z||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-03T10:44:49.970Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:49.990Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:49.991Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:50.870Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:50.870Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:50.870Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:44:50.870Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:44:50.872Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:44:50.872Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253090869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:44:50.972Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:44:50.973Z||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-03T10:44:50.973Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:44:50.991Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:50.992Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:44:51.873Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f782ec6a-da8f-4eb3-8524-7e67440ea45f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T10:44:51.884Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f782ec6a-da8f-4eb3-8524-7e67440ea45f
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-03T10:44:51.886Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:44:51.887Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T10:44:51.887Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T10:44:51.887Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T10:44:51.887Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.887Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.888Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.888Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.888Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.888Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T10:44:51.888Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:44:51.893Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T10:45:21.894Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f782ec6a-da8f-4eb3-8524-7e67440ea45f 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-03T10:45:21.899Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f782ec6a-da8f-4eb3-8524-7e67440ea45f and serviceModelVersionId: 4f790469-c6d4-440b-bc33-a6c4a8f6a433
2022-06-03T10:45:21.899Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40a105be-47aa-454e-b4ba-95d496f17088
2022-06-03T10:45:21.900Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0
2022-06-03T10:45:21.904Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T10:45:21.948Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0|INFO|500||Invoke
2022-06-03T10:45:21.949Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f782ec6a-da8f-4eb3-8524-7e67440ea45f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e013372a-9249-4d5f-abe2-2094c98187da], X-ECOMP-RequestID=[f782ec6a-da8f-4eb3-8524-7e67440ea45f], X-TransactionId=[], X-ONAP-RequestID=[f782ec6a-da8f-4eb3-8524-7e67440ea45f], Content-Type=[application/merge-patch+json]}
2022-06-03T10:45:21.970Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T10:45:22.724Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?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/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-10:45:21:977-46863], vertex-id=[192688], Content-Length=[0], Date=[Fri, 03 Jun 2022 10:45:21 GMT], Content-Type=[application/json]}
2022-06-03T10:45:22.724Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T10:45:22.724Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40a105be-47aa-454e-b4ba-95d496f17088/model-vers/model-ver/4f790469-c6d4-440b-bc33-a6c4a8f6a433?depth=0|INFO|500||InvokeReturn
2022-06-03T10:45:22.725Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T10:45:22.725Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:22.731Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:22.731Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f782ec6a-da8f-4eb3-8524-7e67440ea45f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T10:45:22.731Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T10:45:22.731Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:45:22.733Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:45:22.733Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253122731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:45:22.833Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:45:22.834Z||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-03T10:45:22.834Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T10:45:22.858Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:22.859Z||pool-104-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-03T10:45:23.747Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:23.747Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:23.747Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:45:33.312Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:33.312Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:33.313Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:33.313Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:45:42.891Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:42.891Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:42.892Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:42.892Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:45:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:48.094Z||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-03T10:45:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:45:48.130Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:48.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:45:48.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252968266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:45:48.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:45:48.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:45:48.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654252969270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:45:48.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:45:52.461Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:52.461Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:52.461Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:45:52.462Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:46:02.053Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:46:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:48.093Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:46:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:48.094Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:46:48.094Z||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-03T10:46:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:46:48.133Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:46:48.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51db0b17-54f7-4caa-ba9e-029eb0cd2733",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253060996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253062014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253076609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253079126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253080478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253082216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253083433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253085851,
  "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-03T10:46:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253086856,
  "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-03T10:46:48.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T10:46:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253087859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:46:48.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:46:57.657Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:47:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:47:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:47:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:48.094Z||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-03T10:47:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:47:48.627Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:47:48.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T10:47:48.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253088862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:47:48.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:47:48.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T10:47:48.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253089866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:47:48.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:47:48.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T10:47:48.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253090869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:47:48.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:47:48.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T10:47:48.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f782ec6a-da8f-4eb3-8524-7e67440ea45f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253122731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T10:47:48.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T10:47:57.677Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:48:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:48.093Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:48:48.093Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:48:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:48.094Z||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-03T10:48:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:48:57.699Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:48:57.705Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:49:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:49:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:49:48.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:48.094Z||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-03T10:49:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:49:57.665Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:49:57.667Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:50:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:48.092Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:50:48.092Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:50:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:48.095Z||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-03T10:50:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:50:57.659Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:50:57.669Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:51:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:51:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:51:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:48.094Z||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-03T10:51:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:51:57.654Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:51:57.660Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:52:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:52:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:52:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:48.094Z||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-03T10:52:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:52:57.655Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:52:57.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:53:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:53:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:53:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:48.095Z||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-03T10:53:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:53:57.665Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:53:57.666Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:54:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:54:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:54:48.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:48.096Z||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-03T10:54:48.096Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:54:57.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:54:57.690Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:55:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:55:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:55:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:48.095Z||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-03T10:55:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:55:57.651Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:55:57.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:56:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:56:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:56:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:48.094Z||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-03T10:56:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:56:57.663Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:56:57.663Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:48.096Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:48.096Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:48.097Z||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-03T10:57:48.097Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:57:48.097Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:57:48.097Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:57:57.664Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:57.666Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:58:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:58:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:58:48.094Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:58:48.094Z||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-03T10:58:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:58:57.713Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:57.716Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:59:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:59:48.092Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T10:59:48.092Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:59:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:59:48.094Z||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-03T10:59:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T10:59:57.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:59:57.703Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:00:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:00:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T11:00:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:00:48.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:00:48.094Z||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-03T11:00:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:00:57.653Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:00:57.656Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:01:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:01:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T11:01:48.092Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:01:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:01:48.095Z||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-03T11:01:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:01:57.688Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:01:57.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:48.090Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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-03T11:02:48.091Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:02:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:48.677Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:48.679Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.679Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.681Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.681Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.681Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.682Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.684Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.685Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.686Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.687Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.688Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.689Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.691Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.693Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254136080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.694Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.694Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.694Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254133071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.694Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254129601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.695Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.696Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.696Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.696Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.696Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.696Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254145546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254145439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.698Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254139122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.699Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254147984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.700Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254148417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.701Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "cds",
  "timestamp": 1654254148778,
  "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-03T11:02:48.723Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:02:48.724Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:02:48.733Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.733Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254148989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:02:48.734Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.734Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.734Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.735Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.735Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.736Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254149426,
  "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-03T11:02:48.740Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:02:48.741Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:02:48.751Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.751Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.752Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.752Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.752Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.752Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.753Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.753Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "policy-id",
  "timestamp": 1654254149992,
  "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-03T11:02:48.758Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:02:48.759Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:02:48.767Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.767Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.768Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.768Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.768Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.769Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.769Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.769Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.769Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.770Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.770Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.770Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.771Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.771Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254143854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.771Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.771Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.771Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.772Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.773Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254153073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.774Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.775Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254146620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.776Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.777Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.778Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254155212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.781Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.782Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254156176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254149473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:48.783Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254157039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:48.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.784Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254158075,
  "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-03T11:02:48.790Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:02:48.790Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:02:48.797Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.797Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254159081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:02:48.797Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:48.797Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.798Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.798Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.798Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.798Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.799Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.799Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.799Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.799Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.800Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.801Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.801Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.801Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.801Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.802Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.802Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.802Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.802Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.802Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.803Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.803Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.803Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.804Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.804Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.804Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.804Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.805Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.805Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.805Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.805Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.805Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.806Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.806Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.806Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.806Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.807Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.807Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:48.807Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.807Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.807Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.807Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.808Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:02:48.808Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T11:02:48.808Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"49f1d515-37fd-489c-bb71-f8a7fbe7c451","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"59b763f0-508f-4bd4-a023-27461a3d3fa2","serviceDescription":"service","serviceInvariantUUID":"0f2a9bfc-7228-42f8-9948-0965deaaa345","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efb6e6af-4917-4102-96b7-b155f08179e5","resourceInvariantUUID":"7b5aaf76-c778-473d-bfe7-f6e7626c7405","resourceCustomizationUUID":"66673bf8-bda4-4c6f-bf3d-63580f14dc96","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":"YTBhMTJmYjk2OGNjYmU5YzNjNWY0N2NkNTU4MDZlNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"157d8cc3-699e-4e14-b023-b988e19f400c","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":"ZmM2Y2JmNDVmMzU3YzBkMGFmYmZhZDljNzk2MjNjYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18d337fa-dab8-4c9a-bd13-40467f0e1e6b","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":"174b6d2f-2700-4d38-a89a-2539468ace84","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":"aca4d2f0-7637-4fea-9614-b3b98773b031","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":"a131ee36-e233-4eff-86a2-bea52d5e1e11","artifactVersion":"2","generatedFromUUID":"174b6d2f-2700-4d38-a89a-2539468ace84"},{"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":"ODM5ZWY5ZWQ4NDdiYjhkNmVkYTE1N2Y0MGU3MGM2ZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e89bf9ac-7fcb-47b8-9d65-45412c8764af","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":"MmFlNDUzMGY3NDcyZDYxMDU5NDc2OTcxOWYwN2IwZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6090f06-b59b-4f8d-8714-a4d0ad599e72","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWU5NjM5ZDZiNGVmZDYwOGM3ODY2ZTk0OWY1NDQxMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9c60dd1-78be-47c6-b575-b17146bda368","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:02:48.810Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:48.811Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:48.814Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:48.814Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:48.914Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:48.915Z||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-03T11:02:48.915Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:48.945Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:48.945Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:49.815Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:49.815Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:49.818Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:49.818Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:02:49.918Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:49.919Z||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-03T11:02:49.919Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:49.940Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:49.941Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:50.819Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:50.820Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:50.822Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:50.822Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:02:50.922Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:50.923Z||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-03T11:02:50.923Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:50.942Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:50.942Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:51.823Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:51.824Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:51.825Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:51.826Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:51.926Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:51.927Z||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-03T11:02:51.927Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:51.942Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:51.943Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:52.826Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:52.827Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:52.829Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:52.829Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:02:52.929Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:52.930Z||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-03T11:02:52.930Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:52.967Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:52.968Z||pool-109-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:53.830Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:53.830Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:53.832Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:53.833Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:53.933Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:02:53.933Z||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-03T11:02:53.934Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:53.975Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:53.975Z||pool-110-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:54.833Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:54.834Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:54.836Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:54.836Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:54.936Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:54.937Z||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-03T11:02:54.937Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:54.965Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:54.966Z||pool-111-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:55.836Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:55.837Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:55.839Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:55.839Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:55.941Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:02:55.941Z||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-03T11:02:55.942Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:55.999Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:56.000Z||pool-112-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:56.840Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "59b763f0-508f-4bd4-a023-27461a3d3fa2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0f2a9bfc-7228-42f8-9948-0965deaaa345",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "66673bf8-bda4-4c6f-bf3d-63580f14dc96",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efb6e6af-4917-4102-96b7-b155f08179e5",
      "resourceInvariantUUID": "7b5aaf76-c778-473d-bfe7-f6e7626c7405",
      "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": "ZmM2Y2JmNDVmMzU3YzBkMGFmYmZhZDljNzk2MjNjYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18d337fa-dab8-4c9a-bd13-40467f0e1e6b",
          "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": "174b6d2f-2700-4d38-a89a-2539468ace84",
          "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": "a131ee36-e233-4eff-86a2-bea52d5e1e11",
            "generatedFromUUID": "174b6d2f-2700-4d38-a89a-2539468ace84"
          },
          "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": "a131ee36-e233-4eff-86a2-bea52d5e1e11",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWU5NjM5ZDZiNGVmZDYwOGM3ODY2ZTk0OWY1NDQxMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9c60dd1-78be-47c6-b575-b17146bda368"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:02:56.840Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:02:56.840Z|f782ec6a-da8f-4eb3-8524-7e67440ea45f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59b763f0-508f-4bd4-a023-27461a3d3fa2 ASDC
2022-06-03T11:02:56.842Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:49f1d515-37fd-489c-bb71-f8a7fbe7c451
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:59b763f0-508f-4bd4-a023-27461a3d3fa2
ServiceInvariantUUID:0f2a9bfc-7228-42f8-9948-0965deaaa345
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:a9c60dd1-78be-47c6-b575-b17146bda368
ArtifactChecksum:MWU5NjM5ZDZiNGVmZDYwOGM3ODY2ZTk0OWY1NDQxMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:66673bf8-bda4-4c6f-bf3d-63580f14dc96
ResourceInvariantUUID:7b5aaf76-c778-473d-bfe7-f6e7626c7405
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:efb6e6af-4917-4102-96b7-b155f08179e5
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:18d337fa-dab8-4c9a-bd13-40467f0e1e6b
ArtifactChecksum:ZmM2Y2JmNDVmMzU3YzBkMGFmYmZhZDljNzk2MjNjYTE=
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:174b6d2f-2700-4d38-a89a-2539468ace84
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:a131ee36-e233-4eff-86a2-bea52d5e1e11
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:a131ee36-e233-4eff-86a2-bea52d5e1e11
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:02:56.842Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59b763f0-508f-4bd4-a023-27461a3d3fa2 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-03T11:02:56.890Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:02:56.891Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:56.891Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:56.892Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a9c60dd1-78be-47c6-b575-b17146bda368 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T11:02:56.892Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:02:56.892Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T11:02:58.266Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:02:58.270Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a9c60dd1-78be-47c6-b575-b17146bda368 78812
2022-06-03T11:02:58.270Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:02:58.270Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:02:58.270Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:02:58.271Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:58.272Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:58.273Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254178270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:58.373Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:58.373Z||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-03T11:02:58.374Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:02:58.408Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:58.409Z||pool-113-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":6,"count":1}
2022-06-03T11:02:59.273Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:02:59.274Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:59.275Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a9c60dd1-78be-47c6-b575-b17146bda368, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T11:02:59.275Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-03T11:02:59.276Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T11:02:59.276Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T11:02:59.444Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5361710200430820016/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-03T11:03:00.699Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:03:00.699Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-BasicVmMacro-csar.csar
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-BasicVmMacro-csar.csar
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-BasicVmMacro-csar.csar
2022-06-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:00.700Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-BasicVmMacro-csar.csar
2022-06-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-BasicVmMacro-csar.csar
2022-06-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.701Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:00.702Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:00.702Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:00.702Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.702Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.702Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.703Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.704Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:00.705Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.705Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:00.705Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:00.705Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.705Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T11:03:00.706Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5e13ae3f-50b2-47bf-87d4-53805e0a29ca
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.707Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.708Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.708Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:00.708Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:00.708Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:59b763f0-508f-4bd4-a023-27461a3d3fa2
Model Version:NULL
Model InvariantUuid:0f2a9bfc-7228-42f8-9948-0965deaaa345
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:fe271e99-783f-4144-b544-8fb71ffd9340
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b5aaf76-c778-473d-bfe7-f6e7626c7405
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66673bf8-bda4-4c6f-bf3d-63580f14dc96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fa77d07b-6c9f-4b33-92a8-19bea7cf189f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:418faf4a-df2e-4e22-a848-e58cd7b9f5df
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e13ae3f-50b2-47bf-87d4-53805e0a29ca
ModelInvariantUuid:6d95dca8-6864-415d-9a9b-e88a273138a5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:19130f47-3550-4707-9626-3402e4cb9a1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ac6984e5-e8f1-49f8-838f-0fb34f26d174
ModelInvariantUuid:68061daf-4350-450f-a701-f51025331c61
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:41d9a8d7-8a80-4a11-a946-85f2845f1b2c
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-03T11:03:00.717Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: efb6e6af-4917-4102-96b7-b155f08179e5
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-03T11:03:00.721Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-06-03T11:03:00.721Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efb6e6af-4917-4102-96b7-b155f08179e5
2022-06-03T11:03:00.721Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18d337fa-dab8-4c9a-bd13-40467f0e1e6b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T11:03:00.721Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:03:00.722Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:01.350Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:01.350Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 18d337fa-dab8-4c9a-bd13-40467f0e1e6b 792
2022-06-03T11:03:01.350Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:01.351Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:01.351Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:01.351Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:01.353Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:01.353Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254181350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:01.453Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:01.454Z||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-03T11:03:01.454Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:01.482Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:01.482Z||pool-114-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:02.353Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fa77d07b-6c9f-4b33-92a8-19bea7cf189f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "418faf4a-df2e-4e22-a848-e58cd7b9f5df",
    "vfModuleModelCustomizationUUID": "08aefd4e-0308-41d0-98e9-0edd3c2a77a5",
    "isBase": true,
    "artifacts": [
      "174b6d2f-2700-4d38-a89a-2539468ace84",
      "a131ee36-e233-4eff-86a2-bea52d5e1e11"
    ],
    "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-03T11:03:02.357Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:418faf4a-df2e-4e22-a848-e58cd7b9f5df
VfModuleModelInvariantUUID:fa77d07b-6c9f-4b33-92a8-19bea7cf189f
VfModuleModelDescription:NULL
Artifacts UUID List:{
174b6d2f-2700-4d38-a89a-2539468ace84
,
a131ee36-e233-4eff-86a2-bea52d5e1e11

}
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-03T11:03:02.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fa77d07b-6c9f-4b33-92a8-19bea7cf189f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "418faf4a-df2e-4e22-a848-e58cd7b9f5df",
    "vfModuleModelCustomizationUUID": "08aefd4e-0308-41d0-98e9-0edd3c2a77a5",
    "isBase": true,
    "artifacts": [
      "174b6d2f-2700-4d38-a89a-2539468ace84",
      "a131ee36-e233-4eff-86a2-bea52d5e1e11"
    ],
    "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-03T11:03:02.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:418faf4a-df2e-4e22-a848-e58cd7b9f5df
VfModuleModelInvariantUUID:fa77d07b-6c9f-4b33-92a8-19bea7cf189f
VfModuleModelDescription:NULL
Artifacts UUID List:{
174b6d2f-2700-4d38-a89a-2539468ace84
,
a131ee36-e233-4eff-86a2-bea52d5e1e11

}
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-03T11:03:02.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 174b6d2f-2700-4d38-a89a-2539468ace84 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T11:03:02.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:03:02.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:03.393Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:03.394Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 174b6d2f-2700-4d38-a89a-2539468ace84 5033
2022-06-03T11:03:03.394Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:03.394Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:03.394Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:03.394Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:03.396Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:03.396Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254183394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:03.496Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:03.497Z||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-03T11:03:03.497Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:03.527Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:03.527Z||pool-115-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
2022-06-03T11:03:04.397Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a131ee36-e233-4eff-86a2-bea52d5e1e11 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T11:03:04.397Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:03:04.397Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:05.094Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:05.095Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a131ee36-e233-4eff-86a2-bea52d5e1e11 903
2022-06-03T11:03:05.095Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:05.095Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:05.095Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:05.095Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:05.097Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:05.098Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254185095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:05.197Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:03:05.198Z||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-03T11:03:05.198Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:05.214Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:05.214Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:06.099Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 59b763f0-508f-4bd4-a023-27461a3d3fa2
2022-06-03T11:03:06.099Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 efb6e6af-4917-4102-96b7-b155f08179e5 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-03T11:03:06.113Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7958feda, org.onap.sdc.toscaparser.api.parameters.Input@5e64113d, org.onap.sdc.toscaparser.api.parameters.Input@3263202, org.onap.sdc.toscaparser.api.parameters.Input@3da92be2, org.onap.sdc.toscaparser.api.parameters.Input@339aca3]
2022-06-03T11:03:06.115Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.115Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.115Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-03T11:03:06.115Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 66673bf8-bda4-4c6f-bf3d-63580f14dc96
2022-06-03T11:03:06.115Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66673bf8-bda4-4c6f-bf3d-63580f14dc96 matches Tosca VF Customization UUID: 66673bf8-bda4-4c6f-bf3d-63580f14dc96
2022-06-03T11:03:06.116Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 66673bf8-bda4-4c6f-bf3d-63580f14dc96  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-03T11:03:06.118Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.118Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.119Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 66673bf8-bda4-4c6f-bf3d-63580f14dc96: {\"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-03T11:03:06.119Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bacf7b9
2022-06-03T11:03:06.119Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.119Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:06.119Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08aefd4e-0308-41d0-98e9-0edd3c2a77a5
2022-06-03T11:03:06.120Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08aefd4e-0308-41d0-98e9-0edd3c2a77a5
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-03T11:03:06.123Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.123Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:06.123Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:06.123Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.123Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:03:06.124Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5e13ae3f-50b2-47bf-87d4-53805e0a29ca
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-03T11:03:06.127Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.127Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:06.127Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:06.127Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.128Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T11:03:06.128Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=66673bf8-bda4-4c6f-bf3d-63580f14dc96
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-03T11:03:06.130Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.130Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.130Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 59b763f0-508f-4bd4-a023-27461a3d3fa2: basic_vm_macro
2022-06-03T11:03:06.130Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.130Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.131Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.132Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:06.132Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:06.132Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:06.227Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro efb6e6af-4917-4102-96b7-b155f08179e5 1 ASDC deployResourceStructure
2022-06-03T11:03:06.227Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:06.227Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:06.227Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:06.227Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:06.229Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:06.229Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254186227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:06.329Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:06.330Z||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-03T11:03:06.330Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:06.386Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:06.387Z||pool-117-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:07.230Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:07.230Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:07.231Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:07.231Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:07.233Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:07.233Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254187230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:07.333Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:07.334Z||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-03T11:03:07.334Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:07.351Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:07.351Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:08.234Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:08.234Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:08.234Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:08.235Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:08.237Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:08.237Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254188233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:08.337Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:08.338Z||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-03T11:03:08.338Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:08.383Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:08.383Z||pool-119-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:09.237Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:09.238Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||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-03T11:03:09.238Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:09.238Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:09.240Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:09.241Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254189237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:09.341Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:09.341Z||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-03T11:03:09.341Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:09.368Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:09.369Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:10.241Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:03:10.256Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:03:10.258Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:10.258Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:10.258Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:40.258Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:03:40.270Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:03:40.272Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:40.272Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:40.272Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:48.103Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:03:48.104Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:03:48.104Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:03:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:03:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:03:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:10.272Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:04:10.282Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:04:10.284Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:10.284Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:10.284Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:40.285Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:04:40.295Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:04:40.297Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:40.297Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:40.297Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:04:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:04:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:04:48.151Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:04:48.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:04:48.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254169847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:48.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:10.298Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:05:10.310Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:05:10.312Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:05:10.313Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:05:10.313Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:05:40.313Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:05:40.326Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:05:40.329Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:05:40.329Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:05:40.329Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:05:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:05:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:05:48.096Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:05:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.149Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.149Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.149Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.150Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.151Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.151Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.151Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.158Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "aai-ml",
  "timestamp": 1654254170852,
  "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-03T11:05:48.166Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:05:48.166Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.177Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254171569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.178Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.180Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254163854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254159601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.181Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254159122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254166080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.182Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254175570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.183Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.184Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "clamp",
  "timestamp": 1654254176587,
  "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-03T11:05:48.192Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49f1d515-37fd-489c-bb71-f8a7fbe7c451
2022-06-03T11:05:48.192Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:05:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254176480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254176753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254177091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254177759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "cds",
  "timestamp": 1654254178387,
  "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-03T11:05:48.225Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.226Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:05:48.234Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.234Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254178410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.235Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.235Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.235Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "policy-id",
  "timestamp": 1654254178763,
  "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-03T11:05:48.240Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.240Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:05:48.248Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.249Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.249Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.249Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.249Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.250Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.250Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.250Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254178270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.250Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.251Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.251Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254179415,
  "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-03T11:05:48.256Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.256Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:05:48.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.266Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.267Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.268Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.268Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.268Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.268Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.268Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.269Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254173071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.270Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.271Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.271Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.271Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.271Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254181350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.272Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.273Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.273Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.273Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.273Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.274Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.274Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.274Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254183789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.274Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.274Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.275Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.275Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.275Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.275Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.275Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.276Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.276Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254183394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.276Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.276Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.277Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254184834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.277Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.277Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.277Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.278Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.278Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.278Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254176620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.279Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.279Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.279Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254185837,
  "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-03T11:05:48.285Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.286Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:05:48.296Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.297Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.297Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.298Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.298Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254185095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.298Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254186783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.299Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.300Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.300Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:48.300Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.301Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.301Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254186227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.301Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.302Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.302Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254179473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:48.302Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:48.302Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.302Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254187230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.303Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.303Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.303Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254188233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.303Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.304Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.304Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254189237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.304Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.304Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.304Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254192565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:05:48.305Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.305Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.305Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254194583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.305Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.305Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.306Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254194745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:05:48.306Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:48.306Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.306Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "clamp",
  "timestamp": 1654254195589,
  "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-03T11:05:48.312Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.312Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:05:48.335Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:05:48.335Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "aai-ml",
  "timestamp": 1654254195750,
  "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-03T11:05:48.340Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b349fc30-2814-48f8-baae-d84c94a30312
2022-06-03T11:05:48.340Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:06:10.329Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:06:10.341Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451
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-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:10.344Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-03T11:06:10.349Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:06:40.350Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451 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-03T11:06:40.358Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49f1d515-37fd-489c-bb71-f8a7fbe7c451 and serviceModelVersionId: 59b763f0-508f-4bd4-a023-27461a3d3fa2
2022-06-03T11:06:40.358Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f2a9bfc-7228-42f8-9948-0965deaaa345
2022-06-03T11:06:40.359Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?depth=0
2022-06-03T11:06:40.366Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:06:40.407Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?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-03T11:06:40.408Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?depth=0|INFO|500||Invoke
2022-06-03T11:06:40.431Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T11:06:41.766Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?depth=0|INFO|500||InvokeReturn
2022-06-03T11:06:41.768Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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/0f2a9bfc-7228-42f8-9948-0965deaaa345/model-vers/model-ver/59b763f0-508f-4bd4-a023-27461a3d3fa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-11:06:40:438-79901], vertex-id=[504056], Content-Length=[0], Date=[Fri, 03 Jun 2022 11:06:40 GMT], Content-Type=[application/json]}
2022-06-03T11:06:41.768Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T11:06:41.769Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T11:06:41.769Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-03T11:06:41.774Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|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-03T11:06:41.774Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49f1d515-37fd-489c-bb71-f8a7fbe7c451 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T11:06:41.775Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T11:06:41.775Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:41.777Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:41.777Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254401774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:06:41.880Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:06:41.881Z||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-03T11:06:41.881Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:41.902Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:41.902Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:06:42.791Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T11:06:42.791Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b349fc30-2814-48f8-baae-d84c94a30312","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"84940666-ba85-4e03-9427-dd9daf3b8361","serviceDescription":"service","serviceInvariantUUID":"6c45bd21-16bf-47f0-98c5-fa2a335b5fb8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19412d65-7026-45b6-b015-de3f96096898","resourceInvariantUUID":"d7977858-9cb0-4de6-94ac-8032068107ed","resourceCustomizationUUID":"3c1e22e7-f53b-47db-939c-40a40400f1d7","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":"NTA5ZjA0ZjZhODM2MjMwZWU2OGQ5MmY1NWI5MjlhYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a108206-c10f-44cd-805c-61a4e0d13859","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":"262c9ab8-8d0e-45b8-bc09-ffa8f7e295e9","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":"e5714758-2c1c-47b0-bb63-d8ff005d2fc5","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":"NTFhZDUzYzFlMzZkYThiOGQ4OTk3OTVjMTRkNGJlMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d35c5c2b-6d81-4c7c-a575-33faddb744da","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":"2e960510-2863-42f2-9529-cc2953ee95d8","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":"be02b10b-5670-46c7-a249-75730194a6ba","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":"5d2ae499-6dc1-4c0b-b80c-5c0a07887c13","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":"NjhlNjcwYjg4ZjFkNDBhYjY3NjM3ZGFjNjE0ODM3ZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05529bbc-5f4a-4da6-82c5-8f6b30b2abd4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODZlY2I3ZDg1MGNlNjEzZjRhNTk0NjY5NjMwZWFiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f5f81a0-e226-468d-afbc-ff4827c8060b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:06:42.792Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:42.792Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:42.794Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:42.794Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:42.894Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:42.894Z||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-03T11:06:42.895Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:42.912Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:42.913Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:43.794Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:43.795Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:43.797Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:43.797Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:43.899Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:06:43.900Z||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-03T11:06:43.900Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:43.921Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:43.921Z||pool-123-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:06:44.798Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:44.798Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:44.800Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:44.800Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:44.901Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:44.901Z||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-03T11:06:44.901Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:44.920Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:44.920Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:06:45.801Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:45.802Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:45.804Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:45.804Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:45.904Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:45.905Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:45.906Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:45.936Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:45.936Z||pool-125-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1}
2022-06-03T11:06:46.805Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:46.805Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:46.807Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:46.807Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:46.907Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:46.908Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:46.908Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:46.928Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:46.929Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:06:47.809Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:47.809Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:47.811Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:47.811Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:47.911Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:47.912Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:47.912Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:47.928Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:47.929Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:06:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:06:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:48.123Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:48.123Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.123Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.124Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.125Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.126Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.127Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.128Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T11:06:48.129Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.129Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:06:48.129Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.129Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:06:48.811Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:48.812Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:48.814Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:48.814Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:48.914Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:48.915Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:48.915Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:48.936Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:48.936Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:49.815Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:49.816Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:49.818Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:49.818Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:49.918Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:49.919Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:49.919Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:49.936Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:49.937Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:50.819Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:06:50.820Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:50.821Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:50.821Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:06:50.921Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:50.922Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:50.922Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:50.941Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:50.941Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:51.822Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "84940666-ba85-4e03-9427-dd9daf3b8361",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6c45bd21-16bf-47f0-98c5-fa2a335b5fb8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3c1e22e7-f53b-47db-939c-40a40400f1d7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19412d65-7026-45b6-b015-de3f96096898",
      "resourceInvariantUUID": "d7977858-9cb0-4de6-94ac-8032068107ed",
      "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": "ODZlY2I3ZDg1MGNlNjEzZjRhNTk0NjY5NjMwZWFiMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f5f81a0-e226-468d-afbc-ff4827c8060b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:06:51.823Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:06:51.823Z|49f1d515-37fd-489c-bb71-f8a7fbe7c451|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84940666-ba85-4e03-9427-dd9daf3b8361 ASDC
2022-06-03T11:06:51.824Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b349fc30-2814-48f8-baae-d84c94a30312
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:84940666-ba85-4e03-9427-dd9daf3b8361
ServiceInvariantUUID:6c45bd21-16bf-47f0-98c5-fa2a335b5fb8
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:3f5f81a0-e226-468d-afbc-ff4827c8060b
ArtifactChecksum:ODZlY2I3ZDg1MGNlNjEzZjRhNTk0NjY5NjMwZWFiMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3c1e22e7-f53b-47db-939c-40a40400f1d7
ResourceInvariantUUID:d7977858-9cb0-4de6-94ac-8032068107ed
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:19412d65-7026-45b6-b015-de3f96096898
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:06:51.824Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84940666-ba85-4e03-9427-dd9daf3b8361 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-03T11:06:51.847Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:51.847Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:06:51.847Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:06:51.848Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f5f81a0-e226-468d-afbc-ff4827c8060b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-03T11:06:51.848Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:06:51.848Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-03T11:06:53.659Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:06:53.663Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3f5f81a0-e226-468d-afbc-ff4827c8060b 105659
2022-06-03T11:06:53.664Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||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-03T11:06:53.664Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||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-03T11:06:53.664Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:53.664Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:53.666Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:53.666Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254413663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:06:53.766Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:53.767Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:53.767Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:53.783Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:53.783Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:54.667Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:54.668Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:06:54.668Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3f5f81a0-e226-468d-afbc-ff4827c8060b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T11:06:54.669Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-03T11:06:54.670Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T11:06:54.670Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T11:06:54.795Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15488856653901463316/Definitions/service-TestPnfMacro-template.yml
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||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-03T11:06:55.477Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|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-TestPnfMacro-csar.csar
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-03T11:06:55.478Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:55.479Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.480Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.481Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:84940666-ba85-4e03-9427-dd9daf3b8361
Model Version:NULL
Model InvariantUuid:6c45bd21-16bf-47f0-98c5-fa2a335b5fb8
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-03T11:06:55.489Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 19412d65-7026-45b6-b015-de3f96096898
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-03T11:06:55.492Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-06-03T11:06:55.492Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 19412d65-7026-45b6-b015-de3f96096898
2022-06-03T11:06:55.492Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 84940666-ba85-4e03-9427-dd9daf3b8361
2022-06-03T11:06:55.492Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 84940666-ba85-4e03-9427-dd9daf3b8361
2022-06-03T11:06:55.492Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 19412d65-7026-45b6-b015-de3f96096898 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-03T11:06:55.496Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3229251d, org.onap.sdc.toscaparser.api.parameters.Input@6a02bdb3, org.onap.sdc.toscaparser.api.parameters.Input@4d8213ce, org.onap.sdc.toscaparser.api.parameters.Input@565527e, org.onap.sdc.toscaparser.api.parameters.Input@7e1f9e02]
2022-06-03T11:06:55.496Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 84940666-ba85-4e03-9427-dd9daf3b8361: test-pnf
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Processing PNF resource: 19412d65-7026-45b6-b015-de3f96096898
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:55.497Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||Resource customization UUID: 3c1e22e7-f53b-47db-939c-40a40400f1d7 is the same as notified resource customizationUUID: 3c1e22e7-f53b-47db-939c-40a40400f1d7
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-03T11:06:55.530Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 19412d65-7026-45b6-b015-de3f96096898 0 ASDC deployResourceStructure
2022-06-03T11:06:55.530Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||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-03T11:06:55.530Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||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-03T11:06:55.531Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:06:55.531Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:55.533Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:55.533Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254415530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:06:55.633Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:55.633Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:55.633Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:06:55.651Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:55.651Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:56.533Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b349fc30-2814-48f8-baae-d84c94a30312
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:06:56.543Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b349fc30-2814-48f8-baae-d84c94a30312
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-03T11:06:56.545Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:06:56.545Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:06:56.545Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:06:56.545Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:06:56.546Z|b349fc30-2814-48f8-baae-d84c94a30312|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-03T11:06:56.550Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:07:26.551Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b349fc30-2814-48f8-baae-d84c94a30312 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-03T11:07:26.556Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b349fc30-2814-48f8-baae-d84c94a30312 and serviceModelVersionId: 84940666-ba85-4e03-9427-dd9daf3b8361
2022-06-03T11:07:26.556Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c45bd21-16bf-47f0-98c5-fa2a335b5fb8
2022-06-03T11:07:26.556Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0
2022-06-03T11:07:26.561Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:07:26.600Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0|INFO|500||Invoke
2022-06-03T11:07:26.601Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b349fc30-2814-48f8-baae-d84c94a30312], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5214c9b1-00f7-43b4-83c1-eec68d448601], X-ECOMP-RequestID=[b349fc30-2814-48f8-baae-d84c94a30312], X-TransactionId=[], X-ONAP-RequestID=[b349fc30-2814-48f8-baae-d84c94a30312], Content-Type=[application/merge-patch+json]}
2022-06-03T11:07:26.619Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T11:07:26.812Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?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/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-11:07:26:627-32192], vertex-id=[233648], Content-Length=[0], Date=[Fri, 03 Jun 2022 11:07:26 GMT], Content-Type=[application/json]}
2022-06-03T11:07:26.813Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T11:07:26.814Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c45bd21-16bf-47f0-98c5-fa2a335b5fb8/model-vers/model-ver/84940666-ba85-4e03-9427-dd9daf3b8361?depth=0|INFO|500||InvokeReturn
2022-06-03T11:07:26.814Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T11:07:26.814Z|b349fc30-2814-48f8-baae-d84c94a30312|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-03T11:07:26.820Z|b349fc30-2814-48f8-baae-d84c94a30312|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-03T11:07:26.820Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b349fc30-2814-48f8-baae-d84c94a30312 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T11:07:26.821Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T11:07:26.821Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:26.823Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:26.823Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254446821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:07:26.923Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:26.924Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:26.924Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:26.951Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:26.951Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 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-03T11:07:27.835Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:07:27.836Z|b349fc30-2814-48f8-baae-d84c94a30312|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-03T11:07:27.836Z|b349fc30-2814-48f8-baae-d84c94a30312|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:32.303Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:32.304Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T11:07:32.304Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"57ba7151-78ab-4941-a23c-a804a36849cf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a","serviceDescription":"service","serviceInvariantUUID":"15e6988c-8676-4bc3-acd3-8b1b20305eb3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd0e9ace-88fe-43dd-aa8b-8561f4fda241","resourceInvariantUUID":"51f42555-59f7-4c45-9d63-8c4f2010196f","resourceCustomizationUUID":"18624e58-4ce1-4767-8c6c-ec0ec01edcf2","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":"MTlmM2U3OWIyNWI0ZjgxN2ExMWZiYTE2OGM4YjJjNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a7ebf22-e333-45b4-84ec-38062bc7c8a7","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":"N2IwNGU5ZmQ4YmRiYjZlYTk2MDY4YzdhMTIxMTAzYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c02c548-8bbb-434f-9e24-9ce500d20856","artifactVersion":"2"},{"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":"001469a8-fc66-44aa-b6f9-553c97b201f6","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":"51d6ce31-848c-4177-bb43-4415a4922c33","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":"afe29617-b9b2-46b3-9fe1-508b6f8db500","artifactVersion":"3","generatedFromUUID":"bc13afcb-2723-49b2-9b85-a05de15f8c68"},{"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":"5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42","artifactVersion":"3","generatedFromUUID":"001469a8-fc66-44aa-b6f9-553c97b201f6"},{"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":"bc13afcb-2723-49b2-9b85-a05de15f8c68","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":"16a56280-d592-427f-83ac-893c5f6fda6d","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":"MGZlMTAxMDEzMzNjMjRjNzUyYmFmNjU3M2QxOWQ2MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d26c20b9-0feb-4bef-851a-182c34387e99","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OGQzNDI5ZDJjZDY2NTBlMzg4ZmNmY2UzYTI4ODgyNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c963d27a-fe68-4740-a127-89172f54e152","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:07:32.306Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:32.306Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:32.308Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:32.308Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:32.408Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:32.409Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:32.409Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:32.430Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:32.430Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:33.308Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:33.309Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:33.310Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:33.311Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:07:33.411Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:33.412Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:33.412Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:33.435Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:33.435Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:34.311Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:34.312Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:34.314Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:34.314Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:07:34.413Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-03T11:07:34.414Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:34.414Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:34.433Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:34.433Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:35.315Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:35.316Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:35.318Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:35.318Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:35.418Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:35.419Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:35.419Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:35.438Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:35.438Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:36.318Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:36.319Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:36.321Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:36.321Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T11:07:36.421Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:36.421Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:36.422Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:36.451Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:36.451Z||pool-138-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:37.321Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:37.322Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:37.324Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:37.324Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T11:07:37.425Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:37.426Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:37.426Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:37.449Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:37.449Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:38.325Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:38.326Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:38.328Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:38.328Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:07:38.428Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:38.429Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:38.429Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:38.446Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:38.447Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:39.329Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:39.329Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:39.331Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:39.332Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:39.431Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:39.432Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:39.432Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:39.449Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:39.449Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:40.332Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:40.333Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:40.334Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:40.334Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:40.435Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:40.435Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:40.435Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:40.462Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:40.462Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:41.336Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:07:41.336Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:41.338Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:41.338Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:41.438Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:41.439Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:41.439Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:41.457Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:41.457Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:42.339Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15e6988c-8676-4bc3-acd3-8b1b20305eb3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "18624e58-4ce1-4767-8c6c-ec0ec01edcf2",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd0e9ace-88fe-43dd-aa8b-8561f4fda241",
      "resourceInvariantUUID": "51f42555-59f7-4c45-9d63-8c4f2010196f",
      "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": "N2IwNGU5ZmQ4YmRiYjZlYTk2MDY4YzdhMTIxMTAzYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6c02c548-8bbb-434f-9e24-9ce500d20856",
          "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": "001469a8-fc66-44aa-b6f9-553c97b201f6",
          "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": "3",
            "artifactUUID": "5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42",
            "generatedFromUUID": "001469a8-fc66-44aa-b6f9-553c97b201f6"
          },
          "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": "3",
          "artifactUUID": "afe29617-b9b2-46b3-9fe1-508b6f8db500",
          "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": "3",
          "artifactUUID": "5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42",
          "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": "bc13afcb-2723-49b2-9b85-a05de15f8c68",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OGQzNDI5ZDJjZDY2NTBlMzg4ZmNmY2UzYTI4ODgyNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c963d27a-fe68-4740-a127-89172f54e152"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:07:42.340Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:07:42.340Z|b349fc30-2814-48f8-baae-d84c94a30312|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a ASDC
2022-06-03T11:07:42.340Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:57ba7151-78ab-4941-a23c-a804a36849cf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a
ServiceInvariantUUID:15e6988c-8676-4bc3-acd3-8b1b20305eb3
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:c963d27a-fe68-4740-a127-89172f54e152
ArtifactChecksum:OGQzNDI5ZDJjZDY2NTBlMzg4ZmNmY2UzYTI4ODgyNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:18624e58-4ce1-4767-8c6c-ec0ec01edcf2
ResourceInvariantUUID:51f42555-59f7-4c45-9d63-8c4f2010196f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:dd0e9ace-88fe-43dd-aa8b-8561f4fda241
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:2
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:6c02c548-8bbb-434f-9e24-9ce500d20856
ArtifactChecksum:N2IwNGU5ZmQ4YmRiYjZlYTk2MDY4YzdhMTIxMTAzYTk=
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:001469a8-fc66-44aa-b6f9-553c97b201f6
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
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:5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:3
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:afe29617-b9b2-46b3-9fe1-508b6f8db500
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:3
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:5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42
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:bc13afcb-2723-49b2-9b85-a05de15f8c68
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:07:42.340Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a 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-03T11:07:42.371Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:07:42.371Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:07:42.372Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:07:42.372Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c963d27a-fe68-4740-a127-89172f54e152 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:42.372Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:42.372Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:43.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:43.098Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c963d27a-fe68-4740-a127-89172f54e152 158205
2022-06-03T11:07:43.098Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:43.099Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:43.099Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:43.099Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:43.101Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:43.101Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254463098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:43.201Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:43.202Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:43.202Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:43.220Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:43.220Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:44.102Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:07:44.103Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T11:07:44.103Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c963d27a-fe68-4740-a127-89172f54e152, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:44.104Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-03T11:07:44.104Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:44.105Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:44.218Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5040907463296481670/Definitions/service-BasicCnfMacro-template.yml
2022-06-03T11:07:45.298Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:07:45.299Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:07:45.299Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T11:07:45.299Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T11:07:45.299Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-BasicCnfMacro-csar.csar
2022-06-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:07:45.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:07:45.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T11:07:45.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:07:45.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.303Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.303Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T11:07:45.303Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-03T11:07:45.303Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-03T11:07:45.303Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:07:45.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:07:45.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:45.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:45.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:45.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:45.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:45.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.307Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T11:07:45.307Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-03T11:07:45.307Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bff2ad33-8638-473a-8812-cbe8afc9dbfb
2022-06-03T11:07:45.307Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.307Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.308Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.308Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.308Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.308Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.308Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:45.309Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:45.309Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a
Model Version:NULL
Model InvariantUuid:15e6988c-8676-4bc3-acd3-8b1b20305eb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e2ad7c87-3a15-4c4f-9c0e-30b7a863de2e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51f42555-59f7-4c45-9d63-8c4f2010196f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:18624e58-4ce1-4767-8c6c-ec0ec01edcf2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c6c36fef-f97e-4af9-8a10-5f4080f04f32
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:4fc510fc-b3f8-446c-b6f9-faf9ca919346
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8715effd-06d2-47a8-ac6d-fe99d29b5758
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:8a1cdde6-15e6-4055-9384-a82eeef1746b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bff2ad33-8638-473a-8812-cbe8afc9dbfb
ModelInvariantUuid:2191a9bc-cbca-41c7-8c5e-8d44f1a214a9
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5e0b4328-a55f-46bd-a23b-b3d5d5e58b83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:710d6b88-bfaa-4ac4-9e70-48f4ee798446
ModelInvariantUuid:983628bd-910b-4673-94b9-c5e2ce73decf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:9e97ab72-1c5e-4c05-bae1-205722c4d967
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-03T11:07:45.317Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dd0e9ace-88fe-43dd-aa8b-8561f4fda241
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-03T11:07:45.320Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-06-03T11:07:45.320Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd0e9ace-88fe-43dd-aa8b-8561f4fda241
2022-06-03T11:07:45.320Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6c02c548-8bbb-434f-9e24-9ce500d20856 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T11:07:45.320Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:45.320Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.862Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:45.863Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6c02c548-8bbb-434f-9e24-9ce500d20856 1565
2022-06-03T11:07:45.864Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.864Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:45.864Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:45.865Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:45.867Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:45.867Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254465864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:45.967Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:45.968Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:45.968Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:46.004Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:46.004Z||pool-145-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:46.868Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8715effd-06d2-47a8-ac6d-fe99d29b5758",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a1cdde6-15e6-4055-9384-a82eeef1746b",
    "vfModuleModelCustomizationUUID": "93c68ae5-3390-4c19-bfa7-58f6eaa93254",
    "isBase": true,
    "artifacts": [
      "001469a8-fc66-44aa-b6f9-553c97b201f6",
      "5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42"
    ],
    "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": "c6c36fef-f97e-4af9-8a10-5f4080f04f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fc510fc-b3f8-446c-b6f9-faf9ca919346",
    "vfModuleModelCustomizationUUID": "e654f5b5-f818-40ec-8465-29dedc600b56",
    "isBase": false,
    "artifacts": [
      "bc13afcb-2723-49b2-9b85-a05de15f8c68"
    ],
    "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-03T11:07:46.872Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a1cdde6-15e6-4055-9384-a82eeef1746b
VfModuleModelInvariantUUID:8715effd-06d2-47a8-ac6d-fe99d29b5758
VfModuleModelDescription:NULL
Artifacts UUID List:{
001469a8-fc66-44aa-b6f9-553c97b201f6
,
5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42

}
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:4fc510fc-b3f8-446c-b6f9-faf9ca919346
VfModuleModelInvariantUUID:c6c36fef-f97e-4af9-8a10-5f4080f04f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc13afcb-2723-49b2-9b85-a05de15f8c68

}
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-03T11:07:46.874Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8715effd-06d2-47a8-ac6d-fe99d29b5758",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a1cdde6-15e6-4055-9384-a82eeef1746b",
    "vfModuleModelCustomizationUUID": "93c68ae5-3390-4c19-bfa7-58f6eaa93254",
    "isBase": true,
    "artifacts": [
      "001469a8-fc66-44aa-b6f9-553c97b201f6",
      "5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42"
    ],
    "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": "c6c36fef-f97e-4af9-8a10-5f4080f04f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fc510fc-b3f8-446c-b6f9-faf9ca919346",
    "vfModuleModelCustomizationUUID": "e654f5b5-f818-40ec-8465-29dedc600b56",
    "isBase": false,
    "artifacts": [
      "bc13afcb-2723-49b2-9b85-a05de15f8c68"
    ],
    "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-03T11:07:46.875Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8a1cdde6-15e6-4055-9384-a82eeef1746b
VfModuleModelInvariantUUID:8715effd-06d2-47a8-ac6d-fe99d29b5758
VfModuleModelDescription:NULL
Artifacts UUID List:{
001469a8-fc66-44aa-b6f9-553c97b201f6
,
5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42

}
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:4fc510fc-b3f8-446c-b6f9-faf9ca919346
VfModuleModelInvariantUUID:c6c36fef-f97e-4af9-8a10-5f4080f04f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc13afcb-2723-49b2-9b85-a05de15f8c68

}
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-03T11:07:46.875Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 001469a8-fc66-44aa-b6f9-553c97b201f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T11:07:46.875Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:46.876Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:47.101Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:47.101Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 001469a8-fc66-44aa-b6f9-553c97b201f6 914
2022-06-03T11:07:47.102Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:47.102Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:47.102Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:47.103Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:47.104Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:47.104Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254467102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:47.204Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:47.205Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:47.205Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:47.223Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:47.223Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:07:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:07:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:48.105Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: afe29617-b9b2-46b3-9fe1-508b6f8db500 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-03T11:07:48.105Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:48.106Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:48.135Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:48.136Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.136Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.137Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.138Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.139Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254279603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254279122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.140Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254283854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.141Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.142Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254294798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254295038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254295242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.143Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254286080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254296053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254296716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.145Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "policy-id",
  "timestamp": 1654254297056,
  "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-03T11:07:48.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.152Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254297208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.161Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254297477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254298222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.162Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.163Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.163Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.163Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254298494,
  "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-03T11:07:48.167Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.167Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.174Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.174Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.175Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.175Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.175Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "cds",
  "timestamp": 1654254298737,
  "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-03T11:07:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.179Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254299457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.187Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.188Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254300555,
  "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-03T11:07:48.192Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.192Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.198Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.198Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.198Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.199Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.199Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.199Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.199Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.200Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.200Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.200Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.201Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254301560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:48.201Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.201Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.201Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.202Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.202Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.202Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.202Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.203Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254293071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.204Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.205Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.206Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254296620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.207Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.208Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254307690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.209Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254299473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:07:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.210Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254319591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254324445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.211Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254325597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:48.212Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:07:48.212Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.212Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "aai-ml",
  "timestamp": 1654254325452,
  "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-03T11:07:48.217Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.217Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.225Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:07:48.225Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "clamp",
  "timestamp": 1654254326602,
  "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-03T11:07:48.230Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57ba7151-78ab-4941-a23c-a804a36849cf
2022-06-03T11:07:48.230Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:07:48.299Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:48.300Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env afe29617-b9b2-46b3-9fe1-508b6f8db500 12
2022-06-03T11:07:48.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:48.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:48.301Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:48.302Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:48.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:48.304Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254468301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:48.404Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:48.405Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:48.405Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:48.421Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:48.421Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:49.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T11:07:49.305Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:49.306Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:49.505Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:49.505Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5ceb26ee-9cf6-4b18-b5fe-3b3539e58f42 96
2022-06-03T11:07:49.506Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:49.506Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:49.506Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:49.507Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:49.509Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:49.509Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254469506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:49.609Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:49.610Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:49.610Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:49.631Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:49.632Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:50.509Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc13afcb-2723-49b2-9b85-a05de15f8c68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-03T11:07:50.510Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T11:07:50.511Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:51.060Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T11:07:51.061Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bc13afcb-2723-49b2-9b85-a05de15f8c68 20206
2022-06-03T11:07:51.061Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:51.062Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:51.062Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:07:51.063Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:51.065Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:51.065Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254471061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:07:51.165Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:51.165Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:51.165Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:51.183Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:51.184Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:52.070Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a
2022-06-03T11:07:52.071Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dd0e9ace-88fe-43dd-aa8b-8561f4fda241 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-03T11:07:52.082Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7868d4c5, org.onap.sdc.toscaparser.api.parameters.Input@56382406, org.onap.sdc.toscaparser.api.parameters.Input@4cf7c104, org.onap.sdc.toscaparser.api.parameters.Input@30edaeb2, org.onap.sdc.toscaparser.api.parameters.Input@e1d9a96]
2022-06-03T11:07:52.083Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.083Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.084Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-03T11:07:52.086Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 18624e58-4ce1-4767-8c6c-ec0ec01edcf2
2022-06-03T11:07:52.086Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18624e58-4ce1-4767-8c6c-ec0ec01edcf2 matches Tosca VF Customization UUID: 18624e58-4ce1-4767-8c6c-ec0ec01edcf2
2022-06-03T11:07:52.086Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 18624e58-4ce1-4767-8c6c-ec0ec01edcf2  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-03T11:07:52.088Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.088Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.089Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 18624e58-4ce1-4767-8c6c-ec0ec01edcf2: {\"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-03T11:07:52.089Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36da316f
2022-06-03T11:07:52.089Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.089Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:07:52.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e654f5b5-f818-40ec-8465-29dedc600b56
2022-06-03T11:07:52.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e654f5b5-f818-40ec-8465-29dedc600b56
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-03T11:07:52.092Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.092Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:52.092Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:52.093Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.093Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:52.093Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:07:52.093Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.094Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T11:07:52.094Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=18624e58-4ce1-4767-8c6c-ec0ec01edcf2
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-03T11:07:52.096Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.096Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.096Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a: basic_cnf_macro
2022-06-03T11:07:52.096Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.096Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:07:52.097Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:07:52.098Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:52.136Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dd0e9ace-88fe-43dd-aa8b-8561f4fda241 2 ASDC deployResourceStructure
2022-06-03T11:07:52.136Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:52.136Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:52.136Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:07:52.137Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:52.138Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:52.139Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254472136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:52.239Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:52.240Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:52.240Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:52.282Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:52.283Z||pool-150-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:53.140Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:53.140Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:53.140Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:07:53.140Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:53.142Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:53.142Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254473139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:53.243Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:07:53.244Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:53.244Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:53.266Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:53.266Z||pool-151-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:54.144Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:54.144Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:54.144Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T11:07:54.144Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:54.146Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:54.146Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254474143,
  "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-03T11:07:54.247Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:07:54.248Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:54.248Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:54.266Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:54.266Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:55.147Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:55.148Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:55.148Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:07:55.148Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:55.150Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:55.150Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254475147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:55.250Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:55.251Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:55.251Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:55.271Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:55.272Z||pool-153-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:56.151Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:56.152Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:56.152Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T11:07:56.152Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:56.154Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:56.154Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254476151,
  "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-03T11:07:56.255Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:56.255Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:56.256Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:56.283Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:56.283Z||pool-154-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:07:57.155Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:57.155Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||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-03T11:07:57.155Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:07:57.156Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:07:57.157Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:07:57.157Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254477155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:07:57.257Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:07:57.258Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:07:57.258Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:07:57.279Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:57.280Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:07:58.158Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57ba7151-78ab-4941-a23c-a804a36849cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03T11:07:58.170Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57ba7151-78ab-4941-a23c-a804a36849cf
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-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.173Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.174Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.174Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.174Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.174Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:07:58.174Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:07:58.178Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:08:28.179Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57ba7151-78ab-4941-a23c-a804a36849cf 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-03T11:08:28.185Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57ba7151-78ab-4941-a23c-a804a36849cf and serviceModelVersionId: f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a
2022-06-03T11:08:28.186Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15e6988c-8676-4bc3-acd3-8b1b20305eb3
2022-06-03T11:08:28.186Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?depth=0
2022-06-03T11:08:28.190Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:08:28.220Z|57ba7151-78ab-4941-a23c-a804a36849cf|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/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?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-03T11:08:28.222Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?depth=0|INFO|500||Invoke
2022-06-03T11:08:28.244Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T11:08:28.696Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?depth=0|INFO|500||InvokeReturn
2022-06-03T11:08:28.696Z|57ba7151-78ab-4941-a23c-a804a36849cf|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/15e6988c-8676-4bc3-acd3-8b1b20305eb3/model-vers/model-ver/f2e24cb2-f7bd-4cd1-bb52-ed0694a9d99a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-11:08:28:252-94036], vertex-id=[229472], Content-Length=[0], Date=[Fri, 03 Jun 2022 11:08:28 GMT], Content-Type=[application/json]}
2022-06-03T11:08:28.696Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T11:08:28.697Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T11:08:28.697Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:28.703Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:28.703Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57ba7151-78ab-4941-a23c-a804a36849cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T11:08:28.703Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T11:08:28.704Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:08:28.705Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:08:28.705Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254508703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:08:28.805Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:08:28.806Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:08:28.806Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XUTXnP10VAe7Q2G2) ...
2022-06-03T11:08:28.843Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:28.843Z||pool-156-thread-1|||||INFO|500||cambria reply ok (37 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-03T11:08:29.717Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:29.718Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:29.718Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:08:39.296Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:39.297Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:39.297Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:39.298Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:08:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:08:48.095Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:08:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:48.144Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.145Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49f1d515-37fd-489c-bb71-f8a7fbe7c451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254401774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.146Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.147Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:48.148Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:48.905Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:48.905Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:48.906Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:48.906Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:08:58.472Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:58.474Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:58.475Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:08:58.475Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:09:08.050Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:09:08.050Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:09:08.051Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:09:08.051Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:09:17.623Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:09:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:09:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:09:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:09:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:09:48.094Z||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-03T11:09:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:09:48.137Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:09:48.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254168090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254413663,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254415530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b349fc30-2814-48f8-baae-d84c94a30312",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254446821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254447835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254463098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:09:48.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:48.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254465864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:09:48.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:48.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:09:48.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254467102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:09:48.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:57.668Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:10:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:10:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:10:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:10:48.668Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:48.669Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.669Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254468301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:10:48.670Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.670Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.670Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254469506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:10:48.670Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.670Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.671Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254471061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:10:48.671Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.671Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.671Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254472136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:10:48.671Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254473139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254474143,
  "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-03T11:10:48.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.673Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.673Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254475147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:10:48.673Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.673Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.673Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254476151,
  "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-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254477155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:10:48.674Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ba7151-78ab-4941-a23c-a804a36849cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254508703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T11:10:48.675Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:57.750Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:11:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:11:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:11:48.092Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:11:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:11:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:11:48.094Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:11:57.659Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:11:57.683Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:12:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:12:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:12:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:12:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:12:48.094Z||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-03T11:12:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:12:57.659Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:12:57.699Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:13:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:13:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:13:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:13:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:13:48.094Z||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-03T11:13:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:13:57.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:13:57.747Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:14:48.090Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:14:48.091Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:14:48.092Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:14:48.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:14:48.094Z||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-03T11:14:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:14:57.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:14:57.708Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:15:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:15:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:15:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:15:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:15:48.094Z||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-03T11:15:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:15:57.692Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:15:57.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:16:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:16:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:16:48.092Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:16:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:16:48.094Z||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-03T11:16:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:16:57.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:16:57.716Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:17:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:17:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:17:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:17:48.094Z||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-03T11:17:48.095Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:17:57.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:57.723Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:18:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:18:48.092Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:18:48.092Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:18:48.094Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:18:48.094Z||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-03T11:18:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:18:57.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:18:57.690Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:19:48.092Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:19:48.093Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:19:48.094Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:19:48.094Z||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-03T11:19:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:19:57.697Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:57.702Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:20:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:20:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:20:48.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:20:48.094Z||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-03T11:20:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:20:57.658Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:57.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:21:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:21:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:21:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:21:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:21:48.094Z||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-03T11:21:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:21:57.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:21:57.731Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:22:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:22:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:22:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:22:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:22:48.094Z||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-03T11:22:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:22:57.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:22:57.705Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:23:48.090Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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-03T11:23:48.091Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:23:48.094Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:23:48.094Z||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-03T11:23:48.094Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:23:57.671Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:57.672Z|51db0b17-54f7-4caa-ba9e-029eb0cd2733|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:48.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:24:48.091Z||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-03T11:24:48.091Z||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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:24:48.094Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:24:48.094Z|57ba7151-78ab-4941-a23c-a804a36849cf|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-03T11:24:48.095Z|57ba7151-78ab-4941-a23c-a804a36849cf|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 XUTXnP10VAe7Q2G2) ...
2022-06-03T11:24:57.737Z|57ba7151-78ab-4941-a23c-a804a36849cf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:57.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK